diff --git a/agents/engineering/technical_writing/technical_writer/system.md b/.claude/agents/engineering/technical_writing/technical_writer/system.md similarity index 100% rename from agents/engineering/technical_writing/technical_writer/system.md rename to .claude/agents/engineering/technical_writing/technical_writer/system.md diff --git a/.github/workflows/claude-documentation-reviewer.yml b/.github/workflows/claude-documentation-reviewer.yml index 50d6ddc32d..e0321956f1 100644 --- a/.github/workflows/claude-documentation-reviewer.yml +++ b/.github/workflows/claude-documentation-reviewer.yml @@ -54,16 +54,16 @@ jobs: if: steps.changed-files.outputs.count > 0 id: read-prompt run: | - # Read from public repo's agents directory (synced from private repo) - if [ ! -f "agents/engineering/technical_writing/technical_writer/system.md" ]; then - echo "::warning::System prompt file not found at agents/engineering/technical_writing/technical_writer/system.md, proceeding without it" + # Read from public repo's .claude/agents directory (synced from private repo) + if [ ! -f ".claude/agents/engineering/technical_writing/technical_writer/system.md" ]; then + echo "::warning::System prompt file not found at .claude/agents/engineering/technical_writing/technical_writer/system.md, proceeding without it" echo "prompt=" >> "$GITHUB_OUTPUT" exit 0 fi { echo "prompt<> "$GITHUB_OUTPUT"