Shared memory and context tools for agentic work.
Code Rooms
[
{
"tool_name": "perspective_start",
"query": "session management",
"elapsed_ms": 3.2,
"payload_chars": 420,
"surfaced_files": [
"m1nd-mcp/src/perspective_handlers.rs"
],
"notes": "The manual flow starts a perspective and then asks for routes explicitly before deciding what to inspect."
},
"tool_name": "perspective_routes",
"query": "list routes for the current perspective",
"elapsed_ms": 2.9,
"payload_chars": 470,
"notes": "Routes are reviewed manually to choose a candidate."
"tool_name": "perspective_inspect",
"query": "inspect the strongest route from the current page",
"elapsed_ms": 2.4,
"payload_chars": 540,
"opened_files": [
"notes": "The agent reaches the right route, but only after an extra manual routes roundtrip."
}
]