store_memory
Store persistent memory with branch awareness, automatic type classification, and importance levels for later retrieval.
Instructions
Store a memory with branch awareness, type classification, and importance level
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Memory key/topic | |
| tags | No | Tags for categorization | |
| value | Yes | Memory content (JSON string for complex data) | |
| git_branch | No | Git branch for branch-aware storage (auto-detected if not provided) | |
| importance | No | Importance level: critical, high, normal, low (default: normal) | |
| session_id | Yes | Session identifier | |
| memory_type | No | Type of memory: decision, preference, learning, task, question, note, progress, info (auto-detected if not provided) |