Skip to content

Commit 46c66e6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5124687 commit 46c66e6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

rag-agentic-dashboard/data/sentinel-v24-deepdive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,4 +1640,4 @@
16401640
"Genesis Kill-Switch dry-run quarterly; live drills annually with regulator observation.",
16411641
"All visualizers pure-presentational; data via API only; no client-side risk computation."
16421642
]
1643-
}
1643+
}

rag-agentic-dashboard/public/sentinel-v24-deepdive.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>30 Deep-Dive Dimensions</h2>
8888

8989
<section class='block' id='modules'>
9090
<h2>Modules (14)</h2>
91-
91+
9292
<article class='module' id='M1'>
9393
<h3>M1 — SentinelPlatform React Governance Dashboard</h3>
9494
<p class='summary'>React/Next.js dashboard providing real-time drift, OPA policy posture, Kafka WORM stream, AGI containment controls, and SOC operator console for Boards, CROs, CISOs, and supervisors.</p>
@@ -309,7 +309,7 @@ <h2>Code Examples (20)</h2>
309309
// breach simulation
310310
function simulateBreach(){ let t=0; const id=setInterval(()=&gt;{ t+=0.005; setDelta(t); if(t&gt;=0.05){clearInterval(id);} },50); }
311311
function reset(){ setDelta(0); }</pre></details><details class='code'><summary><b>CE-13</b> — SOC CLI — Genesis Kill-Switch <i>(python)</i></summary><pre>import click, time
312-
@click.group()
312+
@click.group()
313313
def cli(): pass
314314
@cli.command()
315315
@click.option(&#x27;--caio-token&#x27;,required=True)
@@ -381,4 +381,4 @@ <h2>Deployment Considerations</h2>
381381

382382
</main>
383383
<footer>API prefix: <code>/api/sentinel-v24-deepdive</code> · Generated for SENTINEL-V24-DEEPDIVE-WP-042</footer>
384-
</body></html>
384+
</body></html>

0 commit comments

Comments
 (0)