Files
44r0n7 0265afa054 chore: bootstrap lean sysadmin-chronicles repo
Import the runnable game code, content, docs, scripts, and repo guidance while leaving local agent state, dependency installs, build output, and backup copies out of the published tree.
2026-05-02 11:49:07 -04:00

26 lines
996 B
JSON

{
"id": "access_blocked_escalation",
"label": "Access Blocked Escalation",
"description": "Fast escalation for lockout and access-control incidents. Used when another operator is blocked mid-incident and the lack of access is itself the outage multiplier.",
"intensity": 3,
"escalation_steps": [
{
"trigger_after_seconds": 300,
"notification": "Priya is still locked out of hermes. This is now blocking incident response work.",
"notification_severity": "warning"
},
{
"trigger_after_seconds": 900,
"notification": "Fifteen minutes without access. The linked ticket is being escalated.",
"notification_severity": "warning",
"escalate_linked_ticket": "critical"
},
{
"trigger_after_seconds": 1800,
"notification": "Access is still broken. This is now a security and operations problem, not just a convenience issue.",
"notification_severity": "error",
"escalate_linked_ticket": "critical"
}
]
}