store_case
Capture and store concrete problem-solution pairs as durable memory for future reuse. Document debugging fixes, migration lessons, and recovery patterns with context and actionable steps.
Instructions
Store a reusable case as durable memory. Use this when you identify a concrete problem-and-solution pair worth reusing across future windows, such as a debugging fix, continuity cleanup, migration lesson, or implementation recovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short case title | |
| problem | Yes | What problem happened | |
| context | No | Optional context or preconditions | |
| solutionSteps | Yes | Ordered solution steps | |
| outcome | No | Optional result or resolution | |
| tools | No | Optional tools, commands, or interfaces involved | |
| importance | No | Importance score from 0 to 1 | |
| scope | Yes | Required scope such as project:recallnest or session:abc123 | |
| source | No | How this case was captured | agent |
| tags | No | Optional tags | |
| canonicalKey | No | Optional stable key for merge/update semantics |