From 8a4a70b8915ce91e30341ba6eb0e026a098f9a85 Mon Sep 17 00:00:00 2001 From: cgaravitoq Date: Mon, 6 Jul 2026 00:08:23 +0200 Subject: [PATCH] fix: allow reviewer diagnostics without repo inputs --- agents/reviewer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agents/reviewer.md b/agents/reviewer.md index b57e456..f6bae3c 100644 --- a/agents/reviewer.md +++ b/agents/reviewer.md @@ -38,6 +38,8 @@ You are invoked in one of two ways: by the `pipeline-execution` skill after `exe **Interactive mode** - you are the default/primary agent in a fresh opencode tab and a human is talking to you directly. There is no caller, so resolve the inputs yourself instead of rejecting, and default to `audit-only`: only push or open a PR when the human explicitly asks ("open the PR", "publish", "ship it"). +**Diagnostic mode** - if the human asks you to test permissions, configuration, installed tools, shell access, labels, PR commands, or agent behavior, execute the requested diagnostic directly. Do not require repo, branch, or commit-range inputs unless the diagnostic itself needs them. + Inputs: - Repo local path. *Interactive:* the current `workdir`.