II.
Definition JSON
Structured · livedefinition:automation-rule.canonical
definition:automation-rule.canonical json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "definition:automation-rule.canonical",
"_kind": "Definition",
"_file": "terminology/definitions/automation-rule-canonical.yaml",
"_cluster": "terminology",
"attributes": {
"authoredAt": "2026-04-28T00:00:00Z",
"termId": "term:automation-rule",
"text": "A reactor rule that, on a trigger (timer cron expression or webhook\ndelivery), creates a canonical kanban issue from a fixed task template\nand routes it onto a target board. AutomationRule sits between an\nexternal signal (clock or HTTP delivery) and a `Run` / kanban issue:\nit does NOT mutate the board directly — it always emits a canonical\nissue which is then projected onto a derived board. Sourced from\npackages/agent-mux/core/src/automation.ts (AutomationRule,\nTimerAutomationTrigger, WebhookAutomationTrigger).\n",
"status": "canonical"
},
"outgoingEdges": [
{
"from": "definition:automation-rule.canonical",
"to": "term:automation-rule",
"kind": "defines"
}
],
"incomingEdges": []
}