You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. W41–W49 are recorded as bullet items (- [x] **W41 — ...**), not as ### [x] W41 headings like every other unit in the file. Of those nine units, gh issue list --search "W4" finds an issue for only W49 (#139, closed). The other eight (W41–W48) have no corresponding issue at all, despite TODO.md marking all nine [x] and delivered.
The most likely cause: whatever produces per-unit issues (/track, per this repo's own convention in .claude/commands/track.md) enumerates ### [ ] Wnn headings, so a unit recorded as a bullet is invisible to it, and a unit whose heading checkbox lags its real status stays open when it shouldn't.
Convert the nine W41–W49 bullet entries to the same ### [x] Wnn — Title {#wnn} heading format every other delivered unit uses, so enumeration tooling can see them.
Re-run whatever generates per-unit issues after the format fix, to confirm W41–W48 either get retroactive issues or are explicitly exempted (they predate the issue-per-unit convention).
Origin
Raised in a 2026-08-06 project assessment, cross-referencing design/30-slices.md against git log --grep and gh issue list.
Context
Two independent drifts in
design/30-slices.mdfound while cross-checking the ledger against merged commits and the issue tracker:1. Delivered units still shown unticked.
### [ ] W50### [ ] W516b573d3—src/engine/src/kinds/simulation/derived.ts,modifiers.tsexist### [ ] W66a115098—site/src/play/browser/phone-layout.browser.test.tsxexists2. W41–W49 are recorded as bullet items (
- [x] **W41 — ...**), not as### [x] W41headings like every other unit in the file. Of those nine units,gh issue list --search "W4"finds an issue for only W49 (#139, closed). The other eight (W41–W48) have no corresponding issue at all, despiteTODO.mdmarking all nine[x]and delivered.The most likely cause: whatever produces per-unit issues (
/track, per this repo's own convention in.claude/commands/track.md) enumerates### [ ] Wnnheadings, so a unit recorded as a bullet is invisible to it, and a unit whose heading checkbox lags its real status stays open when it shouldn't.Ask
[x]for W50, W51, and W66 indesign/30-slices.md, and close W66 — The Play Surface on a Phone #209 (W66) referencing the merged commit.### [x] Wnn — Title {#wnn}heading format every other delivered unit uses, so enumeration tooling can see them.Origin
Raised in a 2026-08-06 project assessment, cross-referencing
design/30-slices.mdagainstgit log --grepandgh issue list.