Open source · macOS
Supervise the merge.
Not every terminal.
Vigla is open-source mission control for coding agents. Run Claude Code, Codex CLI, Antigravity, and profile-backed workers in isolated git worktrees; audit every submission; keep the whole mission reversible.
- 01 local control plane
- 02 no product telemetry
- 03 Apache-2.0
one mission
many worker CLIs
one audited merge
one mission revert
00 / THE JOB
The hard part is not starting more agents. It is knowing what deserves to merge.
Assign the mission and draw the authority envelope. Vigla decomposes the work, watches the fleet, and brings you the evidence that survives review—not a wall of terminal chatter.
01 / METHOD
A short chain of custody for every change.
Each handoff leaves a record. Each risky decision has a bound. The merge is a result, not an assumption.
- 01
Write the mission
Choose the repository, worker roster, and the paths the fleet may touch.
- 02
Split the work
The supervisor proposes a task graph and gives each worker an isolated worktree.
- 03
Audit submissions
Scope, tests, regression risk, and side effects are checked before integration.
- 04
Keep the receipt
The verdict records what merged and the anchors needed to reverse the mission.
02 / RECEIPT
Judge the outcome. Keep the evidence.
Finished missions arrive with the record a reviewer actually needs: tests, files, audit dimensions, unresolved issues, residual risk, and rollback anchors.
- Event record
- Typed and replayable
- Failure receipt
- 27 / 27 seeded paths bounded
- Merge unit
- One reversible mission
- Product telemetry
- None
03 / POSITION
The layer between agent output and your main branch.
| Capability | Vigla | Vendor-native command centers |
|---|---|---|
| Worker roster | Cross-vendor | One vendor |
| Execution isolation | Worktree per worker | Product-dependent |
| Pre-merge control | Independent bound audit | Product-dependent |
| Rollback unit | Whole mission | Thread or checkpoint |
| Control plane | Local, inspectable Rust | Vendor-owned |
Positioning, not a scorecard. Named sources and the verification date live in the README comparison.
04 / LOCAL BUILD
The artifact comes from your machine.
Vigla publishes no maintainer-built binaries today. The source-locked recipe installs dependencies, builds the app, ad-hoc signs it, verifies the disk image, and prints its SHA-256 checksum.
macOS 12+ · Rust 1.95 · Node 22 · pnpm 10 · Xcode command-line tools
git clone https://github.com/Kilbex/Vigla.git
cd Vigla
./scripts/build.sh
05 / OPEN WORK
Public edges. Useful first contributions.
Adapter fixtures, real-CLI troubleshooting, Linux packaging, Windows boundaries, and reusable mission templates are written down with acceptance criteria. You do not need hidden context to take one on.
THE WATCHPOST IS OPEN
See the audit trail before trusting the pitch.
Try the deterministic replay. If Vigla solves a problem you have, star it so the next operator can find it.