Skip to content

fix: v4.9.9 — Install Skills path + brainstorm right panel#45

Merged
Knapp-Kevin merged 15 commits intomainfrom
hotfix/v4.9.9
Mar 17, 2026
Merged

fix: v4.9.9 — Install Skills path + brainstorm right panel#45
Knapp-Kevin merged 15 commits intomainfrom
hotfix/v4.9.9

Conversation

@Knapp-Kevin
Copy link
Copy Markdown
Collaborator

Summary

  • Install Skills path fix (B189): path.join(extensionPath, "skills")path.join(extensionPath, "dist", "extension", "skills") — button was silently failing because bundled skills directory didn't exist at the referenced path. Also resolves AEGIS terminology leak in non-FailSafe workspaces.
  • TabGroup right-panel proxy (B188): renderRightPanel() and bindToolbar() now delegated from TabGroup to active sub-view renderer. Brainstorm Prep Bay (microphone, voice input) now visible. Also surfaces right panels for Operations, Transparency, and Skills sub-views.

Test plan

  • 633 unit tests passing
  • 7 Playwright UI tests passing
  • TypeScript compilation clean
  • VSIX packaged and validated (24.24 MB)
  • Preflight 8/8 PASS

🤖 Generated with Claude Code

Knapp-Kevin and others added 15 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>
Phase 1: Fix bundled skills path (dist/extension/skills/) in bootstrapServers.ts
  and WorkspaceMigration.ts — also resolves AEGIS leak in non-FailSafe repos
Phase 2: Proxy renderRightPanel through TabGroup for brainstorm prep bay

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
All 10 source claims verified. L1 risk, no violations.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Phase 1: bundledPath "skills" → "dist/extension/skills" in bootstrapServers.ts
  and WorkspaceMigration.ts — Install Skills button now works
Phase 2: TabGroup proxies renderRightPanel/bindToolbar from active sub-view;
  onSubViewSwitch callback updates right panel on pill switch

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 blueprint items verified. 2 blockers resolved. Session sealed.

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 97c2d13 into main Mar 17, 2026
2 of 3 checks passed
@Knapp-Kevin Knapp-Kevin deleted the hotfix/v4.9.9 branch March 17, 2026 23:43
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