From d37331e1950c29571da402f1e3857fdbdce67b9e Mon Sep 17 00:00:00 2001 From: james-haytko_nwx Date: Wed, 18 Feb 2026 14:05:44 -0600 Subject: [PATCH] doc reviewer fix --- .github/workflows/claude-documentation-reviewer.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/claude-documentation-reviewer.yml b/.github/workflows/claude-documentation-reviewer.yml index fce2cb054a..814f4e1e43 100644 --- a/.github/workflows/claude-documentation-reviewer.yml +++ b/.github/workflows/claude-documentation-reviewer.yml @@ -49,6 +49,13 @@ jobs: echo "count=$(echo "$CHANGED_MD_FILES" | wc -l | tr -d ' ')" >> "$GITHUB_OUTPUT" fi + - name: Fetch system prompt from base repo + if: steps.changed-files.outputs.count > 0 + run: | + # Fetch the system prompt from the base repo (dev branch), not from the PR + git fetch origin dev + git checkout origin/dev -- .claude/agents/engineering/technical_writing/technical_writer/system.md + - name: Read system prompt if: steps.changed-files.outputs.count > 0 id: read-prompt