empire builder
The project direction lives in the roadmap. It outlines Victor’s NZT architecture, the six core modules to ship first, and an end-to-end path from personal-grade MVP to production- and enterprise-grade deployments:
- victor_nzt_mode_router.py
- work_order.py
- single_thread_enforcer.py
- runway_ledger.py
- inbox_capture.py
- nzt_session.py (ties it together; CLI first)
Use the roadmap as the source of truth for planning and execution.
python nzt_session.py --start --goal "Ship MVP" --next "Draft CLI" --inbox "idea: add web UI"This creates a work order file, appends to the runway ledger, captures inbox items, and enforces a single active work order.