What problem does it solve?
Coordinate cross-repo investigations and parallel swarms by configuring a pre-launch contract and memo-driven communication. This enables orchestration of multi-repo tasks without a centralized leader, letting peers operate as equals and synthesize results after completion.
Core Features & Use Cases
- Leaderless coordination via a filesystem memo + journal, enabling parallel exploration and risky changes across multiple repos.
- Supports three primitives:
ws investigate, ws swarm, and ws agent, each with its own protocol and output patterns.
- Pre-launch contract: define peer count, backend CLI, and post-run synthesis to ensure consistent expectations before execution.
- Post-run synthesis: results are written into the workspace memo (summary, audit-result, finding-*) for easy review and auditing.
- Ideal for cross-service bug diagnosis, multi-repo refactors or migrations, and any scenario requiring scoped, parallel work across many repos.
Quick Start
Boot a workspace, specify N, and launch ws investigate or ws swarm to begin a parallel, leaderless cross-repo effort.