Shared memory and context tools for agentic work.
Code Rooms
{
"recorded_at": "2026-03-25T00:09:11.641384+00:00",
"scenario_id": "warm_edit_commit_confirm_recovery",
"scenario_name": "Warm recovery from edit_commit confirm gate",
"scenario_tags": [
"warm-graph",
"recovery",
"surgical",
"edit-preview",
"confirm-gate"
],
"mode": "m1nd_warm",
"execution_origin": "replay",
"source_ref": "docs/benchmarks/events/warm-edit-commit-confirm-recovery.json",
"cold_graph_time_ms": null,
"warm_graph_time_ms": null,
"time_to_first_good_answer_ms": 0.8,
"time_to_full_proof_ms": 1.9,
"answer_quality": "high",
"plan_changed": false,
"false_start_count": 0,
"tests_identified_before_edit": 1,
"public_claim_worthy": true,
"workflow_notes": "edit_commit teaches the confirm retry directly and the same preview_id is reused safely",
"notes": "",
"events": [
"tool_name": "m1nd.edit_commit",
"query": "commit preview with confirm=false",
"elapsed_ms": 0.8,
"payload_chars": 220,
"hint": "Review the preview first, then resend the same preview_id with confirm=true.",
"suggested_next_step": "Retry edit_commit with the same preview_id and confirm=true.",
"next_suggested_tool": "edit_commit",
"next_tool_used": "edit_commit",
"recovery_followed": true,
"example": {
"preview_id": "preview_dev_001",
"agent_id": "dev",
"confirm": true
},
"notes": "confirm gate blocks accidental writes without invalidating the preview.",
"event_index": 1,
"opened_files": [],
"surfaced_files": []
"query": "retry commit with confirm=true on same preview_id",
"elapsed_ms": 1.1,
"payload_chars": 300,
"opened_files": [
"m1nd-mcp/tests/test_edit_preview.rs"
"notes": "same preview_id is reused safely; no fresh preview is required.",
"event_index": 2,
}
"files_opened": 1,
"repeat_reads": 0,
"search_iterations": 0,
"chars_surfaced": 520,
"token_proxy": 130,
"guidance_events": 1,
"guidance_followed": 1,
"reactivated_nodes": 0,
"resume_hints": 0,
"proof_states": [],
"final_proof_state": null,
"progress_events": 0,
"max_progress_pct": 0.0,
"active_phases": [],
"next_phases": [],
"progress_event_types": [],
"progress_delivery_modes": [],
"live_progress_events": 0,
"replay_progress_events": 0,
"snapshot_progress_events": 0,
"progress_guidance_events": 0,
"progress_guidance_followed": 0,
"recovery_events": 1,
"recovery_followed": 1,
"repo_path": null,
"question": "Recover from an edit_commit failure caused by confirm=false and continue safely by reusing the same preview_id with confirm=true instead of minting a fresh preview or forcing a blind write.",
"expected_strength": "strong"