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
+13
View File
@@ -0,0 +1,13 @@
{
"id": "T004",
"from": "Sarah Chen <s.chen@axiomworks.internal>",
"subject": "deployment not applying",
"body": "I pushed a change this morning and the site is still showing the old version. I confirmed the deploy script ran and it said it completed successfully. But the file timestamp on the server doesn't match what I deployed. Did something change in how deploys work?",
"initial_priority": "medium",
"current_priority": "medium",
"target_vm": "web_server",
"linked_quest": "Q004",
"tags": ["deploy", "permissions", "web_server"],
"deadline_behavior": "none",
"_note": "Sarah correctly identifies the symptom but assumes the script is at fault. The script is fine. The permissions are the problem. Her description of the deploy 'completing successfully' is accurate — the script ran, it just could not overwrite root-owned files and silently skipped them."
}