.voss language.
Run a team
Use
voss team run to execute a goal as a reviewed team run.Run your first task
Use
voss do for a bounded one-shot repo task.Make a scoped edit
Use
voss edit to constrain writes to a target and related tests.Learn .voss
See how the language expresses control — for one agent or a team.
Run a team
A team is declared once in.voss, then a single goal runs as scoped, budgeted, independently reviewed work:
What Voss is for
Voss is for developers who already use AI coding tools and want stronger boundaries:- Clear separation between planning and mutation
- Permission prompts for risky operations
- Scoped file writes for edit sessions
- Resumable project context
- Code-aware recall across rebuildable code cache and curated project memory
- Conservative context packing with an explicit
--no-packescape hatch - Workflow rules that can move from prompts into
.vosscode - Multi-agent runs that stay scoped, budgeted, and independently reviewed
Voss v0.1 is harness-led and ships through npm as
@vosslang/cli. Rust, Homebrew, editor marketplace work, hosted teams, and broad launch polish remain deferred.What to read first
- Install Voss: Install Voss
- Run a read-only one-shot task: First task
- Try a scoped edit session: First edit
- Learn the safety model: Modes and Security
- Run a whole team: Orchestration overview