Add WSJF triage dashboard review page

This commit is contained in:
2026-06-03 09:54:24 +02:00
parent 746cd00028
commit 8137c98a1f
9 changed files with 805 additions and 8 deletions

View File

@@ -172,6 +172,7 @@ withDocHelp(_liveEl, "/docs/live-data");
const _h1 = document.querySelector("#observablehq-main h1");
if (_h1) { _h1.style.position = "relative"; withDocHelp(_h1, "/docs/decisions"); }
display(html`<p class="dim" style="margin-top:-0.25rem"><a href="/wsjf-triage">Daily WSJF triage</a> surfaces recurring decision and human-approval recommendations.</p>`);
// ── Inject into TOC sidebar: KPI first (prepend → bottom), live last (→ top) ─
const _toc = document.querySelector("#observablehq-toc");