Skip to content

v0.1.0 — Public Preview

Choose a tag to compare

@Vinix24 Vinix24 released this 22 Feb 10:26
· 1869 commits to main since this release

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 dash for 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.sh

Getting Started

git clone https://github.com/Vinix24/vnx-orchestration.git
cd vnx-orchestration
.vnx/bin/vnx doctor
.vnx/bin/vnx smoke

See docs/core/00_GETTING_STARTED.md for full setup.