v0.27.3
Workspai VS Code Extension v0.27.3
Release date: 2026-05-12
Summary
This release is a stabilization-heavy patch focused on Incident Studio trust guarantees, deterministic release gates, and boundary-safe workspace behavior.
What is new
- Incident Studio trust and claim coherence hardening:
- success claims are blocked when NO-GO evidence or verify-gate blockers exist
- GO is shown as HOLD when verify completion gates are not satisfied
- guided mode is deterministic (next + verify) and hides dense board panel
- Portable command transport is enforced (
npx --yes --package rapidkit rapidkit ...) while UI command display stays readable (rapidkit ...). - Stabilization KPI model expanded with anti-false-positive controls:
- route fallback non-success share
- verify incomplete warning rate
- top verify-path miss reason share
- New Incident Studio support modules:
src/ui/panels/incidentStudioPolicyGates.tssrc/ui/panels/incidentStudioResponseValidator.tssrc/ui/panels/incidentStudioVerifyRerun.tssrc/ui/panels/incidentStudioVerifyDiff.tssrc/ui/panels/incidentStudioEvidenceMapping.tssrc/ui/panels/incidentStudioEvidenceProvenance.tssrc/ui/panels/incidentStudioConfidenceUI.tssrc/ui/panels/incidentStudioExportProvenance.ts
- New core contract/tooling modules:
src/core/backendFrameworkContract.tssrc/core/verifyPackContractExporter.tssrc/core/workspaceHygieneProbes.ts
- Shared parity snapshot automation:
contracts/backend-import-stack-parity.snapshot.jsonscripts/sync-import-stack-parity-snapshot.mjsnpm run sync:parity-snapshotnpm run check:parity-snapshot
- Workspace membership fallback now uses normalized boundary-safe checks in
src/utils/findWorkspace.ts(fixes prefix-collision false positives). - CI smoke workflow hardening:
- release-stop-gate runs without KPI bypass
format:checkadded in smoke matrix (non-Windows)
Test and quality coverage added
- New tests:
src/test/AIIncidentStudio.component.test.tssrc/test/AIIncidentStudio.interaction.test.tssrc/test/findWorkspace.test.tssrc/test/importStackParity.snapshot.test.tssrc/test/verifyPackContractExporter.test.tssrc/test/workspaceHygieneProbes.test.tssrc/test/incidentStudioConfidenceUI.test.tssrc/test/incidentStudioEvidenceMapping.test.tssrc/test/incidentStudioEvidenceProvenance.test.tssrc/test/incidentStudioExportProvenance.test.tssrc/test/incidentStudioPolicyGates.test.tssrc/test/incidentStudioResponseValidator.test.tssrc/test/incidentStudioVerifyDiff.test.tssrc/test/incidentStudioVerifyRerun.test.ts
CI release fixtures enforced
releases/wave3-kpi-marker.jsonreleases/wave3-claim-checklist.mdreleases/wave3-enterprise-gate.jsonreleases/release-posture-label.md
Governance posture
- Release posture:
stabilization-only