Docs: reconcile to two-scope capture model (master removed)

Update the CLAUDE.md FX-scope invariant to item+track only; note master
removal in COMPLETED.md; drop master references from the tail spec and PLAN
Milestone T; realtime now taps the selected track.
This commit is contained in:
2026-07-23 16:42:42 -04:00
parent 2ae4c420c5
commit 92762e2b6c
4 changed files with 15 additions and 16 deletions
+6 -6
View File
@@ -142,12 +142,12 @@ then trims at the -72 dB decay point (± inherent realtime tolerance); realtime
frame, rewrite the file truncated (new I/O the backend does not do today).
## Milestone T open questions
- **Auto as the shipped-action default?** Whether `CAPTURE_ITEM`/`CAPTURE_TRACK`/
`CAPTURE_MASTER` (currently all TailMode::None) flip to Auto, gain a "…with tail"
variant, or take a modifier. Product call for Daniel; **leaning** paired variant /
toggle over silently changing the exact-bounds default. Not blocking T1 (the
request-level three-state contract is independent). (touches `render_settings.cpp`
action table + `actions`.)
- **Auto as the shipped-action default?** Whether `CAPTURE_ITEM`/`CAPTURE_TRACK`
(currently all TailMode::None) flip to Auto, gain a "…with tail" variant, or take
a modifier. Product call for Daniel; **leaning** paired variant / toggle over
silently changing the exact-bounds default. Not blocking T1 (the request-level
three-state contract is independent). (touches `render_settings.cpp` action table +
`actions`.)
---