Release Notes
Latest Release: v0.42.3 (July 25, 2026)
Secure Compatibility and Workspai Migration
This patch keeps the legacy rapidkit npm compatibility package safe and makes
the migration path to Workspai shorter and clearer. Runtime command behavior is
unchanged.
Security:
- Updated
brace-expansionto5.0.8to resolve the current high-severity
unbounded-expansion denial-of-service advisory. - Updated
postcssto8.5.23to resolve the current high-severity previous
source-map path traversal advisory. - Updated the compatible transitive
nanoiddependency selected by PostCSS. npm audit --audit-level=highreports zero vulnerabilities.
Migration and documentation:
- Replaced the feature-heavy README with a concise compatibility and migration
entry point. - Added a source-preserving migration guide for existing projects, named
workspaces, CI, agent/IDE consumers, verification, and rollback. - Added migration notices to user-facing legacy documentation so direct links
do not look like new-project onboarding. - Strengthened the docs drift and npm publish contracts around the legacy
package boundary.
Breaking changes: None.
Verification:
npm audit --audit-level=highnpm run check:brandnpm run validate:docsnpm testnpm run build
Upgrade:
npm install -g rapidkit@0.42.3New projects should install and use workspai instead.