mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
5458c35b35
Signed-off-by: phernandez <paul@basicmachines.co> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
1.2 KiB
JSON
18 lines
1.2 KiB
JSON
{
|
|
"$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"
|
|
}
|