~ $ trau --help

Documentation

Everything you need to install, configure, and run the herd. This is a scaffold — full docs are being written ticket by ticket.

Getting started

Install the single static binary and point trau at a repository. The full quickstart, prerequisites, and first run walkthrough will live here.

bash
git clone https://github.com/RomkaLTU/trau
cd trau
./trau init

Configuration

trau.toml controls which task runs on which model and at what effort. This section will document every key, default, and override.

trau.toml
[task.build]
model  = "claude"
effort = "high"

[task.verify]
model  = "codex"
effort = "medium"

Loop vs. solo tasks

How trau detects sub-items and fans out to children tagged ready-for-agent, versus running a childless ticket as a single solo pass. Detailed rules and label configuration go here.

Content coming soon

Time tracking

trau reports wall-clock runtime and a human-like effort estimate so you can correlate a run with the work it represents. Estimation model and tuning will be documented here.

Content coming soon

Providers

Claude, Codex, and Kimi run on your existing subscription in interactive mode. Provider setup and auth details to follow.

Content coming soon

CLI reference

Full command and flag reference for the trau binary. Auto-generated from the CLI in a later pass.

Content coming soon