index.html
html
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83
chore(governance): sync handover+roadmap to 84db8c8 (drift:…
Human
1 day ago
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | <title>Hosted Governance Dashboard</title> |
| 7 | <link rel="stylesheet" href="/assets/dashboard.css"> |
| 8 | </head> |
| 9 | <body> |
| 10 | <header> |
| 11 | <h1>Hosted Governance Dashboard</h1> |
| 12 | <p class="subtitle">Read-only remote glance — not Track Q</p> |
| 13 | </header> |
| 14 | |
| 15 | <aside id="honesty-banner" class="honesty" role="note"> |
| 16 | Authoritative workflow remains <strong>local</strong> (<code>ok</code> CLI / Track Q). |
| 17 | This page is a glance surface only. |
| 18 | </aside> |
| 19 | |
| 20 | <section id="auth-panel" class="panel"> |
| 21 | <h2>Viewer bootstrap</h2> |
| 22 | <p>Paste the viewer Bearer token printed once on stderr at preview startup (or from your operator secret store). Held in memory only — never stored in localStorage.</p> |
| 23 | <label>Viewer token <input id="viewer-input" type="password" autocomplete="off"></label> |
| 24 | <button id="auth-save" type="button">Connect</button> |
| 25 | <p id="auth-status" class="status"></p> |
| 26 | </section> |
| 27 | |
| 28 | <nav class="tabs" id="tabs" hidden> |
| 29 | <button type="button" data-tab="org" class="active">Org summary</button> |
| 30 | <button type="button" data-tab="repo">Repo detail</button> |
| 31 | </nav> |
| 32 | |
| 33 | <main id="content" hidden> |
| 34 | <section id="tab-org" class="tab-panel active"> |
| 35 | <button id="refresh-org" type="button">Refresh org summary</button> |
| 36 | <pre id="org-output"></pre> |
| 37 | <ul id="org-list"></ul> |
| 38 | </section> |
| 39 | |
| 40 | <section id="tab-repo" class="tab-panel"> |
| 41 | <div class="honesty" role="note"> |
| 42 | Authoritative workflow remains <strong>local</strong> (<code>ok</code> CLI / Track Q). |
| 43 | This page is a glance surface only. |
| 44 | </div> |
| 45 | <label>Owner <input id="repo-owner" type="text" autocomplete="off"></label> |
| 46 | <label>Repo <input id="repo-name" type="text" autocomplete="off"></label> |
| 47 | <button id="load-roadmap" type="button">Load roadmap</button> |
| 48 | <button id="load-handover" type="button">Load handover</button> |
| 49 | <button id="load-gates" type="button">Load gates</button> |
| 50 | <button id="load-marker" type="button">Load config marker</button> |
| 51 | <pre id="repo-output"></pre> |
| 52 | </section> |
| 53 | </main> |
| 54 | |
| 55 | <script src="/assets/dashboard.js"></script> |
| 56 | </body> |
| 57 | </html> |
File History
1 commit
sha256:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199
fix(ISR): default require_independent_second_reviewer to require
Human
minor
⚠
1 day ago