mcp_engram_update_with_tensor_bond
Update a stored concept by recalling first, then applying a delta or replacement with a tensor bond for edit fidelity. Optionally create a scar if the recall does not match.
Instructions
SAFE composite for memory updates: recall-first + mcp_engram_update + tensor bond (edit_fidelity) + optional scar on mismatch. NEVER use forget+remember to mutate. Returns crs_delta, tensor_pattern, lineage. FEW-SHOT EXAMPLES: (1) Append arc delta after edit: {"concept":"mcp__fn__dispatch__arc","new_text":"delta: wired safe_edit handler","recall_query":"mcp dispatch edit arc","bond_label":"edit_fidelity"} (2) Update design block with recall guard: {"concept":"design:agent_tool_fidelity_v1","new_text":"Phase 1: composite tools shipped","recall_query":"agent tool fidelity","scar_on_mismatch":true}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes | Existing concept to update (required) | |
| new_text | Yes | Delta or replacement text (required) | |
| bond_label | No | Tensor bond label (default edit_fidelity) | |
| recall_query | No | Recall-first query — mismatch may scar when scar_on_mismatch=true | |
| match_threshold | No | Min recall score to accept without name match (default 0.85) | |
| scar_on_mismatch | No | Mint scar when recall top does not match concept (default false) |