Skip to content
Open
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
10 changes: 10 additions & 0 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,13 @@ Use these rules when deciding where a change belongs:
* Third-party integrations belong in `adapters`.

When in doubt, prefer the lowest-level package that owns the responsibility and avoid moving functionality across package boundaries without a documented reason.


---

## ⚡ Quick Directory Map
* `packages/core/` — Primary engine runtime, buffer loops, cell grids, and terminal inputs.
* `packages/widgets/` — Visible interface layout modules (Boxes, Tables, Gauges).
* `packages/ui/` — Highly interactive overlay controls, compound prompt boxes, and Modals.
* `packages/jsx/` — Custom TypeScript compilation runtimes and core hooks handlers.
* `packages/testing/` — Custom headless mock-rendering blocks for continuous validation.