docs(roadmap): track the writing column + side panel split in v0.1

The side panel was referenced from v0.2.5/v0.5/v0.8 but never defined or
scheduled. Add it as a v0.1 build item, mark it unbuilt, and link the
CONTEXT.md and product-design definitions.
This commit is contained in:
Julien Calixte
2026-07-08 11:02:41 +02:00
parent aa068147ab
commit fcf5815468

View File

@@ -120,6 +120,11 @@ lives in the `git_sync` / `sd_fat` spike bins, not `main.rs`.
`git push`; on push failure, `git pull --no-edit` then retry the push
(no-op short-circuit when nothing is staged). Proven on device in the
`git_sync` spike (✓); not yet wired to the editor.
- [ ] Split the display into **writing column** (~60 cols) + **side panel**
(~20 cols) for all metadata — the surface every later panel feature
writes to. Not built yet: `editor.rs` still renders full-width 79 cols.
Defined in [`CONTEXT.md` § Screen regions](../CONTEXT.md#screen-regions)
and [product § Screen layout](v0.1-mvp-product.md#screen-layout).
- [~] Partial refresh on edits (✓ Spike 5); full refresh on save — save not wired yet
Out of scope: Vim, palette, multiple files, branches, conflict handling.