Character-cell layout only
Platform spec ADR
Character-cell layout only
Spec standingStandard
- Contracts and edge cases Layout and redraw requirements for console controls.
- Design model Control tree, render context, and character-grid layout.
- Examples Panel and progress bar render patterns.
- Flow and algorithm Frame render and live tick loop.
- Verification and traceability Control layout tests and module paths.
0 revisions (git unavailable at build; counts may be empty)
No commits recorded for this path.
| Section id | Required | Found |
|---|---|---|
what-this-feature-specifies | yes | yes |
implementation-anchors | yes | yes |
Full tree: run pnpm verify:platform-spec-layout (writes src/generated/platform-spec-layout-report.json).
Context
Section titled “Context”Terminal UI in corelib targets TTY character grids.
Decision
Section titled “Decision”| Rule | Detail |
|---|---|
| Coordinates | Rows/columns in character cells |
| Graphics | Pixel graphics are out of scope |
Consequences
Section titled “Consequences”Layout helpers align with Console.ConsoleSize and resize events.
Verification anchors
Section titled “Verification anchors”Console control tests under packages/console.