v0.44.0
Release Notes
Latest Release: v0.44.0 (July 14, 2026)
Workspace Intelligence Contract Architecture and Stable CLI Gates
This minor release hardens Workspai's Workspace Intelligence foundation:
canonical contracts, command discovery, runtime conformance, archive safety,
agent grounding, and CLI gate behavior now align around the same source of
truth.
What's New:
-
Workspace Intelligence contracts
- Added first-class architecture and chain contracts for model, snapshot,
diff, impact, contract verify, readiness, verify, context, agent sync, and
explainability. - Published generated contracts for runtime command surfaces, command
capabilities, operation result envelopes, version discovery, and contract
catalogs.
- Added first-class architecture and chain contracts for model, snapshot,
-
Runtime and artifact conformance
- Added runtime conformance and adversarial validation checks for Workspace
Intelligence command/artifact alignment. - Expanded generated schema coverage across autopilot, doctor, infra,
product, workspace list/sync/watch/cache, archive, and Workspace
Intelligence evidence.
- Added runtime conformance and adversarial validation checks for Workspace
-
Archive and recovery hardening
- Added ZIP64/streaming archive capability contracts and stable archive
operation result schemas. - Hardened snapshot, archive inspect, verify, doctor, hydrate, and failure
envelopes for large workspace workflows.
- Added ZIP64/streaming archive capability contracts and stable archive
-
CLI gate stability
readinessnow supports--workspace <path>.pipeline --no-agent-syncnow correctly skips agent grounding writes.workspace impactandworkspace verifynow accept
--include-paths,--include-evidence, and--scan-depth <count>.- Windows artifact writes now tolerate runner-level
fsyncEPERMso
workspace init, contract sync, and evidence writes do not fail after the
payload has already been written.
-
Package alignment
- Bumped the monorepo root,
workspai, andwspaito0.44.0. - Updated the
wspaialias dependency toworkspai@0.44.0.
- Bumped the monorepo root,
Breaking changes: None.
Verification:
corepack npm run checkcorepack npm --workspace workspai run contracts:checkcorepack npm --workspace workspai run check:workspace-intelligence-runtimecorepack npm --workspace workspai run check:workspace-intelligence-adversarialcorepack npm --workspace workspai run docs:validatecorepack npm test- Real workspace smoke tests across
my-new-wsp,my-works,my-workspace,
andmy-workspoly
Upgrade:
npm install -g workspai@0.44.0
npx wspai --help