bed-of-roses/
├── os-data/ ← user data
│ ├── presences.json the presence registry
│ ├── presences/<id>/ one folder per presence:
│ │ ├── config.json provider keys, name, theme, connectors
│ │ ├── surfaces/ generated apps & shortcut cards
│ │ ├── memory/ sessions + long-term memory
│ │ ├── files/ "BOR Home" files
│ │ ├── logs/audit.jsonl append-only audit log
│ │ ├── cron/, notifications/ scheduled jobs + inbox
│ │ └── .bor/ this presence's working dir
│ ├── images/ generated/captured images
│ └── v2-wallpaper/ the applied macOS wallpaper
│
├── .bor/ ← files BOR creates for you
│ ├── workspaces/<slug>/ real projects it scaffolds & runs
│ ├── files/, images/, downloads/, reports/, exports/, scratch/
│ └── mcp.json this presence's MCP servers
│
└── .bed-of-roses/ ← local config & caches
├── skills/ project skills (Markdown)
├── mcp/servers.json hand-written MCP config
└── browser/ browser profiles (ambient + Browser app)