diff options
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -73,5 +73,10 @@ forms behave the same everywhere, hints always visible, errors shown as - Server changes: `make test`. UI changes: also drive `bokftui` over a pty (`script -qec`) or against the demo daemon and check the real behaviour. +- Never run `bokftui` for tests without `scripts/tui-sandbox.sh`: it + isolates `XDG_CONFIG_HOME`/`XDG_CACHE_HOME` so a run cannot overwrite the + human's `~/.config/bokf/tui.conf`, `~/.cache/bokf/tui.log` or bw session. + The daemon/test database must likewise live in `/tmp`, never in + `~/bokf-demo` or the live NAS volume. - Never commit unless the human asks. When asked, keep the message short and in the repo's style. |
