Instruction file imported from mfillalan/dendrite-wiki-mcp (
.github/instructions/dendrite-wiki.instructions.md). Copyright stays with the author.
Use Dendrite Wiki MCP as the shared project memory layer. Read docs/index.md. Always call dendrite_prepare before acting on any non-trivial task and read any returned handoffs first as the current session-resumption layer. Read returned wiki: and skill: refs with dendrite_read when you need full content. Do not run benchmark snapshots or wiki refreshes as a session-start ritual: npm run benchmark:snapshot, npm run wiki:refresh, and npm run docs:api mutate generated files and should run only when the operator asks for a benchmark, generated-doc refresh, release check, or publish-prep validation. Store non-obvious lessons immediately via dendrite_execute(name="memory_remember"). If the lesson is tied to a file pattern or framework, capture it as a skill (kind: 'skill' with a scope object) so it auto-surfaces on matching tasks. File durable discoveries back into the wiki or project log via dendrite_execute(name="wiki_log"). Call dendrite_execute(name="memory_handoff") at session end when work is unfinished.
If this workspace is pinned to DENDRITE_MCP_TOOL_PROFILE=core or full, use the legacy direct tools instead: wiki_context, wiki_skill_load, wiki_log, memory_remember, and memory_handoff.