Expand description
Stable, agent-facing metadata for the forge command tree.
See docs/agents/spec.md. The registry
pins command_ids and machine-mode capabilities for adopted commands.
Constants§
- BUILD_
RESULT_ SCHEMA - Stable schema id for the
forge buildenvelope payload. - REGISTRY
- The
forgecommand registry. Used by--introspectand by adoption code that needs to look up command metadata. - TEST_
EVENT_ SCHEMA - Stable schema id for
forge teststream event records. - TEST_
RESULT_ SCHEMA - Stable schema id for the terminal
forge testenvelope payload.
Statics§
- BUILD_
EXIT_ 🔒CODES - Exit codes
forge buildmay emit under--machine. Declared explicitly so agents don’t have to assume “inherits global defaults”; codes not in this list are not produced by this command. - ENTRIES 🔒
- TEST_
EXIT_ 🔒CODES - Exit codes
forge testmay emit under--machine.