v0.33.0
Release Notes
Latest Release: v0.33.0 (June 10, 2026)
Workspace Infra Sidecar, Module Layout Contract, and Foundation Ensure
This minor release adds contract-driven local dev infrastructure for polyglot workspaces, canonical module layout verification, and a foundation ensure command for workspace governance files.
What's New:
-
🐳 Infra sidecar (
rapidkit infra)plandiscovers Postgres, Redis, Mailpit, MinIO, and related services from modules,.env.example, workspace contract env, and overrides.up|down|statusmanage a generated stack at.rapidkit/infra/docker-compose.ymlwithout touching the workspace's main compose file.- Emits
.rapidkit/reports/infra-plan.jsonand connection env previews aligned with project defaults.
-
📐 Module layout contract
- Added
contracts/module-layout.v1.jsonand doctor workspace module-path audits. workspace contract verify --strict --module-pathschecks canonicalsrc/modules/free/placement.
- Added
-
🧱 Workspace foundation ensure
npx rapidkit workspace foundation ensurereconciles workspace.json, policies, toolchain lock, and foundation artifacts.
-
🪺 NestJS kit alignment
- NestJS standard templates now use the canonical module root and TS path mapping expected by Core modules.
Upgrade:
npm install -g rapidkit@0.33.0