ax-event-runtime
Installation
SKILL.md
Ax Event Runtime
Use this skill when an Ax program should react to notifications, webhooks, timers, queues, task completion, or application events.
Mental Model
source -> inbox -> route -> target -> stored run -> sink
Sources never call an Ax program directly. A route must explicitly choose
observe, invalidate, wake, or resume. Only the last two invoke a model.