-
-
Notifications
You must be signed in to change notification settings - Fork 3
feat(boardreadyops): integrate current readiness, evidence, review, and release workflows #623
Copy link
Copy link
Open
Labels
area:compatibilityarea:uicompatibilityExternal platform, version, and product compatibility lifecycleExternal platform, version, and product compatibility lifecycleenhancementNew feature or requestNew feature or requestpriority:P1High-priority work after foundationHigh-priority work after foundationproduct:vscode-extensionKiCad Studio VS Code extension workspaceKiCad Studio VS Code extension workspacerisk:mediumMinor, build-tool, action, or container dependency update requiring normal reviewMinor, build-tool, action, or container dependency update requiring normal reviewtype:enhancementNew capability or enhancementNew capability or enhancement
Milestone
Description
Metadata
Metadata
Assignees
Labels
area:compatibilityarea:uicompatibilityExternal platform, version, and product compatibility lifecycleExternal platform, version, and product compatibility lifecycleenhancementNew feature or requestNew feature or requestpriority:P1High-priority work after foundationHigh-priority work after foundationproduct:vscode-extensionKiCad Studio VS Code extension workspaceKiCad Studio VS Code extension workspacerisk:mediumMinor, build-tool, action, or container dependency update requiring normal reviewMinor, build-tool, action, or container dependency update requiring normal reviewtype:enhancementNew capability or enhancementNew capability or enhancement
Summary
Upgrade the KiCad Studio integration from a basic BoardReadyOps check/report bridge to the current versioned readiness, remediation, evidence, review, and release-handoff contract.
Context
The existing Studio integration is intentionally small and currently centers
check,configure,showReport, and documentation actions. Current BoardReadyOps 1.35.0 has grown into a broader lifecycle withplan, release evidence bundles, manufacturer handoff, baselines, and review publish/verify workflows.Studio should orchestrate those capabilities without reimplementing the BoardReadyOps web product or governance backend.
Relevant extension code:
apps/vscode-extension/src/commands/boardReadyOpsCommands.ts, Task Hub catalog, diagnostics, MCP tools view, and release workflows.Scope
Acceptance criteria
Validation
Non-goals