From 31363f5f8dce38fb12f51c7b5a7c59cdbaa0ac9c Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Thu, 30 Apr 2026 08:32:03 -0400 Subject: [PATCH] docs(pi): add _scratch guidance for ephemeral artifacts --- modules/home/programs/terminal/pi/config/AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/programs/terminal/pi/config/AGENTS.md b/modules/home/programs/terminal/pi/config/AGENTS.md index 649a8d8..1772e38 100644 --- a/modules/home/programs/terminal/pi/config/AGENTS.md +++ b/modules/home/programs/terminal/pi/config/AGENTS.md @@ -6,6 +6,8 @@ 2. **File writing**: Do NOT use `cat` with heredocs to write files. Use the `write` tool instead (or `edit` for modifications). +3. **Ephemeral files**: Put temporary scripts, plans, notes, and other scratch artifacts in `_scratch/`. It is gitignored, and reusable exploration/testing scripts should be iterated there instead of recreated repeatedly. + ## Example of Correct Usage ### Incorrect (will hang):