Skip to content

release: v4.9.8 — SRE expansion, error budget fix, sentinel extraction#44

Merged
Knapp-Kevin merged 11 commits intomainfrom
hotfix/v4.9.8
Mar 17, 2026
Merged

release: v4.9.8 — SRE expansion, error budget fix, sentinel extraction#44
Knapp-Kevin merged 11 commits intomainfrom
hotfix/v4.9.8

Conversation

@Knapp-Kevin
Copy link
Copy Markdown
Collaborator

Summary

  • Error budget fix: resolved verdicts excluded from burn calculation (B187)
  • Sentinel extraction: roadmap.js 632→486L, sentinel-monitor.js 185L (B186/D33)
  • Clickable blocked navigation: blocker/budget gauge → Command Center (B185)
  • SRE type extraction: SreTypes.ts with v1+v2 schema, configurable adapter URL (B178)
  • SRE Activity Feed: audit event list with ALLOW/DENY/AUDIT badges (B179)
  • SRE SLO Dashboard + Fleet Health: multi-SLI grid, per-agent cards (B180)

9 blockers resolved: B178-B180, B185-B187, D33-D35

Test plan

  • TypeScript compilation clean (0 errors)
  • 633 unit tests passing
  • 7 Playwright UI tests passing
  • VSIX packaged and validated (24.22 MB)
  • Pre-flight 8/8 PASS
  • SHIELD lifecycle: VETO → PASS → IMPLEMENT → SUBSTANTIATE → DELIVER

🤖 Generated with Claude Code

Knapp-Kevin and others added 11 commits March 17, 2026 15:46
…nsion (B185-B187)

6-phase plan consolidating 3 prior v4.9.8 plans:
Phase 1: Error budget excludes resolved verdicts (B187)
Phase 2: Extract sentinel-monitor.js from roadmap.js (B186/D33)
Phase 3: Clickable blocked navigation (B185)
Phase 4-6: SRE panel expansion (B178-B180)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Phase 1 error budget fix references planId which doesn't exist in
CheckpointRecord. Must use phase+timestamp correlation instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…relation (D34)

Replace planId-based verdict resolution with phase+timestamp sorting.
CheckpointRecord has phase and timestamp fields; planId does not exist.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Phase+timestamp correlation replaces phantom planId. All 6 phases pass.
Gate cleared for implementation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…7, B178, D34)

Phase 1: Error budget excludes resolved verdicts using phase+timestamp
  correlation. VETO→PASS cycles no longer exhaust the budget.
Phase 4: SRE types extracted to SreTypes.ts (60L). v2 schema with optional
  TrustDimension, AuditEvent, SliMetric[], FleetAgent[]. Adapter base URL
  configurable via AdapterConfig.

633 tests passing. Compile clean. Bundle guard passed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Resolves VETO Entry #251 (D34/D35):
- V1: renderSentinelStatus() → renderSentinel() (roadmap.js:277)
- V2: showMetricHelp() → showMetricExplanation() + getMetricExplanations()
- Updated line estimates: sentinel-monitor.js ~185L, roadmap.js ~450L

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… expansion

Phase 2 (B186/D33): Extract sentinel-monitor.js from roadmap.js (632→486L)
Phase 3 (B185): Clickable blocker/budget navigation to Command Center
Phase 5 (B179): Activity feed with ALLOW/DENY/AUDIT badges
Phase 6 (B180): SLO dashboard + fleet health cards

9 blockers resolved: B178-B180, B185-B187, D33-D35
Gate: PASS (Entry #252), Ledger: Entry #253

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
All 16 blueprint items verified against implementation.
6 phases delivered, 9 blockers resolved, TypeScript clean.
Session sealed with Merkle chain linkage.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Knapp-Kevin Knapp-Kevin merged commit 631712f into main Mar 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant