docs(EC-1954): add effective_on review checklist to AGENTS.md - #1789
Conversation
New deny/warn rules missing effective_on dates enforce immediately on deployment and can break existing builds. Add a review checklist section so AI review agents flag this during PR review. Ref: EC-1954 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughUpdated ChangesPolicy rule review guidance
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
PR Summary by QodoAdd new-policy review checklist (effective_on, collections, tests) to AGENTS.md
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
|
🤖 Finished Review · ✅ Success · Started 3:08 AM UTC · Completed 3:21 AM UTC |
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTo customize comments, go to the Qodo configuration screen, or learn more in the docs. |
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
ReviewFindingsMedium
Low
Previous runReviewFindingsMedium
Low
Previous run (2)ReviewFindingsMedium
Low
Labels: PR modifies documentation (AGENTS.md review checklist) |
Rule data entries in example/data/ also use effective_on dates for data-driven rules, which is a separate change pattern from policy rule annotations. Ref: EC-1954 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🤖 Finished Review · ✅ Success · Started 3:39 AM UTC · Completed 3:50 AM UTC |
Collection membership is declared via the collections: key in each rule's METADATA annotation, not by modifying files in the collection directories. Fix both the Architecture section and review checklist. Ref: EC-1954 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🤖 Finished Review · ✅ Success · Started 1:14 PM UTC · Completed 1:29 PM UTC |
|
🤖 Finished Retro · ✅ Success · Started 3:03 PM UTC · Completed 3:14 PM UTC |
Retro: PR #1789 —
|
Summary
effective_ondates, which would otherwise enforce immediately on deploymentRef: EC-1954
Upstream: #1760
Test plan
effective_onis missing🤖 Generated with Claude Code