-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
129 lines (121 loc) · 4.93 KB
/
index.html
File metadata and controls
129 lines (121 loc) · 4.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Queue Sentinel · Special Ops first slice</title>
<meta name="description" content="Queue Sentinel turns current vøiddo ops evidence into a deterministic run-now, repair, defer, and owner-only triage packet.">
<link rel="stylesheet" href="./assets/styles.css">
</head>
<body>
<header class="topbar">
<div class="brandlock">
<a class="brand" href="https://voiddo.com" aria-label="vøiddo">
<img src="https://voiddo.com/images/emblem-clean.png" alt="">
<span>queue sentinel</span>
</a>
<p>agent academy · special ops · first slice</p>
</div>
<nav>
<a href="#triage">triage</a>
<a href="#evidence">evidence</a>
<a href="#contract">contract</a>
<a href="#proof">proof</a>
</nav>
</header>
<main>
<section class="hero">
<div class="hero-copy">
<p class="eyebrow">local-first support demo</p>
<h1>the handoff desk for an autonomy stack that refuses to improvise the truth.</h1>
<p class="lead">Queue Sentinel reads current vøiddo ops state and produces a deterministic action split: what to run now, what to repair, what to defer, and what is still owner-only. This slice is real in fixture mode. Microsoft-backed mode stays blocked until one authenticated Copilot Studio run is captured.</p>
<div class="cta-row">
<a class="button primary" href="#triage">open triage</a>
<a class="button secondary" href="#proof">see proof gate</a>
</div>
</div>
<aside class="hero-wall">
<div class="proof-dial">
<span>proof grade</span>
<strong id="proofGrade">81</strong>
</div>
<div class="hero-grid">
<div><span>mode</span><b id="modeBadge">fixture</b></div>
<div><span>track</span><b>special ops</b></div>
<div><span>copilot studio</span><b id="copilotState">blocked</b></div>
<div><span>queue pressure</span><b id="queuePressure">493 requests</b></div>
</div>
<p class="hero-note">Fixture mode is support-demo-safe. Sponsor-tech mode is intentionally locked until a real Microsoft product run exists in this folder.</p>
</aside>
</section>
<section id="triage" class="triage">
<div class="section-head">
<p class="eyebrow">action split</p>
<h2>one complete triage loop from live ops evidence to operator action.</h2>
</div>
<div class="mode-switch" role="tablist" aria-label="queue sentinel mode">
<button id="fixtureBtn" class="mode-tab active" role="tab" aria-selected="true">fixture mode</button>
<button id="copilotBtn" class="mode-tab" role="tab" aria-selected="false">copilot studio blocked</button>
</div>
<div id="modeSummary" class="mode-summary"></div>
<div id="triageGrid" class="triage-grid"></div>
</section>
<section class="pressure-strip">
<div class="pressure-card">
<span>urweb today</span>
<strong id="urwebToday">16 sent</strong>
</div>
<div class="pressure-card">
<span>mailcow queue</span>
<strong id="mailcowState">493 requests</strong>
</div>
<div class="pressure-card">
<span>tells paid signal</span>
<strong>0 conversions</strong>
</div>
<div class="pressure-card">
<span>microsoft proof</span>
<strong>not captured</strong>
</div>
</section>
<section id="evidence" class="evidence-board">
<div class="section-head">
<p class="eyebrow">evidence board</p>
<h2>the recommendations are file-linked, not guessed.</h2>
</div>
<div class="evidence-layout">
<div class="snapshot-panel">
<h3>live snapshot</h3>
<pre id="snapshotBox"></pre>
</div>
<div id="evidenceList" class="evidence-list"></div>
</div>
</section>
<section id="contract" class="contract">
<div class="section-head">
<p class="eyebrow">structured output</p>
<h2>the exact packet the Microsoft path must reproduce.</h2>
</div>
<div id="contractList" class="contract-list"></div>
<div class="handoff-shell">
<div class="shell-head">
<span>handoff packet</span>
<strong>operator-ready summary</strong>
</div>
<pre id="handoffBox"></pre>
</div>
</section>
<section id="proof" class="proof">
<div class="section-head">
<p class="eyebrow">microsoft truth boundary</p>
<h2>the exact trigger before any submission claim.</h2>
</div>
<div id="proofCards" class="proof-cards"></div>
</section>
</main>
<footer>
<span>Built by vøiddo — a small studio shipping AI-flavoured products, free dev tools, Chrome extensions and weird browser games.</span>
</footer>
<script src="./assets/app.js"></script>
</body>
</html>