Expand description
Built-in daemon services.
Each submodule provides one DaemonService
implementation: bridge hosts the browser bridge, snowflake hosts the
Snowflake query engine, worktrees tracks the repos/worktrees open across
every VS Code window, and sessions tracks the running Claude Code sessions
across every terminal and window (the real services); echo is a trivial
test service used by the framework’s own tests.
Modules§
- bridge
- The browser-bridge daemon service: hosts the bridge’s loopback-TCP planes under the daemon’s lifecycle and exposes status/control to it.
- echo
- A trivial
DaemonServicethat echoes its payload back. It exists so the daemon framework can be exercised end-to-end before — and independently of — any real service. - sessions
- The Claude Code sessions daemon service.
- snowflake
- The Snowflake daemon service.
- worktrees
- The worktrees daemon service.