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.
voss edit is the main safety primitive for bounded code changes.
When you run:
Allowed writes
For a file target, the edit scope allows writes to:- The target file itself
- Existing sibling test mirrors:
test_name.pyname_test.pytests/<relative-path>/test_name.pytests/<relative-path>/name_test.py
Source and test mapping
Voss strips commonsrc/ and lib/ prefixes when looking for mirrored tests. This lets a file such as:
Scope expansion
If Voss needs to write outside scope, it must show a diff preview and ask for approval. Expansions are session-local and do not become durable allow rules.Scoped editing is a write boundary. Read access is still controlled by the cwd path jail.