mcp_engram_ack_edit_arc
Acknowledge or skip pending edit-arc debt to unblock repeat context_for_edit on the same path. Use skip with honest note for read-only passes.
Instructions
Acknowledge or skip pending edit-arc debt — unblocks repeat context_for_edit on the same path when ENGRAM_EDIT_ARC_GATE=hard. Prefer mcp_engram_update on *__arc after edits; use skip=true with an honest note only for read-only passes. FEW-SHOT EXAMPLES: (1) Post-edit arc update done elsewhere: {"concepts":["store__fn__context_for_edit"],"skip":false,"note":"updated __arc via mcp_engram_update"} (2) Read-only recon: {"skip":true,"note":"read-only context_for_edit — no substantive edits"} (3) Post-edit with lineage verification: {"concepts":["store__fn__context_for_edit"],"skip":false,"note":"updated __arc via mcp_engram_update","lineage_check":true,"trace_id":"trace:1780000000_post_edit"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Reason for skip or ack (e.g. read-only recon, no edits made) | |
| skip | No | True when waiving arc update with documented reason (default true) | |
| concepts | No | Optional AST concepts to clear (default: all pending) | |
| trace_id | No | Optional trace concept for lineage_check | |
| lineage_check | No | If true, verify trace/arc lineage before ack (edit_ack_with_lineage_check ritual) |