Commands
`homeboy cargo`
Run Cargo commands through an extension-provided top-level CLI verb. Synopsis homeboy cargo <project_id> [args]... Usage cargo is not a core...
Commands index
api agent-task audit — code convention drift and structural analysis audit-baseline — deterministic audit baseline refresh workflow auth bench —...
Bench Command
Run performance benchmarks for a Homeboy component and surface regression deltas against a stored baseline. Synopsis homeboy bench <component> [options]...
`homeboy build`
Synopsis homeboy build <component_id> homeboy build <component_id> --path /path/to/workspace/clone homeboy build <component_id> --changed-since origin/main homeboy build --json '<spec>' homeboy build...
agent-task
Run provider-neutral task plans through Homeboy's durable agent-task lifecycle. Homeboy owns durable orchestration and provider-neutral outcomes. Runtime providers own backend-specific...
`homeboy manifest`
Synopsis homeboy manifest Description Prints the recursive command manifest as the standard Homeboy JSON envelope. The payload includes visible and...
`homeboy triage`
Produce an attention report for components, projects, fleets, rigs, or the full configured workspace. Snapshot report mode reads GitHub state...
`homeboy git`
Synopsis homeboy git <COMMAND> Git operations for Homeboy components, worktrees, portable checkouts, and GitHub issue / pull request workflows. Most...
`homeboy component`
Manage standalone component configurations stored under components/<id>.json. Synopsis homeboy component [OPTIONS] <COMMAND> Subcommands create homeboy component create [OPTIONS] The component...
`homeboy ci`
Inspect and run explicit CI reproduction profiles for a checkout. List Profiles homeboy ci list --path /path/to/repo --extension nodejs ci...
`homeboy self`
Inspect the active Homeboy binary and nearby install/update signals. Synopsis homeboy self <COMMAND> Subcommands status — report the active binary,...
Review Command
Run scoped audit + lint + test in a single invocation against PR-style changes. Synopsis homeboy review [component] --changed-since=<ref> homeboy...