Spaces:
Running
Running
sync from GitHub source-of-truth: 0-CDN restraint surfaces + FedRAMP not-held scoping
Browse filessync from GitHub source-of-truth: 0-CDN restraint surfaces + FedRAMP not-held scoping
Reconcile the live Space to szl-holdings/a11oy main (GitHub authoritative, ahead by date):
- web/restraint.html, web/restraint-bench.html: drop Google Fonts CDN links, use local system font stacks (0 runtime CDN doctrine).
- pages/knowledge.json: scope defense regulations "FedRAMP High" -> "FedRAMP High (target regime reference, not held)" + carry current wave content. Clears GitHub<->HF module-drift.
- pages/knowledge.json +0 -0
- web/restraint-bench.html +3 -5
- web/restraint.html +3 -4
pages/knowledge.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
web/restraint-bench.html
CHANGED
|
@@ -5,15 +5,13 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
| 6 |
<title>a11oy Restraint — MEASURED benchmark · SZL Holdings</title>
|
| 7 |
<meta name="description" content="a11oy Restraint: governed + measured code-frugality. Two-arm benchmark (no-skill baseline vs a11oy-restraint) reproduced on OUR stack — % less code, % cheaper, x faster — labelled MEASURED only when actually run, else SAMPLE with the methodology and reproduce command shown."/>
|
| 8 |
-
<
|
| 9 |
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
|
| 10 |
-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"/>
|
| 11 |
<style>
|
| 12 |
:root{
|
| 13 |
--ground:#0a0a0a; --panel:#0e0e0e; --panel2:#080808;
|
| 14 |
--gold:#c8a24a; --gold-line:rgba(200,162,74,.28); --cream:#e8e2d4; --muted:#8a8576; --dim:#5f5b50;
|
| 15 |
--green:#5fbf7f; --blue:#5f93d6; --teal:#54b6b0; --warn:#d6a25f; --red:#d66f6f; --yellow:#d6c25f;
|
| 16 |
-
--font:
|
| 17 |
}
|
| 18 |
*{box-sizing:border-box;}
|
| 19 |
body{margin:0;background:var(--ground);color:var(--cream);font-family:var(--font);line-height:1.5;font-size:14px;}
|
|
@@ -135,7 +133,7 @@ pre.cmd{background:var(--panel2);border:1px solid var(--gold-line);border-radius
|
|
| 135 |
</div>
|
| 136 |
|
| 137 |
<div class="foot" id="foot">
|
| 138 |
-
<b>Honest by design.</b> Numbers above are <b>OURS</b>, labelled MEASURED only when a real run on our stack produced them (committed results.json), else SAMPLE/ROADMAP from our deterministic ladder model. Joules-saved uses the <b>live MEASURED on-box J/token</b> only when the sovereign GPU probe is live, else an honest SAMPLE constant — decided by the same single source of truth as the rest of the energy story. Ponytail's published numbers are CITED as Ponytail's (MIT). Λ = Conjecture 1 (machine-checked OPEN; advisory floor <1.0; trust <100%). locked = EXACTLY 8 @ c7c0ba17. 0 runtime CDN
|
| 139 |
</div>
|
| 140 |
</div>
|
| 141 |
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
| 6 |
<title>a11oy Restraint — MEASURED benchmark · SZL Holdings</title>
|
| 7 |
<meta name="description" content="a11oy Restraint: governed + measured code-frugality. Two-arm benchmark (no-skill baseline vs a11oy-restraint) reproduced on OUR stack — % less code, % cheaper, x faster — labelled MEASURED only when actually run, else SAMPLE with the methodology and reproduce command shown."/>
|
| 8 |
+
<!-- 0 runtime CDN (doctrine): no external font/style/script links. Local system font stack only. -->
|
|
|
|
|
|
|
| 9 |
<style>
|
| 10 |
:root{
|
| 11 |
--ground:#0a0a0a; --panel:#0e0e0e; --panel2:#080808;
|
| 12 |
--gold:#c8a24a; --gold-line:rgba(200,162,74,.28); --cream:#e8e2d4; --muted:#8a8576; --dim:#5f5b50;
|
| 13 |
--green:#5fbf7f; --blue:#5f93d6; --teal:#54b6b0; --warn:#d6a25f; --red:#d66f6f; --yellow:#d6c25f;
|
| 14 |
+
--font:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; --mono:ui-monospace,SFMono-Regular,Menlo,Consolas,'Liberation Mono',monospace;
|
| 15 |
}
|
| 16 |
*{box-sizing:border-box;}
|
| 17 |
body{margin:0;background:var(--ground);color:var(--cream);font-family:var(--font);line-height:1.5;font-size:14px;}
|
|
|
|
| 133 |
</div>
|
| 134 |
|
| 135 |
<div class="foot" id="foot">
|
| 136 |
+
<b>Honest by design.</b> Numbers above are <b>OURS</b>, labelled MEASURED only when a real run on our stack produced them (committed results.json), else SAMPLE/ROADMAP from our deterministic ladder model. Joules-saved uses the <b>live MEASURED on-box J/token</b> only when the sovereign GPU probe is live, else an honest SAMPLE constant — decided by the same single source of truth as the rest of the energy story. Ponytail's published numbers are CITED as Ponytail's (MIT). Λ = Conjecture 1 (machine-checked OPEN; advisory floor <1.0; trust <100%). locked = EXACTLY 8 @ c7c0ba17. 0 runtime CDN · 0 visible codenames · signed receipts.
|
| 137 |
</div>
|
| 138 |
</div>
|
| 139 |
|
web/restraint.html
CHANGED
|
@@ -5,8 +5,7 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
| 6 |
<title>a11oy Restraint — Governed + Measured Frugality Gate · SZL Holdings</title>
|
| 7 |
<meta name="description" content="a11oy Restraint: a governed, measured frugality gate for the a11oy Code agent. Before emitting a diff the agent descends a 6-rung ladder (YAGNI, stdlib, native, installed dep, one line, then minimal code) and stops at the first rung that holds, marking deliberate simplifications with restraint: ceiling comments. Every decision becomes a signed DSSE receipt and an advisory Lambda score; benchmark numbers are labelled MEASURED only when actually run, else SAMPLE/ROADMAP. The ladder + intensity levels are adopted from the open-source Ponytail skill (MIT); governance and measurement are ours."/>
|
| 8 |
-
<
|
| 9 |
-
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"/>
|
| 10 |
<style>
|
| 11 |
:root{
|
| 12 |
--ground:#0a0a0a; --panel:#0e0e0e; --panel2:#080808;
|
|
@@ -17,8 +16,8 @@
|
|
| 17 |
--teal-line:rgba(95,179,163,0.22);
|
| 18 |
--live:#5a8a6e; --err:#b06a5a;
|
| 19 |
--green:#39d98a; --yellow:#f5c451; --red:#ff6a5a; --blue:#5bc8ff;
|
| 20 |
-
--mono:
|
| 21 |
-
--display:'
|
| 22 |
}
|
| 23 |
*{box-sizing:border-box;}
|
| 24 |
html,body{margin:0;padding:0;background:var(--ground);color:var(--cream);font-family:var(--display);-webkit-font-smoothing:antialiased;}
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
| 6 |
<title>a11oy Restraint — Governed + Measured Frugality Gate · SZL Holdings</title>
|
| 7 |
<meta name="description" content="a11oy Restraint: a governed, measured frugality gate for the a11oy Code agent. Before emitting a diff the agent descends a 6-rung ladder (YAGNI, stdlib, native, installed dep, one line, then minimal code) and stops at the first rung that holds, marking deliberate simplifications with restraint: ceiling comments. Every decision becomes a signed DSSE receipt and an advisory Lambda score; benchmark numbers are labelled MEASURED only when actually run, else SAMPLE/ROADMAP. The ladder + intensity levels are adopted from the open-source Ponytail skill (MIT); governance and measurement are ours."/>
|
| 8 |
+
<!-- 0 runtime CDN (doctrine): no external font/style/script links. Local system font stack only. -->
|
|
|
|
| 9 |
<style>
|
| 10 |
:root{
|
| 11 |
--ground:#0a0a0a; --panel:#0e0e0e; --panel2:#080808;
|
|
|
|
| 16 |
--teal-line:rgba(95,179,163,0.22);
|
| 17 |
--live:#5a8a6e; --err:#b06a5a;
|
| 18 |
--green:#39d98a; --yellow:#f5c451; --red:#ff6a5a; --blue:#5bc8ff;
|
| 19 |
+
--mono:ui-monospace,SFMono-Regular,Menlo,Consolas,'Liberation Mono',monospace;
|
| 20 |
+
--display:ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
|
| 21 |
}
|
| 22 |
*{box-sizing:border-box;}
|
| 23 |
html,body{margin:0;padding:0;background:var(--ground);color:var(--cream);font-family:var(--display);-webkit-font-smoothing:antialiased;}
|