brain_remember
Save important decisions, preferences, and knowledge as tagged memories that auto-link to related context and inform future sessions.
Instructions
Write a memory to the brain. Do this CONTINUOUSLY as you work — not at the end. When the operator makes a decision, shares a preference, or you learn something useful, write it immediately. Tag every memory so the brain can auto-link it to related knowledge across all brains. The brain compounds: every memory you write makes the next session smarter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization and auto-linking. e.g. ['pricing', 'decision'] or ['frontend', 'preference']. Memories with overlapping tags auto-link across ALL brains in the org. | |
| tier | No | operational: persistent (default). ephemeral: auto-expires in 7 days. | |
| content | Yes | What was learned — a clear, concise statement | |
| importance | No | 0-1. 0.9+ for foundational decisions. 0.5-0.8 for useful knowledge. Default 0.7. | |
| project_id | No | Project/brain ID (optional if SAOR_PROJECT_ID is set) | |
| related_to | No | Memory IDs to link to explicitly. Usually not needed — tag-based auto-linking handles this. | |
| memory_type | No | semantic: facts/knowledge. procedural: how things were done. strategic: goals/decisions. preference: likes/dislikes. performance: what worked. Defaults to semantic. |