{ "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." } ] }