Store knowledge in memory for future reference. Persists across sessions.
Store knowledge in your persistent memory for future reference.
bash config/skills/orchestrator/remember/execute.sh '{"content":"TypeScript strict mode is required","category":"pattern","scope":"project","teamMemberId":"crewly-orc","projectPath":"/path/to/project"}'
| Parameter | Required | Description |
|---|---|---|
content | Yes | The knowledge to store |
category | Yes | See valid categories per scope below |
scope | No | Scope: agent or project (default: agent) |
title | No | Optional title for the knowledge |
teamMemberId | No | Your session name |
projectPath | No | Current project path |
scope: "agent"): fact, pattern, preferencescope: "project"): pattern, decision, gotcha, relationship, user_preferenceUsing a category that doesn't match the scope will return an error.
JSON with the stored knowledge entry ID.