- brain/graph/sync-to-windows.sh: rebuild WSL brain + push merged graph to C:/Users/Austin/Brains/central
- cron wrapper now also syncs to Windows hourly
- README documents the two-brain layout
- Windows side (C:/Users/Austin/Brains/central): own venv + graphifyy[mcp],
serve-brain.bat (HTTP MCP :8090), keepalive-brain.bat — fully offline/standalone
- brain/graph/: build-central.sh (code graph + merge linked projects),
link-project.sh (register a project graph into the brain),
serve-brain.sh (HTTP MCP :8090), README.md
- server.py: mount /brain-graph so the brain is browsable from the dashboard
- venv: graphify [mcp] extra installed so HTTP MCP serve works
- hourly rebuild cron (agentic-os-brain-rebuild)
Topology: each project keeps its own graph; they roll up into one
central-graph.json that agents query over MCP. Memory notes become
queryable later via an LLM key (graphify . without --code-only).