fix: v4.9.9 — Install Skills path + brainstorm right panel#45
Merged
Knapp-Kevin merged 15 commits intomainfrom Mar 17, 2026
Merged
fix: v4.9.9 — Install Skills path + brainstorm right panel#45Knapp-Kevin merged 15 commits intomainfrom
Knapp-Kevin merged 15 commits intomainfrom
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
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.renderRightPanel()andbindToolbar()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
🤖 Generated with Claude Code