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

30 lines
1.1 KiB
JSON

{
"id": "priya-Q007",
"character": "priya",
"quest_id": "Q007",
"series_id": "priya-ops",
"series_position": 1,
"messages": [
{
"stage": "intro",
"trigger": "quest_activated",
"body": "I need access to hermes restored. I was in the middle of investigating an error and now I can't get back in. Find out what changed and fix it."
},
{
"stage": "complete-clean",
"trigger": "world_flag:hermes_ssh_hardened_correct",
"body": "Back in. AllowGroups is the right way to do it — using AllowUsers was going to be a maintenance problem. Good call."
},
{
"stage": "complete-fragile",
"trigger": "world_flag:hermes_ssh_allowusers_fragile",
"body": "Access restored. That AllowUsers list is going to need updating every time someone new needs access. Might want to switch to group-based at some point."
},
{
"stage": "complete-regression",
"trigger": "world_flag:hermes_ssh_unrestricted",
"body": "I'm back in. But it looks like all SSH restrictions are gone now. That hardening was probably there for a reason."
}
]
}