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: cathedral.html, cathedral_genius.html, console/docs.html, console/index.html, console/pricing.html, console/throne-room.html, console/throne-room.js, live_wires.html, 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/company.html, pages/compliance.html, pages/console.html, pages/counter-uas.html, pages/cued-engagement.html, pages/docs.html, pages/energy-ops.html, pages/evidence.html, pages/fabric.html, pages/gap-report.html, pages/harvest.html, pages/hatun-mcp.html, pages/hub.html, pages/integrations.html, pages/landing.html, pages/mesh.html, pages/observability.html, pages/operator_organ.html, pages/pinn.html, pages/pnt.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, static/a11oy_cathedral.js, static/cathedral_app.js, static/shared/szl_codename_sanitizer.js, static/shared/szl_holo3d.js, static/shared/szl_label_engine.js, static/shared/szl_receipt_cosign.js, web/agent-loop.html, web/agentic-gpu.html, web/autoreview.html, web/console.html, web/console_index.html, web/constitution.html, web/defense-readiness.html, web/dns.html, web/elite_console.html, web/energy-holographic.html, web/energy.html, web/estate-hologram.html, web/fleet-c2.html, web/formulas.html, web/governance.html, web/holo.html, web/hologram.html, web/immune.html, web/index.html, web/living-anatomy.html, web/materials.html, web/nemo.html, web/operator.html, web/quant.html, web/restraint-bench.html, web/restraint.html, web/sda.html, web/signature-is-not-proof.html, web/v4_fleet_panel.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/console.html +6 -2
|
@@ -11685,11 +11685,15 @@ window.warboard_init=warboard_init; window.warboard_all=warboard_all;
|
|
| 11685 |
+'<div class="kpi"><div class="k">Down</div><div class="v" id="fp-down">\u2014</div></div></div>'
|
| 11686 |
+'<div class="card"><div class="card-h"><span class="card-t">Live upstream evidence-feed heartbeat</span><span class="card-ep" id="fp-ts">probing\u2026</span></div>'
|
| 11687 |
+'<div class="echart" id="fp-lat" style="height:240px"></div>'
|
| 11688 |
-
+'<div id="fp-tbl" style="overflow:auto;margin-top:.5rem"><div class="row mono dim">
|
| 11689 |
+'<div class="row" style="margin-top:.5rem;border:0"><button class="btn" id="fp-refresh">\u21bb Re-probe live</button></div></div>'
|
| 11690 |
+honestNote('Every row is a live server-side fetch this second; mode and latency are measured.');
|
| 11691 |
async function load(){
|
| 11692 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11693 |
try{
|
| 11694 |
/* /feeds/pulse probes 7 upstream evidence feeds server-side and legitimately
|
| 11695 |
takes longer than the 6s console-wide default; the prior default aborted a
|
|
|
|
| 11685 |
+'<div class="kpi"><div class="k">Down</div><div class="v" id="fp-down">\u2014</div></div></div>'
|
| 11686 |
+'<div class="card"><div class="card-h"><span class="card-t">Live upstream evidence-feed heartbeat</span><span class="card-ep" id="fp-ts">probing\u2026</span></div>'
|
| 11687 |
+'<div class="echart" id="fp-lat" style="height:240px"></div>'
|
| 11688 |
+
+'<div id="fp-tbl" style="overflow:auto;margin-top:.5rem"><div class="row mono dim">Probing all 7 upstream evidence feeds server-side — each is a real fetch, this can take up to ~20s; values appear as each upstream answers.</div></div>'
|
| 11689 |
+'<div class="row" style="margin-top:.5rem;border:0"><button class="btn" id="fp-refresh">\u21bb Re-probe live</button></div></div>'
|
| 11690 |
+honestNote('Every row is a live server-side fetch this second; mode and latency are measured.');
|
| 11691 |
async function load(){
|
| 11692 |
+
/* This probe legitimately takes up to ~20s (7 server-side upstream fetches), so we use
|
| 11693 |
+
a long, >64-char status line: the global no-spinner watchdog only sweeps WHOLE-text
|
| 11694 |
+
wait phrases <=64 chars, so this slow-but-honest live probe is not pre-empted into a
|
| 11695 |
+
false "offline" before its real data arrives. Watchdog stays intact for every other tab. */
|
| 11696 |
+
T('fp-ts','probing 7 upstream evidence feeds live \u2014 this can take up to ~20 seconds, please wait');
|
| 11697 |
try{
|
| 11698 |
/* /feeds/pulse probes 7 upstream evidence feeds server-side and legitimately
|
| 11699 |
takes longer than the 6s console-wide default; the prior default aborted a
|