v0.35.0
Release Notes
Latest Release: v0.35.0 (June 16, 2026)
Adoption, Frontend Scaffold, and Workspace Intelligence
This release adds in-place project adoption, official create frontend generators, and workspace intelligence commands (model, context, snapshot, verify, diff, impact) so teams can govern polyglot workspaces from the CLI alone.
What's New:
-
🔗
rapidkit adopt- Link existing local projects into a workspace without moving source files.
- Adoption metadata at
.rapidkit/adopt.jsonand.rapidkit/adopt-readiness.json.
-
🎨
rapidkit create frontend- Official generators for Next.js, Remix, Vite variants, Nuxt, Angular, Astro, and SvelteKit.
- Non-interactive flags for extension and CI scaffold flows.
-
🧠 Workspace intelligence
workspace model,context,snapshot,verify,diff, andimpactwith JSON contracts.- Registry/contract sync includes adopted and imported external projects.
-
🩺 Doctor and detection
- Frontend framework probes and richer project-scoped evidence.
- Improved Node framework detection before generic fallbacks.
-
🏗️ Enterprise / polyglot
- Expanded infra stack catalog, lifecycle probes, and runtime executor coverage.
Upgrade:
npm install -g rapidkit@0.35.0