Loop Dispatch

Single front door for a repo's automation loops, so one routine per repo can handle every loop event instead of one routine per event. Deterministically routes each triggering GitHub event (parsed from the trigger block, decided by route-event.sh) to the matching loop skill; a non-matching event is a quiet no-op. It only routes; each loop owns its own guardrails. Repo-agnostic; github-ops required. Trigger from one per-repo routine wired to all the loop events.

umbraco f3b00a1 8 files · 42.1 KB Updated

File contents

umbraco/umbraco-ai-ops/tree/main/plugins/ops-engine/skills/loop-dispatch commit f3b00a165c

Frequently asked questions

npx skillmds@latest add umbraco/loop-dispatch