aboutsummaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index e54f786..b82e119 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -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.