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.

Voss is an AI-native coding harness and workflow-control language for controlled agentic software development. The harness is the first product surface. It helps you plan, execute, inspect, and resume AI-assisted code work in real repositories. The .voss language is the durable control layer for workflows that need explicit confidence gates, context budgets, semantic routing, tools, memory, agents, and fallbacks.

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.

Understand modes

Learn the difference between plan, edit, and auto.

Learn .voss

See how the language expresses AI workflow control.

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
  • Workflow rules that can move from prompts into .voss code
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

  1. Install Voss: Install Voss
  2. Run a read-only one-shot task: First task
  3. Try a scoped edit session: First edit
  4. Learn the safety model: Modes and Security