mcp_engram_remember_solution
Store a verified error pattern and its solution as a crystallized pair for future recall. Use after confirming a fix to build durable memory of resolved issues.
Instructions
Crystallized error→solution pair (ZEDOS_PRAXIS, CRS=1.0). Use after verified fixes, not for routine deltas (use update). FEW-SHOT EXAMPLES: (1) Build fix: {"error_pattern":"cargo test mcp mutex poison","solution":"Use mcp_test_guard() serializing MCP tests"} (2) Ritual fix: {"error_pattern":"repeated context_for_edit blocked","solution":"mcp_engram_update on __arc or mcp_engram_ack_edit_arc before re-read","process_context":"process:engram.ritual.working-memory"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solution | Yes | The solution or approach that resolved it | |
| error_pattern | Yes | The error or problem pattern (error message, concept, or description) | |
| process_context | No | Optional process:engram.* key — emits realized_by edge (WS-3) |