You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.4.0] - 2026-08-14
Added
Tiered post-scan router: tripwire route and auto-route after tripwire scan
(SIE triage + optional Model Studio escalation; scanner_source=tiered_router)
Model Studio and SIE sample CLIs under prototypes/model-studio/ and prototypes/sie-studio/
Optional .env keys for SIE / Model Studio (documented in docs/user-guide/env-vars.md)
ADR-0016: tiered router via SIE and Model Studio
Changed
Card heatmap_status is worst-of actionable findings (any red → red; amber-only
→ amber); risk_score stays weighted density for sort/trend. Dashboard cards
show an actionable finding-count chip so one vs many vulns stay distinguishable
Severity rollup excludes tiered_router findings so triage does not inflate
scanner red/amber counts
CLI coverage floors temporarily lowered (60/60/80/60) while measured CLI
coverage recovers after the router land; cli/test/router.test.js exists;
ADR-0013 ≥95% target unchanged
Fixed
Tiered router no longer batch-deletes tiered_router findings before routing;
per-item replace-on-success preserves Scan → SIE → ■ strips when SIE skips
Dashboard shows Scan → ■ / “SIE not called” on scanned cards with no tiered_router finding (SIE never invoked)
Docs
Formal ADR catalog under docs/adr/: Accepted retrospective records
0002–0016 for shipped topology, scanning, security, CLI, quality,
Horizon A scope, and tiered router. Number 0001 reserved (Monk Live packaging
draft on a side branch, not published). Indexes wired from Architecture,
STATUS, README, QUICKSTART, CONTRIBUTING, and plan README.
Provider setup guides for optional tiered routing: docs/user-guide/sie-setup.md and docs/user-guide/model-studio-setup.md
(wired from README, QUICKSTART, docs index, env-vars, prerequisites)