docs: reconcile fork roadmap and release state - #15
Conversation
|
ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing |
|
Warning Review limit reached
Next review available in: 30 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 Plus Run ID: 📒 Files selected for processing (2)
✨ 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 |
| - [ ] **Clean up old tags** — remove stale upstream tags that don't point to our commits | ||
| - [ ] **Dependency audit** — review and update all dependencies (gui + root) | ||
| - [ ] **TypeScript strict mode** — enable `strict` in tsconfig and fix all violations | ||
| - [ ] **Publish first fork release (`v1.0.0-alpha.1`)** — tag, run the guarded release workflow, verify npm install, and record release evidence |
There was a problem hiding this comment.
Existing tag blocks publication
When a maintainer follows the documented “tag, run the guarded release workflow” sequence for v1.0.0-alpha.1, the existing tag makes the workflow permit only a dry run, causing the real publication attempt to fail during preflight.
Artifacts
Repro: safe harness that extracts and executes the actual guarded workflow preflight
- Evidence file captured while the check ran.
Repro: exact local tag-state output for v1.0.0-alpha.1
- The full command output behind this check.
Repro: dry-run execution showing the existing-tag dry-run-only notice
- The full command output behind this check.
Repro: real-publication preflight execution rejecting the existing tag
- The full error output from the failing run.
Ran code and verified through T-Rex
Prompt To Fix With AI
This is a comment left during a code review.
Path: ROADMAP.md
Line: 21
Comment:
**Existing tag blocks publication**
When a maintainer follows the documented “tag, run the guarded release workflow” sequence for `v1.0.0-alpha.1`, the existing tag makes the workflow permit only a dry run, causing the real publication attempt to fail during preflight.
How can I resolve this? If you propose a fix, please make it concise.| > This fork uses **independent semantic versioning** starting at `v1.0.0-alpha.1`. | ||
| > See [VERSIONING.md](./VERSIONING.md) for details. |
There was a problem hiding this comment.
Linked version guidance is stale
The changelog says independent versioning starts at v1.0.0-alpha.1 and directs readers to VERSIONING.md, but that document still identifies 2.7.33 as current and 1.0.0 as next, leaving maintainers with conflicting release guidance.
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 8-9
Comment:
**Linked version guidance is stale**
The changelog says independent versioning starts at `v1.0.0-alpha.1` and directs readers to `VERSIONING.md`, but that document still identifies `2.7.33` as current and `1.0.0` as next, leaving maintainers with conflicting release guidance.
How can I resolve this? If you propose a fix, please make it concise.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
| - [x] **Enhanced CI** — CodeQL, Dependabot, security audit, workflow linting, and cross-platform package smoke tests | ||
| - [x] **Release process** — `VERSIONING.md`, `RELEASE_PROCESS.md`, and `CHANGELOG.md` | ||
| - [x] **Fork identity documentation** — canonical repository links and translated README fork notices updated | ||
|
|
There was a problem hiding this comment.
Translated fork notices remain absent
This checked item says translated README fork notices are updated, but the Chinese, Russian, Korean, and Japanese READMEs lack the explicit fork and independent-release notice present in the English README, prematurely marking that translation work complete.
Prompt To Fix With AI
This is a comment left during a code review.
Path: ROADMAP.md
Line: 18
Comment:
**Translated fork notices remain absent**
This checked item says translated README fork notices are updated, but the Chinese, Russian, Korean, and Japanese READMEs lack the explicit fork and independent-release notice present in the English README, prematurely marking that translation work complete.
How can I resolve this? If you propose a fix, please make it concise.
Summary
Aligns the public roadmap and changelog with the repository's actual fork state.
Changes
v1.0.0-alpha.1metadata from an actually published release;opencondextypo;Scope
Documentation only. No runtime, package, CI, or release workflow changes.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is enabled.Greptile Summary
Reconciles public fork documentation with the intended prerelease state.
v1.0.0-alpha.1as prepared rather than published.Confidence Score: 3/5
This PR should not merge until the first-release instructions are reconciled with the existing tag and the guarded workflow’s preflight behavior.
Following the documented tag-then-publish sequence for the already-tagged alpha release causes the guarded workflow to reject the real publication run; the remaining findings are documentation consistency issues.
Files Needing Attention: ROADMAP.md, CHANGELOG.md
What T-Rex did
Important Files Changed
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "docs: correct changelog release and inte..." | Re-trigger Greptile