Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Heads-up: uncommitted TEDY Value Set “rule” WIP (2026-08-08)

For: whoever is working the TEDY.02 Value Set family.

While making two small TEDY fixes I found an untracked, uncommitted file:

modules/tedy/frontend/src/pages/value-set/rule/ValueSetRuleEditor.tsx

It exists in both places but is committed in neither:

  • the emr working copy — .claude/worktrees/tedy-main (branch feature/tedy-bootstrap)
  • canonical helex-tx — it landed here as untracked after a sync-emr.sh … pull

Why this matters

Because it’s untracked, it’s at risk of being silently lost by:

  • git clean -fd
  • a branch reset / checkout
  • sync-emr.sh … <push|pull> — the sync uses rsync -a --delete, so a sync in the other direction can remove files that aren’t present on the source side

Please do

Commit it to your Value Set branch (or git stash it) so it’s safe, then delete this note. If it’s dead scaffolding, remove the file instead.

The following were committed today and did not touch ValueSetRuleEditor.tsx:

  • f717ea1 — fix(tedy): unify code-system summary card headings
  • a909070 — docs: record the @helex/ui tiny-density sign-off proposal
  • d5719bb — chore(tedy): base html/body font reset

The @helex/ui tiny density + density-coverage sweep merged to emr main (#2343); after you rebase/sync, TEDY picks it up automatically.