personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add scratch/ directory for local temporary files

Git-ignored workspace for temporary scripts, one-off migrations,
debug logs, screenshots, and other transient files. Documented
in AGENTS.md File Locations section.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+3
+1
AGENTS.md
··· 247 247 * **Config**: `.env` file in project root 248 248 * **Agent Personas**: `muse/agents/*.txt` and `*.json` 249 249 * **Insight Templates**: `think/insights/*.txt` and `*.json` 250 + * **Scratch Space**: `scratch/` - git-ignored local workspace for temporary scripts, one-off migrations, debug logs, screenshots, etc. 250 251 251 252 ### Getting Help 252 253 * Run `solstone` for CLI command list
+2
scratch/.gitignore
··· 1 + * 2 + !.gitignore