docs: remove obsolete vouch system section - #40266
Merged
Merged
Conversation
The vouch-based contributor trust system was removed in b205e10, along with .github/VOUCHED.td and its three workflows. The section still linked to the deleted file and documented maintainer commands that nothing listens for. Closes anomalyco#40263
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate Found:
Why it's related: This PR appears to address the exact same issue—removing the Trust & Vouch System section from documentation. Both PRs have nearly identical titles and are targeting the same outdated documentation content that no longer reflects the current system. |
6 tasks
banlanzs
pushed a commit
to banlanzs/opencode
that referenced
this pull request
Aug 6, 2026
charlesverge
pushed a commit
to charlesverge/opencode
that referenced
this pull request
Aug 11, 2026
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.
Issue for this PR
Closes #40263
Type of change
What does this PR do?
Removes the "Trust & Vouch System" section from
CONTRIBUTING.md. That system no longer exists:b205e104f6deleted.github/VOUCHED.tdand the three vouch workflows back in May.The section was actively misleading rather than just outdated. It linked to
.github/VOUCHED.td(404), said issues and PRs from denounced users are automatically closed (no workflow does this), and documentedvouch/denounce/unvouchcomment commands for maintainers that nothing listens for.Deletion with no replacement, since that commit removed the mechanism deliberately rather than swapping it for something else.
I left the "Issue Requirements" section directly below it alone. Its 2-hour edit window is still real, implemented by
compliance-close.ymlvia theneeds:compliancelabel.How did you verify your code works?
grep -in vouch CONTRIBUTING.md— no matches leftgrep -ril vouch --include='*.yml' --include='*.yaml' --include='*.ts' .— confirmed this section was the last reference in the repobunx prettier --check CONTRIBUTING.md— passesScreenshots / recordings
Not applicable, docs only.
Checklist