store_case
Save a proven problem-solution pair as durable memory, ready to reuse during future debugging, migration, or implementation recovery.
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 |
|---|---|---|---|
| tags | No | Optional tags | |
| scope | Yes | Required scope such as project:recallnest or session:abc123 | |
| title | Yes | Short case title | |
| tools | No | Optional tools, commands, or interfaces involved | |
| source | No | How this case was captured | agent |
| context | No | Optional context or preconditions | |
| outcome | No | Optional result or resolution | |
| problem | Yes | What problem happened | |
| importance | No | Importance score from 0 to 1 | |
| canonicalKey | No | Optional stable key for merge/update semantics | |
| debugFraming | No | Optional break-loop 五维归因 (rootCause/whyPriorFixFailed/defense/systematicExtension/knowledgeFix) | |
| solutionSteps | Yes | Ordered solution steps |