docs: drop the merge-authority line from contributor instructions - #83
Merged
Conversation
The instruction that merging is the owner's call is stale — the delegation was granted repo-wide and this file never caught up. Records the limit with the grant. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: sanchpet <petrov@sanch.pet>
This repo is public, so these instructions are read by any contributor's agent, not only the owner's. A line asserting merge rights is wrong for most readers and would send them at a branch they cannot merge; who may merge belongs wherever each contributor's own authority is recorded. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: sanchpet <petrov@sanch.pet>
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.
This file told the reader that merging is the owner's call. That was stale for the owner — but replacing it with the opposite claim would be worse, because the repo is public and these instructions are read by any contributor's agent. An agent told "merging is delegated to you" will walk a branch it has no rights to merge, and fail at the protection rule or, worse, assume authority it does not have.
Neither claim belongs here. The file now says branch + PR and stops.
Assisted-By: Claude noreply@anthropic.com