Shared memory and context tools for agentic work.
Code Rooms
[
{
"tool_name": "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."
"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."
}
]