v0.1.0 — Public Preview
VNX Orchestration — First Public Release
Glass Box Governance for AI coding agents. Multi-terminal orchestration with receipt ledger, dispatch queue, and quality gates.
Highlights
- Runtime: tmux 2x2 grid with T0 (brain), T1-T3 (worker terminals)
- Dispatch Queue: JSON-based task routing with dependency chains
- Receipt Ledger: NDJSON provenance trail (git SHA, model, provider, timing)
- Quality Gates: Automated verdicts — approve / approve_with_followup / hold
- Multi-Provider: Claude Code, OpenAI Codex CLI, Gemini support
- Intelligence: Cached context sharing across terminals (50K token budget)
- CLI:
vnx doctor,vnx smoke,vnx dashfor operations
Demo (no LLM required)
# Smoke test
.vnx/bin/vnx smoke
# Dry-run replay of a real 6-PR governance session
cd demo/dry-run && bash replay.shGetting Started
git clone https://github.com/Vinix24/vnx-orchestration.git
cd vnx-orchestration
.vnx/bin/vnx doctor
.vnx/bin/vnx smokeSee docs/core/00_GETTING_STARTED.md for full setup.