Commands
`homeboy triage`
Produce an attention report for components, projects, fleets, rigs, or the full configured workspace. GitHub access is read-only; each run...
Bench Command
Run performance benchmarks for a Homeboy component and surface regression deltas against a stored baseline. Synopsis homeboy bench <component> [options]...
`homeboy component`
Manage standalone component configurations stored under components/<id>.json. Synopsis homeboy component [OPTIONS] <COMMAND> Subcommands create homeboy component create [OPTIONS] --local-path <path>...
`homeboy daemon`
Run and inspect the local-only Homeboy HTTP API daemon. Synopsis homeboy daemon <COMMAND> Subcommands start — start the local daemon...
homeboy trace
Capture black-box behavioral traces for a component. Trace runners write a JSON evidence envelope plus optional artifacts under the Homeboy...
Runs Command
Inspect persisted observation-store runs and artifacts. Synopsis homeboy runs list [--kind bench|rig|trace] [--component <id>] [--rig <id>] [--status <status>] [--limit 20]...
`homeboy rig`
Manage local dev rigs: reproducible multi-component environments that can start services, prepare checkouts, sync combined-fixes stacks, run health checks, and...
Rig Spec Reference
JSON reference for rig specs loaded from ~/.config/homeboy/rigs/<id>.json or installed from a rig package. Package Layout A rig package can...
homeboy observe
Passively observe a running system and persist evidence in the observation store as run kind observe. Usage homeboy observe <component>...
`homeboy release`
Synopsis homeboy release [OPTIONS] [COMPONENTS]... By default Homeboy auto-detects the bump from commit history. Use --bump <major|minor|patch|VERSION> to force a...
`homeboy audit`
Synopsis homeboy audit <component-id|path> [options] Description Audit a component's codebase for convention drift, structural complexity, dead code, duplication, and test...
`homeboy extension`
Synopsis homeboy extension <COMMAND> Subcommands list homeboy extension list [-p|--project <project_id>] show homeboy extension show <extension_id> Print detailed manifest, runtime,...