fix(site): Cline judge is Cursor, not Composer 2.5 - #26
Merged
Conversation
Cline harness card and markdown no longer imply Composer 2.5 is a Cline model. Default judge is Cursor (reviewRuntime unset); optional reviewRuntime: cline matches OpenCode/Pi card pattern. Add regression test. Co-authored-by: Paul Zgordan <dancingteeth@users.noreply.github.com>
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks 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 |
Replace 'Judge Cursor or reviewRuntime: cline' with 'Judge any runtime, optional' on the Cline card and markdown. Update regression test. Co-authored-by: Paul Zgordan <dancingteeth@users.noreply.github.com>
Apply same rule as Cline: non-Cursor runtime cards use 'Judge any runtime, optional' instead of naming Cursor as default judge. Co-authored-by: Paul Zgordan <dancingteeth@users.noreply.github.com>
dancingteeth
marked this pull request as ready for review
August 30, 2026 15:50
|
ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The Cline harness card at
/harnesses/#clineshowed Judge Composer 2.5, which reads as if Composer is a Cline model. Composer 2.5 is Cursor-only; whenreviewRuntimeis unset the default judge is still the Cursor runtime (composer-2.5when the worker is not Cursor).Fix
Match the OpenCode / Pi card pattern:
Judge Cursor or reviewRuntime: clineJudge: Cursor, or reviewRuntime: clineLeft the Cursor card (
Worker composer-2.5/Judge Grok 4.6) unchanged.Test
Added
landingAgentReadinessregression: Cline#clinesection must contain Cursor +reviewRuntime: clineand must not mention Composer.