coordrooms
v0.1.0
Published
Real-time decision sharing between parallel coding agents.
Maintainers
Readme
CoordRooms
CoordRooms shares decisions, questions, answers, and warnings between parallel coding-agent sessions in real time. It is entirely local: one person, one SQLite database, no account, and no server.
Install
CoordRooms requires macOS or Linux and Node.js 22.12 or newer.
npx coordrooms@latest installThe installer previews every change before writing. It installs the managed runtime under
~/.coordrooms and configures supported coding agents already present on the machine.
Open the local, read-only dashboard with:
coordrooms dashboard --openUpdating uses the install command again. To remove managed integrations and runtime files, run:
coordrooms uninstallSee the documentation for supported clients, MCP tools, lifecycle hooks, files, and troubleshooting.
