- 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>
11 lines
111 B
Plaintext
11 lines
111 B
Plaintext
node_modules/
|
|
javascript/
|
|
*.s9pk
|
|
.DS_Store
|
|
**/__pycache__/
|
|
*.pyc
|
|
.claude/
|
|
.startos/
|
|
start-technologies/
|
|
.venv/
|