Skip to content

docs: remove obsolete vouch system section - #40266

Merged
rekram1-node merged 1 commit into
anomalyco:devfrom
MagnumGoYB:remove-vouch-docs
Aug 3, 2026
Merged

docs: remove obsolete vouch system section#40266
rekram1-node merged 1 commit into
anomalyco:devfrom
MagnumGoYB:remove-vouch-docs

Conversation

@MagnumGoYB

Copy link
Copy Markdown
Contributor

Issue for this PR

Closes #40263

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Removes the "Trust & Vouch System" section from CONTRIBUTING.md. That system no longer exists: b205e104f6 deleted .github/VOUCHED.td and 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 documented vouch / denounce / unvouch comment 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.yml via the needs:compliance label.

How did you verify your code works?

  • grep -in vouch CONTRIBUTING.md — no matches left
  • grep -ril vouch --include='*.yml' --include='*.yaml' --include='*.ts' . — confirmed this section was the last reference in the repo
  • bunx prettier --check CONTRIBUTING.md — passes
  • Read the section boundary to confirm "Feature Requests" now flows into "Issue Requirements" cleanly

Screenshots / recordings

Not applicable, docs only.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

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
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
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.

@rekram1-node
rekram1-node merged commit e917c12 into anomalyco:dev Aug 3, 2026
4 checks passed
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: CONTRIBUTING documents the removed vouch system

2 participants