From d5e6e7b1e1cd2ec8cb6b0301d8228802e2df6876 Mon Sep 17 00:00:00 2001 From: james-haytko_nwx Date: Wed, 18 Feb 2026 15:26:14 -0600 Subject: [PATCH] necessary doc reviewer changes --- .github/workflows/claude-documentation-reviewer.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/claude-documentation-reviewer.yml b/.github/workflows/claude-documentation-reviewer.yml index 71f34f2f70..33e8ce6cd3 100644 --- a/.github/workflows/claude-documentation-reviewer.yml +++ b/.github/workflows/claude-documentation-reviewer.yml @@ -76,12 +76,15 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} + show_full_output: true prompt: | Review ONLY the following markdown files that were changed in this PR: ${{ steps.changed-files.outputs.files }} Do not review or comment on any other files (e.g., .js, .ts, .json, etc.). Focus exclusively on the documentation changes in the markdown files listed above. + When you have completed your review, post your findings as a comment on PR #${{ github.event.pull_request.number }} using the gh pr comment tool. Do not ask for confirmation — post the comment directly. + claude_args: | --model claude-sonnet-4-5-20250929 --append-system-prompt "${{ steps.read-prompt.outputs.prompt }}"