Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tryvoss.dev/llms.txt

Use this file to discover all available pages before exploring further.

Harness commands

voss
voss chat
voss do "<task>"
voss edit <path>
voss doctor
voss tools
voss config
voss sessions
voss resume <session-id>

Compiler commands

voss check <path>
voss compile <file.voss>
voss run <file.voss>
voss init <name>
voss ast <file.voss>

Command boundary

NeedUse
Natural-language repo taskvoss do
Interactive agent sessionvoss chat or bare voss
Scoped file editvoss edit <path>
Execute a .voss filevoss run <file.voss>
Check .voss filesvoss check <path>

Mode flags

Commands that run the harness may accept mode selection:
voss do "inspect this repo" --mode plan
voss edit src/app.py --mode edit
Default modes are conservative: plan for general harness commands and edit for scoped edit sessions.