{ "$comment": "Example Basic Memory plugin settings. Copy the basicMemory block (and optionally outputStyle) into your project's .claude/settings.json, then set primaryProject. The easiest way to fill this in is /basic-memory:bm-setup. Team projects (secondaryProjects, teamProjects) must use workspace-qualified names like 'my-team/notes' or external_id UUIDs — bare names are ambiguous across workspaces. See DESIGN.md for the full schema.", "basicMemory": { "primaryProject": "my-project", "secondaryProjects": ["my-team/main", "my-team/notes"], "captureFolder": "sessions", "rememberFolder": "bm-remember", "recallTimeframe": "3d", "recallPrompt": "You have Basic Memory available for this project. Before answering recall questions (\"what did we decide\", \"where did we leave off\"), search the graph first — prefer structured filters (search_notes with type/status). When the user makes a material decision, capture it as a note with type: decision. Cite permalinks when referencing prior work.", "preCompactCapture": "extractive", "placementConventions": null, "teamProjects": { "my-team/notes": { "promoteFolder": "shared" } } }, "outputStyle": "basic-memory" }