II.
AutomationRule JSON
Structured · liveautomation-rule:nightly-triage
Nightly backlog triage json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "automation-rule:nightly-triage",
"_kind": "AutomationRule",
"_file": "lifecycle/automation-rules/nightly-triage-timer.yaml",
"_cluster": "lifecycle",
"attributes": {
"displayName": "Nightly backlog triage",
"triggerType": "timer",
"cron": "0 3 * * *",
"timezone": "UTC",
"lifecycleState": "active",
"targetProjectId": "project:babysitter-core",
"targetBoardProjectId": "board:babysitter-triage",
"taskTemplateTitle": "Nightly triage: review new backlog items",
"taskTemplatePriority": "medium",
"taskTemplateStatus": "backlog",
"routingAction": "canonical-issue-create",
"sourceKind": "config-file",
"createdAt": "2026-04-15",
"description": "Fires every night at 03:00 UTC. Creates a canonical kanban issue on\nthe babysitter-core project; the derived triage board projects the\nissue onto its `inbox` column. Defined in\n`.a5c/automations/nightly-triage.json` (sourceKind = config-file).\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent:babysitter",
"to": "automation-rule:nightly-triage",
"kind": "defines_automation_rule",
"attributes": {}
}
]
}