apps/desktop/ # Electron app (main/preload/renderer)
apps/daemon/ # Background daemon process for task execution
packages/agent-core/ # Core business logic, shared types, MCP tools (published as @anastomotic_ai/agent-core)
index.ts- Electron bootstrap, single-instance enforcement,anastomotic://protocol handleripc/handlers.ts- IPC handlers for task lifecycle, settings, onboarding, API keys, providersipc/validation.ts- IPC validation utilitiesopencode/- Electron-specific OpenCode CLI integrationstore/- Electron-specific storage wrappers (delegates to agent-core)logging/- Log collector and file writerskills/- SkillsManager wrapperutils/- Bundled Node.js helpers, system path utilitiesdaemon-client.ts- Connects to the background daemon process for task execution