mcp_engram_update
Update an existing memory concept with new text while preserving its historical evolution. Evaluates vector stability drift to maintain continuity and prevent silent overwrites.
Instructions
CRITICAL: Use this whenever you need to change or append to an existing memory. NEVER use forget+remember to update — that destroys the block's entire history. WHAT THIS DOES DIFFERENTLY: Evaluates Lyapunov stability drift between the old and new vector encodings. If drift is low (stable evolution), CRS is preserved. If drift is high (contradictory change), CRS is penalized proportionally. This creates a thermodynamic record of how a concept has evolved over time and prevents silent rewrites of load-bearing memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes | The concept name to update | |
| new_text | Yes | The new text content to encode |