Re Coverage Dashboard
Search the build
-
a79a4b42026-09-01 auto-data-snapshot: 2026-09-01T12:55:30 (1 data files) — package-lock.json -
8c558692026-08-27 href-drill: add drill primitives to re-coverage-dashboard (TK-10903) -
c8062202026-08-25 creds-safe fetch guard: resolve relative fetch vs credential-free location (creds-in-URL trap) -
5623dd82026-08-20 nav-agent: sync v1.3 (host left-sidebar collapse on load) -
3be61902026-08-19 nav-agent: List data full-width tight columns (grid) — layout fix -
7b344e22026-08-19 Refresh nav-agent to v1.2 (adds kv-list compact List view, default-off) -
cbc62932026-08-13 nav-agent: universal grid-controls drop-in on internal dashboard/command-center pages (STRONG-only) -
ca21edb2026-08-08 href-drill: gauge counts + totals now href to /api/coverage (every data point drills to its source; TK-10377) -
2c9331a2026-08-06 chore: lint (XSS esc fix), refactor (named consts, resilient milestone parse), v0.1.1 (session close) -
d5ccf432026-08-06 add inline SVG favicon (route + link) — silences the /favicon.ico 404 (the only console error) -
ca8c4b92026-08-06 wire own GA4 + FB Pixel (env-driven ids via server-injected window.__A, no-op until set); launchd env placeholders -
84808872026-08-06 auto-data-snapshot: 2026-08-06T13:27:53 (1 data files) — launchd/com.steve.re-coverage-dashboard.plist -
bbec6322026-08-06 add HomesOnSpec gauge group (builder-site/listing/phone coverage) + DW-network ad slot (nofollow sponsored footer-strip embed) -
eaa3d502026-08-06 gate dashboard with Basic Auth (admin:DW2024!) before public agentabrams.com exposure; /healthz stays open for tunnel probe -
c3a3a702026-08-06 add launchd plists (dashboard + filler) for reboot-durability; install gated to Steve -
7751daa2026-08-06 re-coverage-dashboard: liquid-fill gauges for $0/local RE contact-discovery coverage (usre+CRCP) + milestone/win tracking + fill.sh filler loop
Authors
- Steve14
- auto-commit-fleet2
Agents used
Skills used
- /command-center1
- /coverage1
- /favicon1
- /com1
- /listing1
- /phone1
- /healthz1
- /local1
- /win1
Creative ideas + design notes
c806220 · 2026-08-25 · creds-safe fetch guard: resolve relative fetch vs credential-free location (creds-in-URL trap)
Fleet inoculation — opening this basic-auth app with credentials in the URL
poisoned document.baseURI and made relative fetch('/api/…') throw. Guard resolves
non-absolute request URLs against location instead. Ref: creds-in-url-fetch-guard-fleet-pattern.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>