run-hooks
Execute hooks registered for a specific event, such as after completing a task or confirming requirements.
Instructions
Get all hooks matching a specific event type. The AI should call this when an event occurs and execute the matching hooks' instructions. For example, after completing implementation of a task, call run-hooks with event "on-task-completed" to find and execute all relevant hooks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | The event that just occurred |