feat: audit confidence score#106
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR introduces a "Confidence Gate" guidance document for the ChangesConfidence Gate Guidance
🎯 2 (Simple) | ⏱️ ~5 minutes 🚥 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)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
Add confidence-gate knowledge fragment
Introduces a new core-tier fragment defining a 1-10 confidence scoring
discipline with a stop-and-ask rule below threshold, applied to
selectors, endpoints, risk classification, fixtures, schemas, and data
factories. Protects against the dominant LLM test-generation failure
mode: plausible-looking artifacts built on fabricated evidence.
Lifted from an external Playwright AI scaffold's agent-reliability
pattern, distilled to a tool-neutral knowledge fragment so the Murat
persona can apply it without per-workflow step wiring.
Changes: