diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-26 10:18:27 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-26 10:18:27 -0500 |
| commit | 75d5716a31ea1d9d1e92d76d8417dd5ae8dcbab6 (patch) | |
| tree | d57ac1e817074a8a6a10409dacf91761d279a905 /AGENTS.md | |
| parent | 1ab28d35a82ceb89ad4fe71582659bd717757ab6 (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.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |
