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
| Need | Use |
|---|
| Natural-language repo task | voss do |
| Interactive agent session | voss chat or bare voss |
| Scoped file edit | voss edit <path> |
Execute a .voss file | voss run <file.voss> |
Check .voss files | voss 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.