aboutsummaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 63c8adf..9798b4a 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -78,6 +78,10 @@ forms behave the same everywhere, hints always visible, errors shown as
`tui_pad_field`, `tui_message`, `show_error`) — never ncurses directly and
never a local one-off loop. If no widget fits, extend the widget layer
first (spec in `TUI-GUIDELINES.md` + tests in `tests/test_tui.c`).
+Views live one file per group in `clients/screens_<group>.c`; shared UI
+helpers and `struct app` are in `clients/ui.[ch]`; the scene registry
+(`struct scene SCENES[]` and `open_scene`) is in `clients/bokftui.c` with
+`main`, login and the Ctrl+R reload.
## Verifying