Harness commands
Project context and recall
voss recall searches project memory and the rebuildable code recall index together. Use
--refresh when you want Voss to rebuild recall state before answering. voss sync --check
is read-only and exits non-zero when generated docs, managed instruction sections, or prompt
files have drifted.
Compiler commands
Orchestration commands
Run and inspect a team — see Orchestration.Command boundary
Mode flags
Commands that run the harness may accept mode selection:--no-pack disables context packing for the run and keeps replay assembly on the
legacy full-context path.
Renderer environment
Embedded hosts that run Voss inside another terminal pane can request the dense renderer with:VOSS_RENDERER=compact selects the compact renderer directly. VOSS_EMBEDDED=1 is an embedded-host signal only; it does not force compact mode. Embedded hosts that want the full composer can pair it with VOSS_FORCE_TUI=1.