Skip to content

Releases: rapidkitlabs/workspai

v0.45.0

Choose a tag to compare

@Baziar Baziar released this 15 Jul 14:12
v0.45.0
70d84dd

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 by workspai commands --json.
    • Added drift gates for all registered and declared top-level/scoped command
      paths, including manual workspace dispatch and Core-backed ownership.
  • 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.
  • Workspace Intelligence usability

    • workspace --help now 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 --strict is supplied.
    • Failed pipeline stages remain blocking in both modes.

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 --json

Full Release Notes

v0.44.0

Choose a tag to compare

@Baziar Baziar released this 14 Jul 13:08
v0.44.0
ba0fdce

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.
  • 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.
  • 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.
  • CLI gate stability

    • readiness now supports --workspace <path>.
    • pipeline --no-agent-sync now correctly skips agent grounding writes.
    • workspace impact and workspace verify now accept
      --include-paths, --include-evidence, and --scan-depth <count>.
    • Windows artifact writes now tolerate runner-level fsync EPERM so
      workspace init, contract sync, and evidence writes do not fail after the
      payload has already been written.
  • Package alignment

    • Bumped the monorepo root, workspai, and wspai to 0.44.0.
    • Updated the wspai alias dependency to workspai@0.44.0.

Breaking changes: None.

Verification:

  • corepack npm run check
  • corepack npm --workspace workspai run contracts:check
  • corepack npm --workspace workspai run check:workspace-intelligence-runtime
  • corepack npm --workspace workspai run check:workspace-intelligence-adversarial
  • corepack npm --workspace workspai run docs:validate
  • corepack npm test
  • Real workspace smoke tests across my-new-wsp, my-works, my-workspace,
    and my-workspoly

Upgrade:

npm install -g workspai@0.44.0
npx wspai --help

Full Release Notes

v0.43.1

Choose a tag to compare

@Baziar Baziar released this 09 Jul 15:46
v0.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=1 for CLI argument and bridge diagnostics.
    • Preserved the legacy RAPIDKIT_NPM_DEBUG_ARGS=1 fallback for existing local
      debugging workflows.
  • Release consistency

    • Keeps the private monorepo version, workspai package version, and wspai
      alias package version aligned on 0.43.1.
    • Keeps the wspai package dependency pinned to the matching workspai
      version.
  • Doctor and repair artifact integrity

    • doctor project --fix now writes project-scope fix evidence under the
      project .workspai/reports directory 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 wspai delegates to the canonical workspai CLI command surface.
    • Updated workspace E2E workflows to locate managed workspaces under
      ~/.workspai/workspaces while retaining legacy RapidKit fallbacks.
    • Improved Workspace Run diagnostics so Python wrapper failures such as
      No module named pytest are classified as setup failures instead of
      unknown.

Breaking changes: None.

Verification:

  • corepack npm --workspace workspai run typecheck
  • corepack npm --workspace workspai run lint
  • corepack npm --workspace workspai run format:check
  • corepack npm --workspace workspai run build
  • corepack npm --workspace workspai run smoke:enterprise-package
  • corepack npm --workspace wspai run smoke
  • corepack npm --workspace workspai run test -- src/__tests__/index.test.ts src/__tests__/package-publish-contract.test.ts
  • corepack npm --workspace workspai run test
  • corepack npm --workspace workspai run test -- src/__tests__/doctor.test.ts
  • corepack npm --workspace workspai run test -- src/__tests__/doctor-canary-matrix.test.ts
  • corepack npm --workspace workspai run test -- src/__tests__/workspace-run.test.ts

Upgrade:

npm install -g workspai@0.43.1
npx wspai --help

Full Release Notes