Add relay-ready task-shape signals#686
Conversation
|
Warning Review limit reached
More reviews will be available in 45 minutes and 56 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ 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 |
Relay ReviewVerdict: LGTM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e036e1a91e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| }; | ||
| } | ||
|
|
||
| const bulletCount = (criteriaSection.match(CRITERIA_BULLET_RE) || []).length; |
There was a problem hiding this comment.
Strip fenced examples before counting criteria bullets
When a single-leaf issue includes an expected Markdown/output sample inside the Done Criteria, every - line in that fenced block is counted as a criteria bullet here. With eight sample lines this sets manyCriteria.strong, forces task_shape.strong, and blocks the readiness bypass even though the actual criteria may be only a file change plus a test; the rest of the scorer already strips fenced code for probe signals, so this should do the same before counting bullets.
Useful? React with 👍 / 👎.
Dispatch Summary
Score Log