chore: drop attribution rules that duplicate the global instructions - #126
Conversation
The commit-trailer and PR-footer rules in this repo's release skill duplicated the global agent instructions, and the copy had drifted: it named a trailer identity the global rule explicitly rules out. Removed rather than corrected. A local copy of a global rule cannot stay correct, and once stale it competes with its source instead of reinforcing it. Attribution is now defined in exactly one place. Co-Authored-By: plan-marshall <noreply@cuioss.de>
There was a problem hiding this comment.
Sorry @cuioss-oliver, you've used your own review budget of 250,000 diff characters for the last 7 days.
You can request another review in 1 day and 5 hours by commenting @sourcery-ai review. Upgrade to get a review now.
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: cuioss/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
The commit-trailer and PR-footer rules in this repo's agent instructions duplicated the global agent instructions, and the copy had drifted out of sync: it named a trailer identity the global rule explicitly rules out.
Removed rather than corrected. A local copy of a global rule cannot stay correct, and once it goes stale it competes with its source instead of reinforcing it. Attribution is now defined in exactly one place.
No change to the release process itself.