capture-learnings
Capture Learnings
This is background knowledge, not a slash command. Organization learnings and your personal memory index are loaded at the start of every conversation, including Slack/integration turns. Capture durable context proactively when you learn something worth remembering.
How to Read & Write Memories
Memories are stored as resources in the SQL database, not as files on disk.
-
Team/organization knowledge: shared
LEARNINGS.md. Read it first, merge the new fact, then write the full updated file with theresourcestool usingscope: "shared". Shared scope resolves to the active organization; it must never leak to another organization in the same deployment. -
Personal knowledge:
memory/MEMORY.mdplusmemory/<name>.md, written withsave-memory. -
Save a memory:
save-memory --name <name> --type <type> --description "..." --content "..." -
Read a memory:
resource-read --path memory/<name>.md -
Delete a memory:
delete-memory --name <name> -
List all memories:
resource-list --prefix memory/