All skills
Skillintermediate

Event System Design

!!! note "Documentation In Progress" This page is under development. Check back soon for comprehensive event system documentation.

Claude Code Knowledge Pack7/10/2026

Overview

Event System Design

!!! note "Documentation In Progress" This page is under development. Check back soon for comprehensive event system documentation.

Overview

Ralph's event system provides the communication backbone for hat orchestration, enabling agents to emit signals that trigger hat switches and backpressure mechanisms.

Event Types

EventDescription
plan:completePlanning phase finished
code:completeImplementation phase finished
test:passTests passed
test:failTests failed
LOOP_COMPLETETask fully complete

Emitting Events

ralph emit plan:complete
ralph emit test:pass

See Also