Spaces:
Running
Running
deploy(hf): sync szl-holdings/a11oy@e24126eefc550f4888dfd5bf5e32ec767f1f4d32 derived COPY set
Browse filesReusable Dockerfile-COPY-derived deploy from szl-holdings/a11oy e24126eefc550f4888dfd5bf5e32ec767f1f4d32.
Files: 1352 Pruned: 0
Derived from Dockerfile COPY sources (NO hand-maintained allowlist).
Signed-off-by: SZL Holdings <noreply@szlholdings.ai>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- pages/constellation.html +114 -9
pages/constellation.html
CHANGED
|
@@ -8,35 +8,140 @@
|
|
| 8 |
<style>
|
| 9 |
:root{--bg:#070b0c;--fg:#eaf6f9;--muted:#8fb3bd;--line:#1b3a44;--teal:#7ad0c6}
|
| 10 |
*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--fg);font:16px/1.45 ui-sans-serif,system-ui,sans-serif}
|
| 11 |
-
a{color:var(--teal)}header,main{max-width:
|
| 12 |
.sub{color:var(--muted);font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}
|
| 13 |
.row{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}
|
| 14 |
.chip,.card{border:1px solid var(--line);padding:.7rem;min-height:2.75rem}
|
| 15 |
.grid{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
|
| 16 |
.card{display:block;color:inherit;text-decoration:none}
|
| 17 |
.card small{display:block;color:var(--muted);margin-top:.35rem}
|
|
|
|
| 18 |
pre{white-space:pre-wrap;border:1px solid var(--line);padding:.75rem;font:12px ui-monospace,monospace;color:var(--muted)}
|
| 19 |
</style>
|
| 20 |
-
<link rel="stylesheet" href="/assets/szl-flow.css" data-szl-flow-asset="style" />
|
| 21 |
</head>
|
| 22 |
<body>
|
| 23 |
<header>
|
| 24 |
<p class="sub">a-11-oy.com / command / constellation</p>
|
| 25 |
<h1>Constellation</h1>
|
| 26 |
-
<p>
|
| 27 |
-
<p><a href="/command">Elite Console</a> / <a href="/command/anatomy">Anatomy</a> / <a href="/holographic">Holo</a> / <a href="/verify">Verify</a></p>
|
| 28 |
</header>
|
| 29 |
<main>
|
|
|
|
| 30 |
<div class="row" id="probes"></div>
|
|
|
|
| 31 |
<div class="grid" id="estates"></div>
|
| 32 |
<pre id="raw">probing</pre>
|
| 33 |
</main>
|
| 34 |
<script>
|
| 35 |
-
const
|
| 36 |
-
const
|
| 37 |
-
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
</script>
|
| 40 |
-
<script src="/assets/szl-flow.js" defer data-szl-flow-asset="script"></script>
|
| 41 |
</body>
|
| 42 |
</html>
|
|
|
|
| 8 |
<style>
|
| 9 |
:root{--bg:#070b0c;--fg:#eaf6f9;--muted:#8fb3bd;--line:#1b3a44;--teal:#7ad0c6}
|
| 10 |
*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--fg);font:16px/1.45 ui-sans-serif,system-ui,sans-serif}
|
| 11 |
+
a{color:var(--teal)}header,main{max-width:1200px;margin:0 auto;padding:1.25rem}
|
| 12 |
.sub{color:var(--muted);font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}
|
| 13 |
.row{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}
|
| 14 |
.chip,.card{border:1px solid var(--line);padding:.7rem;min-height:2.75rem}
|
| 15 |
.grid{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
|
| 16 |
.card{display:block;color:inherit;text-decoration:none}
|
| 17 |
.card small{display:block;color:var(--muted);margin-top:.35rem}
|
| 18 |
+
canvas{display:block;width:100%;height:280px;border:1px solid var(--line);background:#070b0c;margin:1rem 0}
|
| 19 |
pre{white-space:pre-wrap;border:1px solid var(--line);padding:.75rem;font:12px ui-monospace,monospace;color:var(--muted)}
|
| 20 |
</style>
|
|
|
|
| 21 |
</head>
|
| 22 |
<body>
|
| 23 |
<header>
|
| 24 |
<p class="sub">a-11-oy.com / command / constellation</p>
|
| 25 |
<h1>Constellation</h1>
|
| 26 |
+
<p>Published on the product origin. Proof stays on a11oy.net. Locked-proven kernel is exactly 8: F1 F4 F7 F11 F12 F18 F19 F22. Lambda is Conjecture 1. Energy is MEASURED or UNAVAILABLE.</p>
|
| 27 |
+
<p><a href="/command">Elite Console</a> / <a href="/command/anatomy">Anatomy</a> / <a href="/holographic">Holo</a> / <a href="/verify">Verify</a> / <a href="/api/a11oy/v1/honest">Honest</a> / <a href="/api/a11oy/v1/formulas/selftest">Formulas</a></p>
|
| 28 |
</header>
|
| 29 |
<main>
|
| 30 |
+
<canvas id="brain" width="1200" height="280" aria-label="Second brain"></canvas>
|
| 31 |
<div class="row" id="probes"></div>
|
| 32 |
+
<div class="row" id="formulas"></div>
|
| 33 |
<div class="grid" id="estates"></div>
|
| 34 |
<pre id="raw">probing</pre>
|
| 35 |
</main>
|
| 36 |
<script>
|
| 37 |
+
const LOCKED=["F1","F4","F7","F11","F12","F18","F19","F22"];
|
| 38 |
+
const ESTATES=[
|
| 39 |
+
["second-brain","/api/a11oy/v1/brain/capabilities","F18"],
|
| 40 |
+
["anatomy","/command/anatomy","F1"],
|
| 41 |
+
["yarqa","/command","F12"],
|
| 42 |
+
["a11oy-factory","/api/a11oy/v1/gates","F1"],
|
| 43 |
+
["holographic","/holographic","F18"],
|
| 44 |
+
["szl-command-lab","/command","F1"],
|
| 45 |
+
["szl-sovereign-os","/healthz","F1"],
|
| 46 |
+
["hatun-mcp","/api/a11oy/v1/mcp/tools","F11"],
|
| 47 |
+
["sda","/api/a11oy/v1/mosaic/governed","F4"],
|
| 48 |
+
["governed-agent-bench","/api/a11oy/v1/agentloop/health","F19"],
|
| 49 |
+
["guardrail-receipt","/api/a11oy/v1/ledger","F22"],
|
| 50 |
+
["frontier-bench","/frontier-now","F19"],
|
| 51 |
+
["puriq-markets","/api/a11oy/v1/observability/business","F12"],
|
| 52 |
+
["quant-curve","/api/a11oy/v1/observability/summary","F12"],
|
| 53 |
+
["szl-quant-live","/api/a11oy/v1/observability/summary","F12"],
|
| 54 |
+
["terra-assurance","/estate","F7"],
|
| 55 |
+
["szl-real-estate","/estate","F7"],
|
| 56 |
+
["szl-estate-live","/estate","F7"],
|
| 57 |
+
["lyte-lattice","/holographic","F18"],
|
| 58 |
+
["lyte-services","/api/a11oy/v1/mesh/state","F18"],
|
| 59 |
+
["nexus","/api/a11oy/v1/lambda","F11"],
|
| 60 |
+
["cosmos","/command/anatomy","F1"],
|
| 61 |
+
["immune","/api/a11oy/v1/policy/gates","F1"],
|
| 62 |
+
["immune-lattice","/api/a11oy/v1/policy/gates","F1"],
|
| 63 |
+
["ayllu","/api/a11oy/v1/operator/recommend","F7"],
|
| 64 |
+
["counsel-assurance","/verify","F22"],
|
| 65 |
+
["evidence-studio","/api/a11oy/provenance","F22"],
|
| 66 |
+
["prove-it","/verify","F22"],
|
| 67 |
+
["szl-khipu","/api/a11oy/v1/honest","F4"],
|
| 68 |
+
["khipu-lab","/api/a11oy/v1/honest","F4"],
|
| 69 |
+
["szl-kernels-live","/api/a11oy/v1/models/series-a","F11"],
|
| 70 |
+
["szl-atelier","/command","F12"],
|
| 71 |
+
["szl-forge-lab","/command","F12"],
|
| 72 |
+
["szl-model-inference-lab","/api/a11oy/v1/llm/registry","F11"],
|
| 73 |
+
["szl-experiments","/command","F19"],
|
| 74 |
+
["experiments","/command","F19"],
|
| 75 |
+
["energy-attest-holo","/api/a11oy/v1/energy/live","F19"],
|
| 76 |
+
["energy-attested-runs","/api/a11oy/v1/energy/sci","F19"],
|
| 77 |
+
["receipt-chain-live","/api/a11oy/v1/ledger","F22"],
|
| 78 |
+
["lambda-gate-holo","/api/a11oy/v1/lambda","F11"],
|
| 79 |
+
["governed-norm-holo","/api/a11oy/v1/lambda","F11"],
|
| 80 |
+
["llm-router-live","/api/a11oy/v1/llm/registry","F11"],
|
| 81 |
+
["szl-blocked-live","/api/a11oy/v1/gates","F1"],
|
| 82 |
+
["szl-govsign-live","/api/a11oy/cosign.pub","F22"],
|
| 83 |
+
["szl-provctl-live","/api/a11oy/provenance","F22"],
|
| 84 |
+
["szl-frontier","/frontier-now","F19"],
|
| 85 |
+
["gdw-frontier","/frontier-now","F19"],
|
| 86 |
+
["retrieval-bench","/api/a11oy/v1/rag/status","F7"],
|
| 87 |
+
["governed-receipt-verifier","/api/a11oy/v1/receipt/export","F22"]
|
| 88 |
+
];
|
| 89 |
+
const PROBES=[
|
| 90 |
+
["healthz","/healthz"],
|
| 91 |
+
["tab-matrix","/api/a11oy/v1/readiness/tab-matrix?view=summary"],
|
| 92 |
+
["lambda","/api/a11oy/v1/lambda"],
|
| 93 |
+
["ledger","/api/a11oy/v1/ledger"],
|
| 94 |
+
["brain","/api/a11oy/v1/brain/capabilities"],
|
| 95 |
+
["energy","/api/a11oy/v1/energy/live"],
|
| 96 |
+
["honest","/api/a11oy/v1/honest"],
|
| 97 |
+
["formulas","/api/a11oy/v1/formulas/selftest"]
|
| 98 |
+
];
|
| 99 |
+
async function probe(url){try{const r=await fetch(url,{cache:"no-store"});return {ok:r.ok,status:r.status,body:r.ok?await r.json().catch(function(){return null}):null};}catch(e){return {ok:false,status:0,body:null};}}
|
| 100 |
+
(async function(){
|
| 101 |
+
const box=document.getElementById("probes");
|
| 102 |
+
const raw={estates:ESTATES.length,locked:LOCKED,lambda:"Conjecture 1"};
|
| 103 |
+
for (const [name,url] of PROBES){
|
| 104 |
+
const p=await probe(url);
|
| 105 |
+
raw[name]=p.ok?"MEASURED":"UNAVAILABLE";
|
| 106 |
+
const s=document.createElement("span");s.className="chip";
|
| 107 |
+
s.textContent=name+" · "+(p.ok?"MEASURED":"UNAVAILABLE");
|
| 108 |
+
box.appendChild(s);
|
| 109 |
+
if(name==="honest" && p.body){
|
| 110 |
+
raw.locked_formula_count=p.body.locked_formula_count;
|
| 111 |
+
raw.locked_formula_ids=p.body.locked_formula_ids;
|
| 112 |
+
}
|
| 113 |
+
}
|
| 114 |
+
const frow=document.getElementById("formulas");
|
| 115 |
+
LOCKED.forEach(function(id){
|
| 116 |
+
const s=document.createElement("span");s.className="chip";s.textContent=id+" · LOCKED";frow.appendChild(s);
|
| 117 |
+
});
|
| 118 |
+
const grid=document.getElementById("estates");
|
| 119 |
+
ESTATES.forEach(function(row){
|
| 120 |
+
const a=document.createElement("a");a.className="card";a.href=row[1];
|
| 121 |
+
a.innerHTML="<strong>"+row[0]+"</strong><small>"+row[2]+" · "+row[1]+"</small>";
|
| 122 |
+
grid.appendChild(a);
|
| 123 |
+
});
|
| 124 |
+
document.getElementById("raw").textContent=JSON.stringify(raw,null,2);
|
| 125 |
+
})();
|
| 126 |
+
const c=document.getElementById("brain");const x=c.getContext("2d");let t=0;
|
| 127 |
+
function draw(){
|
| 128 |
+
t+=0.01;const w=c.width,h=c.height;
|
| 129 |
+
x.fillStyle="#070b0c";x.fillRect(0,0,w,h);
|
| 130 |
+
const b={x:w*0.38,y:h*0.5}, a={x:w*0.62,y:h*0.52};
|
| 131 |
+
x.strokeStyle="rgba(122,208,198,0.35)";x.beginPath();x.ellipse(b.x,b.y,36,24,0,0,Math.PI*2);x.stroke();
|
| 132 |
+
x.strokeStyle="rgba(143,179,189,0.4)";x.beginPath();x.ellipse(a.x,a.y,32,22,0,0,Math.PI*2);x.stroke();
|
| 133 |
+
ESTATES.forEach(function(row,i){
|
| 134 |
+
const core=row[0]==="anatomy"||row[0]==="a11oy-factory"?a:b;
|
| 135 |
+
const R=58+(i%5)*18;const ang=i*2.39996+t*0.2;
|
| 136 |
+
const px=core.x+Math.cos(ang)*R;const py=core.y+Math.sin(ang)*R*0.55;
|
| 137 |
+
x.strokeStyle="rgba(122,208,198,0.12)";x.beginPath();x.moveTo(core.x,core.y);x.lineTo(px,py);x.stroke();
|
| 138 |
+
x.fillStyle="#eaf6f9";x.beginPath();x.arc(px,py,2,0,Math.PI*2);x.fill();
|
| 139 |
+
});
|
| 140 |
+
x.fillStyle="#7ad0c6";x.font="12px sans-serif";x.fillText("Second brain",b.x-34,b.y-36);
|
| 141 |
+
x.fillStyle="#8fb3bd";x.fillText("Anatomy",a.x-22,a.y+40);
|
| 142 |
+
requestAnimationFrame(draw);
|
| 143 |
+
}
|
| 144 |
+
draw();
|
| 145 |
</script>
|
|
|
|
| 146 |
</body>
|
| 147 |
</html>
|