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(branchfeature/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 usesrsync -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.
Context (not related to this file)
The following were committed today and did not touch ValueSetRuleEditor.tsx:
f717ea1— fix(tedy): unify code-system summary card headingsa909070— docs: record the @helex/ui tiny-density sign-off proposald5719bb— 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.