diff --git a/AGENTS.md b/AGENTS.md index d54c16e0b..015d61d6e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -247,6 +247,7 @@ make clean-install # Clean and reinstall * **Config**: `.env` file in project root * **Agent Personas**: `muse/agents/*.txt` and `*.json` * **Insight Templates**: `think/insights/*.txt` and `*.json` +* **Scratch Space**: `scratch/` - git-ignored local workspace for temporary scripts, one-off migrations, debug logs, screenshots, etc. ### Getting Help * Run `solstone` for CLI command list diff --git a/scratch/.gitignore b/scratch/.gitignore new file mode 100644 index 000000000..d6b7ef32c --- /dev/null +++ b/scratch/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore