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>world.m1nd.file-watcher</string>
<key>ProgramArguments</key>
<array>
<string>python3</string>
<string>/path/to/.m1nd/file-watcher.py</string>
</array>
<key>WatchPaths</key>
<string>/path/to/workspace/openclaw</string>
<string>/path/to/workspace/project-a</string>
<string>/path/to/workspace/project-b</string>
<key>StandardErrorPath</key>
<string>/path/to/.m1nd/watcher.err.log</string>
<key>StandardOutPath</key>
<string>/path/to/.m1nd/watcher.out.log</string>
<key>WorkingDirectory</key>
<string>/path/to/.m1nd</string>
<key>ThrottleInterval</key>
<integer>10</integer>
</dict>
</plist>