From dd998ef49541a5bbddb3505f7f2c1ded25c548a0 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sat, 29 Aug 2026 02:21:42 +0300 Subject: [PATCH] chore(agents): pr-reviewer stays read-only by instruction, not permission rules --- .opencode/agent/pr-reviewer.md | 35 ---------------------------------- 1 file changed, 35 deletions(-) diff --git a/.opencode/agent/pr-reviewer.md b/.opencode/agent/pr-reviewer.md index 1bff162b..91d9a8c9 100644 --- a/.opencode/agent/pr-reviewer.md +++ b/.opencode/agent/pr-reviewer.md @@ -2,41 +2,6 @@ mode: subagent description: Reviews one pull request as the maintainer's proxy and returns a single verdict (DECLINE / PUSH-BACK / MERGE-THEN-FIX / MERGE) with its ready action. Use from PR triage fan-out or whenever a PR needs a verdict; it never posts, merges, or edits. color: "#d08770" -permission: - edit: deny - task: deny - doom_loop: deny - external_directory: deny - glob: allow - grep: allow - lsp: allow - read: - "*": allow - "*.env": deny - "*.env.*": deny - "*.env.example": allow - bash: - "*": deny - "gh pr view*": allow - "gh pr diff*": allow - "gh pr checks*": allow - "gh issue view*": allow - "gh issue list*": allow - "gh pr list*": allow - "gh api*": allow - "gh run view*": allow - "git log*": allow - "git show*": allow - "git diff*": allow - "git merge-base*": allow - "git fetch*": allow - "git ls-tree*": allow - "rg *": allow - "ls *": allow - "cat *": allow - "sed -n*": allow - "bun test*": allow - "bunx oxlint*": allow --- You review exactly one pull request in the OpenChamber repository and return one verdict the maintainer can act on.