Releases: rapidkitlabs/workspai
Release list
v0.45.0
Release Notes
Latest Release: v0.45.0 (July 15, 2026)
Contract-Backed Live Command Inventory and Release-Gate Consistency
This minor release makes the installed CLI command tree a verifiable source of
truth. Command discovery, published contracts, artifact producers, help output,
documentation, and Workspace Intelligence runtime behavior are now checked
against the same live inventory.
What's New:
-
Live command inventory
- Added
workspai-cli-runtime-command-inventory-v1, generated from the live
Commander tree and exposed byworkspai commands --json. - Added drift gates for all registered and declared top-level/scoped command
paths, including manual workspace dispatch and Core-backed ownership.
- Added
-
Command, artifact, and contract linkage
- Runtime command-surface contracts now include command documentation,
package ownership, artifact schemas, and producer command mappings. - Command documentation publishes canonical argv and structured stdin,
output-media, and exit-semantics metadata where the command requires it. - Workspace feedback is registered as a producer of the governed
Workspace Intelligence history artifact. - Shared-contract generation and enterprise prepack now verify and publish the
runtime inventory snapshot.
- Runtime command-surface contracts now include command documentation,
-
Workspace Intelligence usability
workspace --helpnow enumerates every action family instead of hiding the
manual dispatcher surface.- Feedback documentation now includes the required stdin JSON payload and
history artifact behavior. - DOT and Mermaid graph renderers are explicitly documented as raw-text
outputs; structured consumers use graph emit/explain JSON. - Contract verification, graph, watch, feedback, and MCP are now classified
consistently as Workspace Intelligence capabilities for portal and IDE use.
-
Gate correctness
- Warning-only pipelines exit successfully by default and become blocking
when--strictis supplied. - Failed pipeline stages remain blocking in both modes.
- Warning-only pipelines exit successfully by default and become blocking
Breaking changes: None.
Verification:
- 45/45 installed command paths passed help smoke tests.
- Three real workspaces completed the Workspace Intelligence and governance
loops; 66 generated artifact/schema validations passed. - Workspace archives passed export, inspect, verify, doctor, hydrate, and
project archive/restore checksum round trips. - 1,776 tests were covered across two shards; 11 runtime steps, 15 artifacts,
and 12 adversarial groups passed. - Windows registry invariants passed and npm audit reported zero vulnerabilities.
Upgrade:
npm install -g workspai@0.45.0
npx wspai commands --jsonv0.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 --helpv0.43.1
Release Notes
Latest Release: v0.43.1 (July 9, 2026)
Workspai Debug Alias, Doctor Repair, and Workspace Intelligence Chain Alignment
This patch release tightens the Workspai monorepo package surface after the
initial workspai/wspai publish, and hardens the Doctor and Workspace
Intelligence chain before the first stable Workspai CLI release.
What's New:
-
Workspai-native debug environment
- Added
WORKSPAI_DEBUG_ARGS=1for CLI argument and bridge diagnostics. - Preserved the legacy
RAPIDKIT_NPM_DEBUG_ARGS=1fallback for existing local
debugging workflows.
- Added
-
Release consistency
- Keeps the private monorepo version,
workspaipackage version, andwspai
alias package version aligned on0.43.1. - Keeps the
wspaipackage dependency pinned to the matchingworkspai
version.
- Keeps the private monorepo version,
-
Doctor and repair artifact integrity
doctor project --fixnow writes project-scope fix evidence under the
project.workspai/reportsdirectory instead of overwriting workspace-level
Doctor fix evidence.- Doctor fix/apply flows now return failing exit codes when a fix attempt
remains blocked or unresolved, including local-profile runs. - Python dependency sync repair is guarded by default and emits deterministic
guidance unless explicit dependency-install opt-in is provided.
-
Workspace Intelligence chain validation
- Verified the full workspace chain across minimal and polyglot test
workspaces: sync, contract verify, model, context, agent sync, graph, diff,
impact, verify, trace, explain, run, share, export, and feedback history. - Confirmed
wspaidelegates to the canonicalworkspaiCLI command surface. - Updated workspace E2E workflows to locate managed workspaces under
~/.workspai/workspaceswhile retaining legacy RapidKit fallbacks. - Improved Workspace Run diagnostics so Python wrapper failures such as
No module named pytestare classified as setup failures instead of
unknown.
- Verified the full workspace chain across minimal and polyglot test
Breaking changes: None.
Verification:
corepack npm --workspace workspai run typecheckcorepack npm --workspace workspai run lintcorepack npm --workspace workspai run format:checkcorepack npm --workspace workspai run buildcorepack npm --workspace workspai run smoke:enterprise-packagecorepack npm --workspace wspai run smokecorepack npm --workspace workspai run test -- src/__tests__/index.test.ts src/__tests__/package-publish-contract.test.tscorepack npm --workspace workspai run testcorepack npm --workspace workspai run test -- src/__tests__/doctor.test.tscorepack npm --workspace workspai run test -- src/__tests__/doctor-canary-matrix.test.tscorepack npm --workspace workspai run test -- src/__tests__/workspace-run.test.ts
Upgrade:
npm install -g workspai@0.43.1
npx wspai --help