Developer Guide
Architecture Overview
Homeboy is a development and deployment automation tool built in Rust with a config-driven architecture. Design Principles Single Source of...
Updated March 4, 2026
Config Directory Structure
Important: Homeboy uses centralized configuration only. There is no repo-local config file (no .homeboy.toml or .homeboy directory). All configuration lives...
Updated February 28, 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 February 28, 2026