Skip to content

docs(#6840): remove stale e2e role from user-facing docs - #6841

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/6840-remove-stale-e2e-role-refs
Open

docs(#6840): remove stale e2e role from user-facing docs#6841
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/6840-remove-stale-e2e-role-refs

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown
Contributor

Summary

Remove stale e2e role references from two user-facing documentation files. PR #6771 removed the e2e row from the Role Permissions Matrix but left references in bring-your-own-agent.md and mint.md, creating role-selection confusion described in #6563.

Related Issue

Closes #6840

Changes

  • docs/guides/user/bring-your-own-agent.md: Removed e2e from the valid-values list for the roles config field. The list now shows only user-selectable roles: fullsend, triage, coder, review, fix, retro, prioritize.
  • docs/cli/mint.md: Removed e2e from the --roles flag example and added a note that the e2e role is internal-only and not intended for user configuration.

Testing

  • grep -rn 'e2e' docs/guides/user/bring-your-own-agent.md | grep -i 'role' returns zero results
  • grep -rn 'e2e' docs/cli/mint.md | grep -i 'role' returns only the internal-only qualifier
  • Pre-commit hooks pass (trailing-whitespace, end-of-file-fixer, lint-docs-links, lint-md-links)
  • Secret scan passes

Checklist

  • PR title follows Conventional Commits (correct type, ! for breaking changes)
  • No DCO sign-off (autonomous agent commit)
  • Changes are minimal and scoped to the issue

Closes #6840

Post-script verification

  • Branch is not main/master (agent/6840-remove-stale-e2e-role-refs)
  • Secret scan passed (gitleaks — 1527cab09889257bcc7a40445ff0bccbc0b500a1..HEAD)
  • PR body secret scan passed (gitleaks — no-git)

PR #6771 removed the e2e row from the Role Permissions Matrix in
infrastructure-reference.md but two other user-facing docs still
listed e2e as a valid role value:

- bring-your-own-agent.md: removed e2e from the valid-values list
  for the roles config field, since e2e is not user-selectable
- mint.md: removed e2e from the --roles flag example and added a
  note that e2e is internal-only

The structural fix of consolidating role definitions to prevent
future drift is tracked in #2449.

Closes #6840
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

Site preview

Preview: https://50aebfaa-site.fullsend-ai.workers.dev

Commit: 54beff000137aed5b0ffdf24a926fe935a7d1d61

@fullsend-ai-review

fullsend-ai-review Bot commented Sep 1, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 10:01 AM UTC · Completed 10:13 AM UTC

Commit: 54beff0 · View workflow run →

Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.48

@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@fullsend-ai-review fullsend-ai-review Bot added the risk/moderate PR risk: moderate label Sep 1, 2026
@fullsend-ai-review

Copy link
Copy Markdown

Risk Assessment: moderate (2/5)

Details

Trivial 2-line docs cleanup by a known bot removing stale e2e references, with no protected paths, security-sensitive files, or dependency changes; elevated slightly to moderate due to high multi-author churn in these documentation files over 90 days.

@fullsend-ai-review

Copy link
Copy Markdown

Looks good to me

@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-merge All reviewers approved — ready to merge ready-for-review Triggers review agent dispatch risk/moderate PR risk: moderate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove stale e2e role references from user-facing docs (bring-your-own-agent.md, mint.md)

0 participants