Workflows
Capture Evidence
Homeboy commands should leave durable evidence that humans, CI, scheduled jobs, and agents can inspect later. Prefer structured output and...
Workflows
Workflow docs are task-oriented. They explain which Homeboy commands to use together and link to exact command reference when you...
Hold A PR Fleet
Use worktree, triage, review, and runs commands when you are holding many PR branches at once and need a concise...
Set Up Extensions
Extensions teach Homeboy how to operate a technology stack while keeping core generic. Core owns command shape, configuration resolution, output...
Run Agent Task Loops
Use agent-task loops when work needs durable orchestration across multiple agent runs, retries, gates, artifacts, external events, and human handoffs....
Release A Component
Homeboy release workflows turn conventional commits and component metadata into version bumps, changelogs, tags, artifacts, and optional publish/deploy steps. Use...
Reproduce CI
Use Homeboy CI workflows when a component declares CI profiles that can be run through Homeboy's command surface. This is...
Review A Branch
Use homeboy review when you need the PR-shaped quality gate for a branch. It runs scoped audit, lint, and test...
Use Runners
Runners let Homeboy route hot or remote-capable work away from the controller machine while preserving the same command contract and...
Manage Local Environments
Use rigs, stacks, and task worktrees when local work spans more than one checkout, branch, component, or agent task. These...
Set Up Lab Runners
Use Lab runners when Homeboy should execute hot or remote-capable work somewhere other than the controller machine. A runner gives...
Deploy And Operate Fleets
Use project, deploy, fleet, and status commands when Homeboy is operating configured environments instead of only local quality gates. This...