Homeboy

Deterministic orchestration for agentic software engineering.

138 Docs

Changelog

All notable changes to Homeboy CLI are documented in this file. (This file is embedded into the CLI binary and...

Updated September 15, 2026

Direct Staged Execution

Tracker: #14588. This follows the preventive capability refusal in #14589. Contract Direct sessions negotiate direct-runner-staged-execution/v1 before submitting the unchanged sealed...

Updated September 15, 2026

Validation Dependency Recovery

Tracking: #14587. Related execution limitation: #14588. Evidence reviewed September 12, 2026. Changes An explicit validation_dependencies setting now replaces the manifest's...

Updated September 15, 2026

Homeboy Documentation

Homeboy documentation is organized by reader intent. If you are new, start with Start here. If you already know what...

Updated September 3, 2026

Cleanup Retention Scope

homeboy cleanup --include terminal-runs is the lifecycle owner for terminal observation records, and since #10316 it is the only surface...

Updated August 2, 2026

Configuration Precedence Map

Investigation for Extra-Chill/homeboy#7519. This document maps configuration concepts that appear in two or more schemas and records the current runtime...

Updated July 7, 2026

`homeboy release`

Synopsis homeboy release [OPTIONS] [COMPONENTS]... homeboy release version show [<component_id>] [--path <path>] homeboy release changes [<component_id>] [--path <path>] [--since <tag>]...

Updated September 15, 2026

`homeboy git`

Synopsis homeboy git <COMMAND> Git operations for Homeboy components, worktrees, portable checkouts, and GitHub issue / pull request workflows. Most...

Updated September 12, 2026

cleanup

Remove or inspect reconstructable artifacts that Homeboy can safely recreate. This is the canonical artifact cleanup path. Worktree lifecycle cleanup...

Updated September 11, 2026

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...

Updated September 11, 2026

`homeboy daemon`

Run and inspect the local-only Homeboy HTTP API daemon. Synopsis homeboy daemon <COMMAND> Subcommands start — start the local daemon...

Updated September 9, 2026

`homeboy tunnel`

Synopsis homeboy tunnel service <COMMAND> homeboy tunnel preview-client <COMMAND> homeboy tunnel preview-ingress <COMMAND> homeboy tunnel preview-consumer <COMMAND> homeboy tunnel artifact-origin...

Updated September 7, 2026

Internals

Internals docs are for people maintaining Homeboy itself: architecture, implementation contracts, developer guidance, and docs-maintenance rules. Developer Guide Architecture overview...

Updated September 2, 2026

Test Tiers

The commands in this section are the local edit-loop tiers. CI does not run any of them: the CI gate...

Updated September 1, 2026

Extension API v1

The Extension API is the transport-neutral contract through which Homeboy describes installed extensions and negotiates compatibility. Its serialized v1 types...

Updated September 12, 2026

Resource Topology v1

homeboy-resource-topology-contract defines one read-only snapshot schema: homeboy/resource-topology-snapshot/v1. The snapshot contains only stable kind and id resource references, declared directed edges,...

Updated September 2, 2026

PathRoots injection contract

homeboy_core::paths::PathRoots names one Homeboy home: a config root, a data root, and an artifact root resolved together. Its own doc...

Updated August 22, 2026

Command argument provenance contract

CLI compilation produces a typed command together with a source map for every resolved Clap argument. The public Rust surface...

Updated July 31, 2026

Verification phase contract

Homeboy's verification surface is deliberately split into isolated primitive commands that can be composed by higher-level workflows. Primitive phases The...

Updated July 5, 2026

Compiler Warning Extension Contract Gap

Issue #2242 asks Homeboy core to move compiler-warning collection and compiler-warning fix generation behind extension-owned contracts. Validation and formatting already...

Updated June 30, 2026

Architecture Overview

Homeboy is headless automation for agentic software engineering workflows. It is built in Rust with a config-driven, extension-oriented architecture that...

Updated September 6, 2026

Architecture Cleanup Map

This map tracks lower-risk source-boundary cleanup. It is intentionally scoped to developer guidance and ratchets; command implementation refactors should happen...

Updated July 14, 2026

Error Handling Patterns

Homeboy uses a centralized error system for consistent error reporting across all commands. Error Categories Errors are categorized by type...

Updated June 30, 2026

Config Directory Structure

Important: Portable component configuration can live in a repo-level homeboy.json. Reusable machine-local configuration, state, installed extensions, projects, servers, fleets, rigs,...

Updated June 30, 2026

Documentation Structure

Standard patterns for organizing documentation files and directories. These rules describe Homeboy's own docs/ tree; downstream projects managed by Homeboy...

Updated September 3, 2026

Documentation Generation

Instructions for creating comprehensive user-facing documentation from scratch by analyzing the codebase. Purpose Generate structured documentation in the /docs directory...

Updated July 5, 2026

Documentation Management

Homeboy provides AI agents with consistent instructions for documentation generation and maintenance. These docs serve as the single source of...

Updated July 5, 2026

Documentation Alignment

Instructions for keeping existing .md documentation synchronized with current codebase implementation. Scope Alignment covers documentation that describes current implementation only....

Updated July 5, 2026

Configuration Reference

This page is a field-level reference for Homeboy configuration structures. For the higher-level system model and core/extension boundary, see Architecture...

Updated September 6, 2026

Reference

Reference docs describe exact command behavior, configuration fields, schemas, templates, and output contracts. Use workflows first when you need a...

Updated September 3, 2026

Release Set Manifest

A release set is a caller-supplied, product-agnostic source-membership contract. It is versioned by schema and has a deterministic SHA-256 identity...

Updated July 31, 2026

Template Variables

Homeboy supports template variables in several contexts. Both single-brace ({var}) and double-brace ({{var}}) syntaxes are supported everywhere for backward compatibility....

Updated June 30, 2026

Component Schema

Component configuration defines buildable and deployable units stored in components/<id>.json. Schema { "id": "string", "name": "string", "local_path": "string", "remote_path": "string",...

Updated September 11, 2026

Extension Manifest Schema

Extension manifests define extension metadata, runtime behavior, platform behaviors, and integration points. Stored as <extension_id>/<extension_id>.json in the extension directory. Extension...

Updated September 7, 2026

Server Schema

Server configuration defines SSH server connections stored in servers/<id>.json. Schema { "id": "string", "name": "string", "host": "string", "port": number, "user":...

Updated September 7, 2026

Project Schema

Project configuration defines environment-specific context stored in projects/<id>.json: server bindings, domains, local paths, remote paths, project-scoped CLI settings, API settings,...

Updated July 31, 2026

Portable Component Config (`homeboy.json`)

A homeboy.json file in a repo root defines portable component configuration that travels with the code. Clone a repo, run...

Updated July 31, 2026

Configuration Schemas

Schemas document Homeboy configuration structures. For overlapping configuration concepts and runtime precedence, see Configuration precedence map. Component schema Project schema...

Updated July 5, 2026

Cli

`homeboy` root command

Synopsis homeboy [OPTIONS] <COMMAND> Description homeboy is headless automation for agentic software engineering workflows. It keeps local developers, CI, scheduled...

Updated September 3, 2026

`homeboy triage` command reference

Generated from the clap command tree. This page is the complete synopsis, argument, flag, and subcommand surface for this command...

Updated July 31, 2026

Runner contract

The contract between Homeboy core and runner scripts: what capabilities exist, what env vars flow in, what sidecar files scripts...

Updated September 11, 2026

Headless Daemon API Contract

Homeboy is CLI-first, but the daemon is the stable local UI and automation surface for clients that should not shell...

Updated September 9, 2026

Provider fanout boundary

Homeboy core owns durable orchestration and provider-neutral evidence. Runtime providers own backend-specific execution details. The seam is the AgentTaskRequest/AgentTaskOutcome adapter...

Updated September 6, 2026

Homeboy Core Kernel Investigation

Issue: #13126 Measured at investigate/13126-homeboy-core-kernel based on c56e9f889 plus this report. The investigation treats homeboy-core as the kernel. It does...

Updated September 3, 2026

JSON output contract

Homeboy prints JSON to stdout for most commands. Exceptions: homeboy self docs prints raw markdown (or newline-delimited topic names for...

Updated August 29, 2026

Release Pipeline System

Homeboy release automation is a local-first planner/executor for component releases. It turns component metadata, conventional commits, extension release actions, and...

Updated August 15, 2026

Artifact Loop For Runner And Matrix Workflows

Use this loop when a runner, matrix job, or CI workflow produces output that a reviewer should inspect later: Run...

Updated September 7, 2026

Controller to runner reverse-runner setup

This guide is the operator runbook for using any Homeboy-managed controller machine as a broker while any configured runner machine...

Updated August 17, 2026

Required CI Gates

main is protected by the versioned ruleset payload in ../../.github/required-gates-ruleset.json. Every listed context must be emitted by .github/workflows/ci.yml on every...

Updated July 31, 2026

Operations

Operations docs are runbooks for people operating Homeboy workflows, runners, and evidence paths. They are more specific than workflows and...

Updated July 30, 2026

Release-gate proof: the canonical non-local command path

This is the one documented command path agents should use to produce release-gate proof from a worktree. It uses normal...

Updated July 23, 2026

Workflows

Workflow docs are task-oriented. They explain which Homeboy commands to use together and link to exact command reference when you...

Updated September 3, 2026

Manage Local Environments

Use rigs, stacks, and task worktrees when local work spans more than one checkout, branch, component, or agent task. These...

Updated September 3, 2026

Deploy And Operate Fleets

Use project, deploy, fleet, and status commands when Homeboy is operating configured environments instead of only local quality gates. This...

Updated August 12, 2026

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....

Updated August 12, 2026

Release A Component

Homeboy release workflows turn conventional commits and component metadata into version bumps, changelogs, tags, artifacts, and optional publish/deploy steps. Use...

Updated July 30, 2026

Use Runners

Runners let Homeboy route hot or remote-capable work away from the controller machine while preserving the same command contract and...

Updated July 23, 2026

Triaging a twin candidate

The twin_type_declaration detector reports two declarations with the same field shape. Shape is what a detector can see. It is...

Updated August 27, 2026

Audit Baseline Ratchet

homeboy.json carries a permanent suppression list for homeboy audit at baselines.audit.known_fingerprints. This document explains what is in it, why it...

Updated August 7, 2026

Policy-flow detector

The policy-flow detector reports an aggregate transformation that drops declared policy state before downstream code independently branches over the same...

Updated July 22, 2026

Dead Guard Detection

Homeboy audit flags function_exists('…'), class_exists('…'), and defined('…') guards whose checked symbol is guaranteed to exist at runtime. Such guards are...

Updated May 13, 2026

Repeated literal-shape detector

Detects inline associative array literals that appear many times with the same shape (ordered keys + value kinds) across a...

Updated May 5, 2026

Shared scaffolding detector

Finds groups of classes in the same directory subtree that share the same overall method-shape (same method names, visibilities, and...

Updated April 24, 2026

Headless Agent Orchestration

Homeboy is useful for agents because it turns engineering work into durable, inspectable command contracts. Agents can run the same...

Updated July 5, 2026

Homeboy Model

Homeboy starts with a component and keeps the command model consistent across where that component runs. Component A component is...

Updated July 5, 2026

Code Factory

The code factory is homeboy's model for automated code maintenance: humans write features, the system maintains quality. It combines lint,...

Updated July 5, 2026

Concepts

Concept docs explain Homeboy's mental model and vocabulary. Use these when you need to understand how commands fit together before...

Updated June 30, 2026

Structured Evidence

Homeboy treats evidence as a first-class output, not as terminal text someone has to copy into a comment. Human Output...

Updated June 30, 2026
← Back to Chubes.net