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
+30
View File
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sage — Axiom Works KB</title>
<link rel="stylesheet" href="/sage/style.css" />
</head>
<body>
<header id="header">
<img class="header-logo" src="/sage/logo.png" alt="Axiom Works">
<span class="wordmark">sage</span>
<span class="tagline">Axiom Works Internal Knowledge Base</span>
<div id="search-wrap">
<span id="search-icon"></span>
<input id="search" type="search" placeholder="Search docs… ( / )" autocomplete="off" spellcheck="false" />
</div>
</header>
<div id="layout">
<nav id="sidebar"></nav>
<div id="search-results"></div>
<main id="main"></main>
</div>
<script src="/sage/app.js"></script>
</body>
</html>