The harness exposes a small local tool registry. Each tool is classified as read-only or mutating so permission modes can make reliable decisions.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.
Tool classes
| Tool | Class | Purpose |
|---|---|---|
fs_read | Read-only | Read files and directory summaries |
fs_glob | Read-only | Find files by glob pattern |
fs_grep | Read-only | Search file contents |
git_status | Read-only | Inspect working tree state |
git_diff | Read-only | Inspect diffs |
voss_check | Read-only | Run Voss checks |
fs_write | Mutating | Write a file |
fs_edit | Mutating | Patch an existing file |
shell_run | Mutating | Run an allowlisted shell command |