chore: prepare release readiness docs and workflows#8
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR closes the temporary implementation-steps tracking phase and establishes mature package infrastructure. It removes the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/npm-publish.yml:
- Around line 4-7: The current GitHub Actions trigger under on.push.tags uses
the broad glob 'v*' which matches non-release tags; update the workflow trigger
(the push/tags entry) to semver-style globs such as 'v*.*.*' and 'v*.*.*-*' so
only release and prerelease tags (e.g., v1.2.3 and v1.2.3-rc.1) will trigger the
npm publish job.
In `@README.md`:
- Around line 281-286: The README claim "Use Node.js 20.16 or newer" and
package.json's engines.node (>=20.16.0) aren't exercised by CI which currently
pins node-version: 24.11.1 in .github/workflows/ci.yml; either add a CI
matrix/parallel job that includes node-version: 20.16 (keeping the same steps
npm ci and npm run verify used in the existing job) to validate the declared
floor, or update README/package.json to reflect the actual tested version;
modify .github/workflows/ci.yml (the job that currently references node-version:
24.11.1) to include node-version: [20.16, 24.11.1] or add a separate job for
node 20.16 so the engines.node constraint is covered by CI.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 3dc5c7c5-07c3-4487-90b0-8acb43a26d05
📒 Files selected for processing (15)
.agents/README.md.agents/rules/read-review-contract.mdc.agents/skills/forms-core-general-checks/SKILL.md.agents/skills/forms-core-implementation-step/SKILL.md.agents/skills/forms-core-self-review/SKILL.md.github/workflows/npm-publish.yml.github/workflows/release-train.ymlAGENTS.mdREADME.mdREVIEW.mddocs/README.mddocs/handoff/README.mddocs/pr-plan.mddocs/release-train.mddocs/steps.md
💤 Files with no reviewable changes (3)
- .agents/skills/forms-core-implementation-step/SKILL.md
- docs/steps.md
- .agents/README.md
|



Summary by CodeRabbit
New Features
Documentation