Project Type: Tools

Plasma Shield API Server

Standalone REST API server for human-only shield management. Run this on a dedicated VPS with the shield router. Command-Line Flags Flag Default Required Description -addr :8443 No API listen address...

plasma-shield-gateway

The full Plasma Shield gateway: forward proxy (outbound) + reverse proxy (inbound). Overview The gateway runs both halves of the shield: Forward Proxy (outbound) - Agents use this as HTTP_PROXY...

Plasma Shield CLI

Human-only management interface for the shield router. Install on your personal machine, not on agent VPSes. Command-Line Flags Global Flags Flag Default Env Var Description --api-url http://localhost:8443 PLASMA_API_URL Shield API...

Plasma Shield Architecture

Overview Plasma Shield is a network-level security boundary for AI agent fleets. It operates on the principle that agents cannot be trusted to enforce their own safety limits. The architecture...

`homeboy fleet`

Manage fleets — named groups of projects for coordinated operations across multiple sites. Synopsis homeboy fleet <COMMAND> Overview Fleets enable cloud version management by grouping projects that share components. Use...

Cross-Compilation Guide

Homeboy can orchestrate releases for any platform, but building native binaries requires access to that platform's toolchain. What Works Anywhere Task Platform Required Version management Any Changelog operations Any Git...

Fleet Schema

Fleet configuration defines named groups of projects stored in fleets/<id>.json. Schema { "id": "string", "project_ids": ["string"], "description": "string" } Fields Required Fields id (string): Unique fleet identifier project_ids (array of...

Homeboy Desktop ↔ CLI integration

Homeboy Desktop shells out to the standalone homeboy CLI binary for most core operations. CLI installation / discovery The desktop app also uses a 30s default timeout for CLI commands...

Copyable Error System

The Copyable system standardizes errors/warnings/console output so users can copy a single markdown payload with relevant debugging context. Core types CopyableContent (Homeboy/Core/Copyable/CopyableContent.swift): protocol for anything copyable as markdown. ContentContext (Homeboy/Core/Copyable/ContentContext.swift):...

Extension Specification

This document describes the homeboy.json extension manifest format used by the Homeboy CLI and (via the CLI) the desktop app. Overview Extensions extend Homeboy with custom functionality. Each extension is...

← Back to Chubes.net