Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Interchange is the standard library for this repo, consumed as published `@intx/
## Reference

- `docs/ARCHITECTURE.md` — reactor loop, events, directors, workflows, plugin chain, permission system
- `docs/TUI.md` — terminal UI behavior spec: layout, overlays, selectors, palette, prompt box, scrolling
- `docs/IMPLEMENTATION.md` — runtime, dependencies, config resolution, settings precedence, CLI flags, state persistence, eval harness
- `docs/PRODUCT.md` — what we're building and why
- `docs/HOOKS.md` — lifecycle hooks
Expand Down
9 changes: 3 additions & 6 deletions docs/PRODUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ $ corbits "Add JWT auth to the API"

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.

**Layout and interaction contracts** (OpenTUI is the shipping shell):

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

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

Expand Down
333 changes: 333 additions & 0 deletions docs/TUI.md

Large diffs are not rendered by default.

43 changes: 0 additions & 43 deletions docs/plans/opentui-platform-wave2.md

This file was deleted.

137 changes: 0 additions & 137 deletions docs/plans/opentui-spike-report.md

This file was deleted.

Loading
Loading