From 75d5716a31ea1d9d1e92d76d8417dd5ae8dcbab6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 26 Nov 2025 10:18:27 -0500 Subject: 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 --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index 2656144..3c42c8c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -38,6 +38,13 @@ task update done --json task create "Command X fails when Y" --discovered-from= --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. -- cgit v1.2.3