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.
This commit is contained in:
2026-05-02 11:49:07 -04:00
commit 0265afa054
252 changed files with 37574 additions and 0 deletions
@@ -0,0 +1,25 @@
{
"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"
}
]
}