Adds a project CLAUDE.md documenting two agent workflows for this repo:
Memory on demand — query the shared-memory MCP (memory_search/memory_get) only when detail is needed, rather than bulk-loading (saves context). The auto-loaded MEMORY.md index is the first stop.
Snippet reuse — before recreating known boilerplate/templates, browse snippet_list (cheap, description-only) and fetch by exact name with snippet_get. Save new reusable artifacts via snippet_put with a stable name + a 'when to use' description so they're discoverable.
Mirrors the user-scope consult-memory-before-work shared-memory snippet (now updated to v2 with the snippet-reuse section).
Adds a project `CLAUDE.md` documenting two agent workflows for this repo:
- **Memory on demand** — query the shared-memory MCP (`memory_search`/`memory_get`) only when detail is needed, rather than bulk-loading (saves context). The auto-loaded `MEMORY.md` index is the first stop.
- **Snippet reuse** — before recreating known boilerplate/templates, browse `snippet_list` (cheap, description-only) and fetch by exact name with `snippet_get`. Save new reusable artifacts via `snippet_put` with a stable name + a 'when to use' description so they're discoverable.
Mirrors the user-scope `consult-memory-before-work` shared-memory snippet (now updated to v2 with the snippet-reuse section).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Document the on-demand memory workflow and snippet (boilerplate/template)
reuse workflow for agents working in this repo: query shared-memory only
when detail is needed (don't bulk-load), and browse snippet_list before
recreating known boilerplate, fetching by exact name with snippet_get.
Mirrors the user-scope `consult-memory-before-work` shared-memory snippet.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds a project
CLAUDE.mddocumenting two agent workflows for this repo:memory_search/memory_get) only when detail is needed, rather than bulk-loading (saves context). The auto-loadedMEMORY.mdindex is the first stop.snippet_list(cheap, description-only) and fetch by exact name withsnippet_get. Save new reusable artifacts viasnippet_putwith a stable name + a 'when to use' description so they're discoverable.Mirrors the user-scope
consult-memory-before-workshared-memory snippet (now updated to v2 with the snippet-reuse section).🤖 Generated with Claude Code