Skip to content

Commit dbcc49e

Browse files
Merge pull request #377 from corbitsdev/tui-behaviour-doc
2 parents 6dea027 + bb60a6c commit dbcc49e

14 files changed

Lines changed: 343 additions & 1734 deletions

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Interchange is the standard library for this repo, consumed as published `@intx/
8282
## Reference
8383

8484
- `docs/ARCHITECTURE.md` — reactor loop, events, directors, workflows, plugin chain, permission system
85+
- `docs/TUI.md` — terminal UI behavior spec: layout, overlays, selectors, palette, prompt box, scrolling
8586
- `docs/IMPLEMENTATION.md` — runtime, dependencies, config resolution, settings precedence, CLI flags, state persistence, eval harness
8687
- `docs/PRODUCT.md` — what we're building and why
8788
- `docs/HOOKS.md` — lifecycle hooks

docs/PRODUCT.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ $ corbits "Add JWT auth to the API"
3636

3737
A full-screen terminal interface: a pinned header (session title and workflow progress), a scrollable event log, modals for permission prompts and operator questions, and a chat input for follow-up turns.
3838

39-
**Layout and interaction contracts** (OpenTUI is the shipping shell):
40-
41-
- Layout constitution: `docs/tui-layout-constitution.md` (chrome budget, geometry ownership, kill list)
42-
- Interaction contract: `docs/tui-interaction-contract.md` (queue / steer / interrupt, keys, palette)
43-
- Migration cutover: `docs/tui-migration-cutover.md`
44-
- Epic plan: `docs/plans/tui-layout-scroll-platform.md` · product brief: `briefs/tui-rebuild-opentui.md`
39+
**Behavior spec** (OpenTUI is the shipping shell): `docs/TUI.md` — layout,
40+
chrome budget, overlays, selectors, palette, prompt box, and scroll/mouse
41+
behavior.
4542

4643
### Exec mode (non-TUI product path)
4744

docs/TUI.md

Lines changed: 333 additions & 0 deletions
Large diffs are not rendered by default.

docs/plans/opentui-platform-wave2.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/plans/opentui-spike-report.md

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)