What I wanted
I wanted a practical way to coordinate multiple coding agents with:
- explicit lifecycle controls
- strict request/response safety
- debuggable runtime state
- CI-level validation
## What shipped
-
vc teamsfor create/delete/add/remove/send/status - protocol-safe waits via
await - live monitoring via
watch - file mailbox runtime + event logs
- dedupe and stale-lock recovery
- PR E2E automation (
node --test scripts/vc-teams.test.mjs)
Top comments (0)