Shared memory and context tools for agentic work.
Code Rooms
{
"recorded_at": "2026-03-25T13:29:54.291099+00:00",
"scenario_id": "warm_lock_diff_guided_follow_up",
"scenario_name": "Warm lock diff with guided structural follow-up",
"scenario_tags": [
"warm-graph",
"lock",
"diff",
"guided-follow-up",
"proof-state"
],
"mode": "manual",
"execution_origin": "replay",
"source_ref": "docs/benchmarks/events/manual-lock-diff-guided-follow-up.json",
"cold_graph_time_ms": null,
"warm_graph_time_ms": null,
"time_to_first_good_answer_ms": 7.2,
"time_to_full_proof_ms": 10.4,
"answer_quality": "high",
"plan_changed": false,
"false_start_count": 0,
"tests_identified_before_edit": 0,
"public_claim_worthy": false,
"workflow_notes": "Manual lock usage finds the changed scope but still requires a manual guess about which file to open next.",
"notes": "",
"events": [
"tool_name": "m1nd.lock_create",
"query": "create a lock around perspective handlers",
"elapsed_ms": 2.6,
"payload_chars": 220,
"surfaced_files": [
"m1nd-mcp/src/lock_handlers.rs"
"notes": "The manual path creates the lock and then checks it later without guidance.",
"event_index": 1,
"opened_files": []
},
"tool_name": "m1nd.lock_diff",
"query": "diff the guarded scope after graph activity",
"elapsed_ms": 3.1,
"payload_chars": 410,
"notes": "The diff reveals a changed node, but the agent still has to decide manually what to open next.",
"event_index": 2,
"tool_name": "m1nd.view",
"target": "m1nd-mcp/src/perspective_handlers.rs",
"elapsed_ms": 2.2,
"payload_chars": 520,
"opened_files": [
"m1nd-mcp/src/perspective_handlers.rs"
"event_index": 3,
"surfaced_files": []
}
"files_opened": 2,
"repeat_reads": 1,
"search_iterations": 0,
"chars_surfaced": 1150,
"token_proxy": 288,
"guidance_events": 0,
"guidance_followed": 0,
"guidance_followthrough_rate": null,
"reactivated_nodes": 0,
"resume_hints": 0,
"proof_states": [],
"final_proof_state": null,
"proof_state_counts": {},
"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,
"progress_guidance_followthrough_rate": null,
"recovery_events": 0,
"recovery_followed": 0,
"recovery_followthrough_rate": null,
"repo_path": ".",
"question": "Inside a guarded scope around perspective handlers, what changed first and which file should I inspect next?",
"expected_strength": "strong"