v0.1.6: human-friendly reports
- Dashboard renders deck reports and scorecards as formatted pages (self-contained markdown renderer inlined in index.html — headings, styled tables, evidence blockquotes; no CDN, air-gap friendly) - At-a-glance strip on every deck report: composite with delta vs the prior deck, quant/qual/penalty mix, KPI hit/miss chips, BDEF best/weakest category, red-flag count - Generated DECK_REPORT.md now leads with a concise "At a glance" summary table (scorecard.py); jobs.py passes the previous deck record so the delta appears in the file too; dashboard hides the duplicate section since the strip covers it - .gitignore: .venv/ Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
6bf0786993
commit
32d5d7f373
@@ -120,7 +120,7 @@ Canonical repo: `https://gitea.ten31.ai/Ten31AI/boardroom-map`.
|
||||
|
||||
## Status
|
||||
|
||||
**v0.1.5 — live in production.** Deployed on a StartOS box driving a DGX Spark
|
||||
**v0.1.6 — live in production.** Deployed on a StartOS box driving a DGX Spark
|
||||
in single-spark air-gapped mode (gemma-4-31B panel: munger-lens /
|
||||
girdley-operator / buffett-owner). First full grading run completed
|
||||
2026-07-29: a three-deck company history graded end-to-end into a running
|
||||
@@ -133,7 +133,9 @@ poll-until-loaded, crash fast-fail); v0.1.4 fixed air-gapped serving
|
||||
(`HF_HUB_OFFLINE` — the `--internal` network has no DNS) and raised grader
|
||||
timeouts for ~3.6 tok/s local generation; v0.1.5 fixed the dashboard viewer
|
||||
(stays open across background refresh) and added report/JSON/scorecard
|
||||
downloads.
|
||||
downloads; v0.1.6 made reports human-friendly — rendered markdown in the
|
||||
dashboard, an at-a-glance strip per deck report, and a concise "At a glance"
|
||||
summary table atop every generated DECK_REPORT.md.
|
||||
|
||||
Known optimization not yet done: the wave is torn down per deck, so the 31B
|
||||
reloads from disk (~6 min) between decks even when the model set is unchanged.
|
||||
|
||||
Reference in New Issue
Block a user