diff options
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
