Shared memory and context tools for agentic work.
Code Rooms
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>ai.m1nd.openclaw-bridge</string>
<key>ProgramArguments</key>
<array>
<string>/path/to/m1nd/scripts/macos/m1nd-openclaw-bridge.sh</string>
</array>
<key>EnvironmentVariables</key>
<key>M1ND_OPENCLAW_SOCKET</key>
<string>/tmp/m1nd-openclaw.sock</string>
<key>M1ND_RUNTIME_DIR</key>
<string>/path/to/.m1nd</string>
<key>M1ND_GRAPH_SOURCE</key>
<string>/path/to/.m1nd/graph.json</string>
<key>M1ND_PLASTICITY_STATE</key>
<string>/path/to/.m1nd/plasticity.json</string>
</dict>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<key>StandardOutPath</key>
<string>/path/to/.m1nd/logs/openclaw-bridge.log</string>
<key>StandardErrorPath</key>
<string>/path/to/.m1nd/logs/openclaw-bridge.err.log</string>
<key>WorkingDirectory</key>
<string>/path/to/m1nd</string>
</plist>