fix: enforce the supported Node train in generated apps - #1431
Conversation
|
Warning Review limit reached
Next review available in: 12 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (29)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📊 Benchmark Results✅ All benchmarks passed
Updated: 2026-07-21T21:41:58.105Z · Commit: 30e3a24 |
9b77935 to
b2e3a7d
Compare
|
CI is currently blocked by a repository-wide dependency audit baseline failure, not by this PR's changes.
Branch protection requires both |
b2e3a7d to
6efd9d0
Compare
61c6af4 to
770bf9a
Compare
Outcome
Generated Croco applications now use the repository's canonical Node.js train as an executable contract:
nvmrecoveryengines.node, includes.nvmrc, and documents the install/build requirementVerification
pnpm checkpnpm --filter create-croco-app test— 115/115 tests passedpnpm --filter @croco/ui-astryx test— 4/4 tests passedpnpm create-croco-app:smoke -- graphql-vite-spa-astryxpnpm docs:api:checkpnpm problem-registry:check— 440/440 codes passedpnpm changeset-required:check -- --base origin/trunk --head HEADReview gates
Residual risk is limited to package-manager behavior around
engines.node;.nvmrc, early CLI validation, and explicit recovery provide deterministic remediation.Fixes #1320