Shared memory and context tools for agentic work.
Code Rooms
{
"recorded_at": "2026-03-24T23:50:27.494602+00:00",
"scenario_id": "warm_edit_preview_source_modified_recovery",
"scenario_name": "Warm recovery from edit_commit source_modified drift",
"scenario_tags": [
"warm-graph",
"recovery",
"surgical",
"edit-preview"
],
"mode": "m1nd_warm",
"execution_origin": "live",
"source_ref": "docs/benchmarks/events/warm-edit-preview-source-modified-recovery.json",
"cold_graph_time_ms": null,
"warm_graph_time_ms": null,
"time_to_first_good_answer_ms": 2.5,
"time_to_full_proof_ms": 3.8,
"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 safe rerun path, edit_preview refreshes the snapshot, and commit succeeds on retry",
"notes": "",
"events": [
"tool_name": "m1nd.edit_commit",
"query": "commit stale preview after source changed",
"elapsed_ms": 1.0,
"payload_chars": 240,
"hint": "Re-run edit_preview against the current on-disk file to refresh the source hash, then retry edit_commit.",
"suggested_next_step": "Call edit_preview again for the same file before retrying edit_commit.",
"next_suggested_tool": "edit_preview",
"next_tool_used": "edit_preview",
"recovery_followed": true,
"notes": "source_modified no longer ends the flow; it teaches the exact safe recovery path.",
"event_index": 1,
"opened_files": [],
"surfaced_files": []
},
"tool_name": "m1nd.edit_preview",
"query": "refresh preview after source drift",
"elapsed_ms": 1.5,
"payload_chars": 460,
"surfaced_files": [
"m1nd-mcp/tests/test_edit_preview.rs"
"next_suggested_tool": "edit_commit",
"next_tool_used": "edit_commit",
"notes": "fresh preview is minted against current file state",
"event_index": 2,
"opened_files": []
"query": "retry commit with fresh preview",
"elapsed_ms": 1.3,
"payload_chars": 320,
"opened_files": [
"event_index": 3,
}
"files_opened": 1,
"repeat_reads": 1,
"search_iterations": 0,
"chars_surfaced": 1020,
"token_proxy": 255,
"guidance_events": 2,
"guidance_followed": 2,
"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 source drift and continue safely with a fresh preview instead of forcing the stale commit.",
"expected_strength": "strong"