Skip to content

v0.4.0

Latest

Choose a tag to compare

@neomatrix369 neomatrix369 released this 14 Aug 23:05
· 180 commits to main since this release
1f44bee

[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/
  • Dashboard router strip, SIE-only / escalated filters, and Mock router fixtures
  • 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)
  • Operator howto for pathway strips / Escalated / SIE-only / categories:
    docs/user-guide/reading-router-results.md
  • Screenshot gallery refreshed: CLI help includes route, live Modal scan
    capture updated, dashboard/skill/MCP shots retaken from Mock demo data,
    Escalated / SIE-only / pathway filter shots; regenerate UI shots with
    scripts/capture-screenshots.mjs