Spaces:
Running
Running
deploy(hf): sync szl-holdings/a11oy@main derived COPY set
Browse filesReusable Dockerfile-COPY-derived deploy from szl-holdings/a11oy main.
Files: 812 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>
- a11oy_landing.html +4 -4
- pages/console.html +1 -1
a11oy_landing.html
CHANGED
|
@@ -450,11 +450,11 @@
|
|
| 450 |
<div class="poster" id="body-poster">
|
| 451 |
<div class="pulse-ring" aria-hidden="true"></div>
|
| 452 |
<h3>The Living Body</h3>
|
| 453 |
-
<p>A real-time 3D organism wired to the same probes as the console. Loads
|
| 454 |
-
in-frame, or open it full-screen.</p>
|
| 455 |
<div class="cta-row" style="justify-content:center">
|
| 456 |
<button class="btn btn-lattice" id="body-load" type="button">Load the body in-frame</button>
|
| 457 |
-
<a class="btn btn-ghost" href="
|
| 458 |
</div>
|
| 459 |
</div>
|
| 460 |
</div>
|
|
@@ -678,7 +678,7 @@
|
|
| 678 |
if(bl){ bl.addEventListener("click", function(){
|
| 679 |
const wrap = $("body-embed");
|
| 680 |
const f = document.createElement("iframe");
|
| 681 |
-
f.src = "
|
| 682 |
f.title = "a11oy living body — 3D governed organism";
|
| 683 |
f.loading = "lazy"; f.referrerPolicy = "no-referrer";
|
| 684 |
wrap.innerHTML = ""; wrap.appendChild(f);
|
|
|
|
| 450 |
<div class="poster" id="body-poster">
|
| 451 |
<div class="pulse-ring" aria-hidden="true"></div>
|
| 452 |
<h3>The Living Body</h3>
|
| 453 |
+
<p>A real-time 3D organism wired to the same probes as the console. Loads a11oy’s own
|
| 454 |
+
living-organism view in-frame, or open it full-screen.</p>
|
| 455 |
<div class="cta-row" style="justify-content:center">
|
| 456 |
<button class="btn btn-lattice" id="body-load" type="button">Load the body in-frame</button>
|
| 457 |
+
<a class="btn btn-ghost" href="/console#organism" target="_blank" rel="noopener">Open full-screen →</a>
|
| 458 |
</div>
|
| 459 |
</div>
|
| 460 |
</div>
|
|
|
|
| 678 |
if(bl){ bl.addEventListener("click", function(){
|
| 679 |
const wrap = $("body-embed");
|
| 680 |
const f = document.createElement("iframe");
|
| 681 |
+
f.src = "/console#organism";
|
| 682 |
f.title = "a11oy living body — 3D governed organism";
|
| 683 |
f.loading = "lazy"; f.referrerPolicy = "no-referrer";
|
| 684 |
wrap.innerHTML = ""; wrap.appendChild(f);
|
pages/console.html
CHANGED
|
@@ -12730,7 +12730,7 @@ window.warboard_init=warboard_init; window.warboard_all=warboard_all;
|
|
| 12730 |
+'<div style="font-family:var(--mono,monospace);font-size:11px;color:'+DIM+';letter-spacing:.08em">SINGLE HONEST MAP</div>'
|
| 12731 |
+'<div style="font-size:13px;color:#cfd4da;margin-top:6px;line-height:1.5">Every agentic capability mapped to the <b>real</b> app(s)/repo(s) that implement it, alongside the formula/theorem ladder. Snapshot mirror of the full interactive deck \u2014 '
|
| 12732 |
+'<a href="https://a-11-oy.com/anatomy-map/" target="_blank" rel="noopener" style="color:'+TEAL+'">a-11-oy.com/anatomy-map</a> \u00b7 '
|
| 12733 |
-
+'<a href="https://
|
| 12734 |
+'Honesty: <b>8 LOCKED</b> kernel-verified formulas {F1, F4, F7, F11, F12, F18, F19, F22}; \u039b uniqueness = <b>Conjecture 1</b> (advisory, never a pass/fail oracle).</div></div>';
|
| 12735 |
CAPS.forEach(function(c){
|
| 12736 |
h+='<div style="border:1px solid #232830;border-radius:9px;padding:12px 14px;margin-bottom:10px;background:#0e1217">'
|
|
|
|
| 12730 |
+'<div style="font-family:var(--mono,monospace);font-size:11px;color:'+DIM+';letter-spacing:.08em">SINGLE HONEST MAP</div>'
|
| 12731 |
+'<div style="font-size:13px;color:#cfd4da;margin-top:6px;line-height:1.5">Every agentic capability mapped to the <b>real</b> app(s)/repo(s) that implement it, alongside the formula/theorem ladder. Snapshot mirror of the full interactive deck \u2014 '
|
| 12732 |
+'<a href="https://a-11-oy.com/anatomy-map/" target="_blank" rel="noopener" style="color:'+TEAL+'">a-11-oy.com/anatomy-map</a> \u00b7 '
|
| 12733 |
+
+'<a href="https://huggingface.co/spaces/szlholdings/anatomy" target="_blank" rel="noopener" style="color:'+TEAL+'">HF Space</a>. '
|
| 12734 |
+'Honesty: <b>8 LOCKED</b> kernel-verified formulas {F1, F4, F7, F11, F12, F18, F19, F22}; \u039b uniqueness = <b>Conjecture 1</b> (advisory, never a pass/fail oracle).</div></div>';
|
| 12735 |
CAPS.forEach(function(c){
|
| 12736 |
h+='<div style="border:1px solid #232830;border-radius:9px;padding:12px 14px;margin-bottom:10px;background:#0e1217">'
|