prototoolagain/hats.yml
Jimmy 0a4f870f67 Initial commit: Inspection reporting app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 01:03:51 +01:00

13 lines
302 B
YAML

# hats.yml
event_loop:
starting_event: "task.start"
hats:
builder:
name: "Builder"
triggers: ["task.start"]
publishes: ["task.done"]
instructions: |
Implement the task from PROMPT.md.
Run any relevant tests.
When finished, emit task.done and print LOOP_COMPLETE.