Spaces:
Running
chore(sync): mirror front-door files to Space (hf-sync)
Browse filesAutomated front-door sync from szl-holdings/a11oy main via hf-sync.
Added/updated: console/docs.html, console/index.html, console/pricing.html, console/throne-room.html, console/throne-room.js, pages/api-keys.html, pages/audit.html, pages/ayni.html, pages/brain-dual.html, pages/brain-jack.html, pages/brain.html, pages/chaski.html, pages/codex-kernel.html, pages/compliance.html, pages/console.html, pages/counter-uas.html, pages/cued-engagement.html, pages/docs.html, pages/evidence.html, pages/gap-report.html, pages/hatun-mcp.html, pages/hub.html, pages/landing.html, pages/mesh.html, pages/observability.html, pages/operator_organ.html, pages/pricing.html, pages/run-all.html, pages/sdk.html, pages/security.html, pages/status.html, pages/substrate.html, pages/superpowers.html, pages/throne-room.html, pages/throne-room.js, pages/uds.html, pages/upgrades.html, pages/wallpa.html, pages/warhacker.html, pages/wasi-rikuq.html, pages/wires.html
Deleted (gone from GitHub main): (none)
Keeps the served front-door (pages/*.html, console/*.html) identical
to GitHub main so an HF factory rebuild never drops a GitHub edit or
keeps serving a page that was deleted on GitHub.
- pages/operator_organ.html +75 -0
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
| 6 |
+
<meta name="theme-color" content="#0a0a0a">
|
| 7 |
+
<title>Operator — Live Infrastructure Topology · a11oy</title>
|
| 8 |
+
<style>
|
| 9 |
+
:root { --ground:#0a0a0a; --panel:rgba(12,12,12,0.9); --gold:#c9b787; --gold-bright:#d6c69a; --cream:#f5f5f5; --paragraph:#9a9a9a; --live:#5a8a6e; }
|
| 10 |
+
* { box-sizing:border-box; }
|
| 11 |
+
html,body { margin:0; height:100%; overflow:hidden; background:var(--ground);
|
| 12 |
+
font-family:'Space Grotesk',Georgia,system-ui,sans-serif; color:var(--cream); -webkit-font-smoothing:antialiased; }
|
| 13 |
+
#scene { position:fixed; inset:0; }
|
| 14 |
+
.mono { font-family:'JetBrains Mono',ui-monospace,Menlo,monospace; }
|
| 15 |
+
.pend { color:#c7a14a; font-weight:700; }
|
| 16 |
+
|
| 17 |
+
#panel { position:fixed; top:14px; left:14px; z-index:10; background:var(--panel);
|
| 18 |
+
border:1px solid rgba(201,183,135,0.28); border-radius:12px; padding:13px 16px;
|
| 19 |
+
backdrop-filter:blur(9px); font-size:13px; min-width:252px; }
|
| 20 |
+
#panel h1 { font-size:13px; margin:0 0 4px; letter-spacing:1.2px; color:var(--gold); text-transform:uppercase; }
|
| 21 |
+
#panel .desc { font-size:10.5px; color:var(--paragraph); margin:0 0 9px; line-height:1.4; }
|
| 22 |
+
#panel .row { display:flex; justify-content:space-between; padding:2px 0; font-size:12px; }
|
| 23 |
+
#panel .row b { color:var(--cream); font-variant-numeric:tabular-nums; }
|
| 24 |
+
#panel .sub { font-size:10px; color:#777; margin-top:7px; line-height:1.4; }
|
| 25 |
+
|
| 26 |
+
#controls { position:fixed; top:14px; right:14px; z-index:10; background:var(--panel);
|
| 27 |
+
border:1px solid rgba(201,183,135,0.28); border-radius:12px; padding:11px 13px; backdrop-filter:blur(9px); }
|
| 28 |
+
button { background:#1a1a16; color:var(--cream); border:1px solid rgba(201,183,135,0.35);
|
| 29 |
+
border-radius:8px; padding:7px 12px; font-size:12px; cursor:pointer; transition:.15s; font-family:inherit; }
|
| 30 |
+
button:hover { background:#242018; }
|
| 31 |
+
|
| 32 |
+
#status { position:fixed; bottom:14px; left:14px; z-index:10; background:var(--panel);
|
| 33 |
+
border:1px solid rgba(201,183,135,0.2); border-radius:12px; padding:11px 14px; backdrop-filter:blur(9px); width:280px; }
|
| 34 |
+
#status h3 { font-size:10px; margin:0 0 7px; letter-spacing:1px; color:var(--paragraph); text-transform:uppercase; }
|
| 35 |
+
.orow { display:flex; align-items:center; gap:8px; font-size:11.5px; padding:3px 0; }
|
| 36 |
+
.od { width:9px; height:9px; border-radius:50%; flex:none; }
|
| 37 |
+
.od.up { background:#5a8a6e; box-shadow:0 0 7px #5a8a6e; }
|
| 38 |
+
.od.warn { background:#c7a14a; }
|
| 39 |
+
.od.down { background:#9a4a4a; }
|
| 40 |
+
.ot { margin-left:auto; opacity:.55; font-size:9.5px; }
|
| 41 |
+
.hint { position:fixed; bottom:14px; left:50%; transform:translateX(-50%); z-index:9; font-size:10px; opacity:.4; }
|
| 42 |
+
a { color:var(--gold-bright); }
|
| 43 |
+
</style>
|
| 44 |
+
</head>
|
| 45 |
+
<body>
|
| 46 |
+
<div id="scene"></div>
|
| 47 |
+
|
| 48 |
+
<div id="panel">
|
| 49 |
+
<h1>Operator · Infrastructure</h1>
|
| 50 |
+
<p class="desc">Live topology of the governed platform: the Operator core orchestrating the trust gate, reasoning cortex, receipt bus, telemetry, service mesh, and fleet C2.</p>
|
| 51 |
+
<div class="row"><span>Clock (UTC)</span><b id="opClock" class="mono">—</b></div>
|
| 52 |
+
<div class="row"><span>Topology source</span><b id="opMode" class="pend">PENDING</b></div>
|
| 53 |
+
<div class="row"><span>Service nodes</span><b id="opNodes">—</b></div>
|
| 54 |
+
<div class="row"><span>Healthy now</span><b id="opAlive">—</b></div>
|
| 55 |
+
<div class="row"><span>FPS</span><b id="opFps" class="mono">—</b></div>
|
| 56 |
+
<p class="sub">Doctrine v11 · locked-proven = 5 {F1,F11,F12,F18,F19} · Λ = Conjecture 1 · 0 runtime CDN (Three.js vendored locally).</p>
|
| 57 |
+
</div>
|
| 58 |
+
|
| 59 |
+
<div id="controls">
|
| 60 |
+
<button id="btnReset">Reset view</button>
|
| 61 |
+
</div>
|
| 62 |
+
|
| 63 |
+
<div id="status">
|
| 64 |
+
<h3>Governed-service health</h3>
|
| 65 |
+
<div id="opList"><div class="orow"><span class="od warn"></span><span class="pend">PENDING — loading topology…</span></div></div>
|
| 66 |
+
</div>
|
| 67 |
+
|
| 68 |
+
<div class="hint">drag = orbit · scroll = zoom · live wires flow when a service is healthy</div>
|
| 69 |
+
|
| 70 |
+
<script type="importmap">
|
| 71 |
+
{ "imports": { "three": "/hero/vendor3d/three.module.min.js", "three/addons/": "/hero/vendor3d/" } }
|
| 72 |
+
</script>
|
| 73 |
+
<script type="module" src="/operator-organ/app.js"></script>
|
| 74 |
+
</body>
|
| 75 |
+
</html>
|