summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-26 10:18:27 -0500
committerBen Sima <ben@bensima.com>2025-11-26 10:18:27 -0500
commit75d5716a31ea1d9d1e92d76d8417dd5ae8dcbab6 (patch)
treed57ac1e817074a8a6a10409dacf91761d279a905 /AGENTS.md
parent1ab28d35a82ceb89ad4fe71582659bd717757ab6 (diff)
Move test database to _/tmp (cabdir)
- Document _/ directory structure in AGENTS.md - Change test database path from .tasks/ to _/tmp/ - Update all references in tests and docs
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 2656144..3c42c8c 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -38,6 +38,13 @@ task update <id> done --json
task create "Command X fails when Y" --discovered-from=<current-task-id> --json
```
+## Directory Structure
+
+- **`_/`** (cabdir) - All ephemeral/generated files. This directory is gitignored.
+ - `_/llm/` - AI planning docs and agent logs
+ - `_/tmp/` - Temporary files, test databases, scratch data
+- Never create dotfile directories (like `.tasks/`) in the repo root
+
## Documentation
- **Project Context**: [README.md](README.md) - Goals, source layout, and coding conventions.