diff --git a/templates/consumer-repo/.github/workflows/agents-81-gate-followups.yml b/templates/consumer-repo/.github/workflows/agents-81-gate-followups.yml index 2e78d07c4..3ef2bc8f2 100644 --- a/templates/consumer-repo/.github/workflows/agents-81-gate-followups.yml +++ b/templates/consumer-repo/.github/workflows/agents-81-gate-followups.yml @@ -849,6 +849,7 @@ jobs: .github/actions/setup-api-client .github/scripts/prompt_injection_guard.js .github/scripts/github-rate-limited-wrapper.js + .github/scripts/error_classifier.js .github/scripts/github-api-with-retry.js .github/scripts/token_load_balancer.js scripts/runner_lib diff --git a/templates/consumer-repo/.github/workflows/agents-autofix-dispatcher.yml b/templates/consumer-repo/.github/workflows/agents-autofix-dispatcher.yml index 89e8af830..dce21a1bc 100644 --- a/templates/consumer-repo/.github/workflows/agents-autofix-dispatcher.yml +++ b/templates/consumer-repo/.github/workflows/agents-autofix-dispatcher.yml @@ -33,6 +33,7 @@ jobs: token: ${{ steps.app_token.outputs.token || github.token }} sparse-checkout: | .github/actions/setup-api-client + .github/scripts/error_classifier.js .github/scripts/github-api-with-retry.js .github/scripts/github-rate-limited-wrapper.js .github/scripts/token_load_balancer.js diff --git a/templates/consumer-repo/.github/workflows/agents-weekly-metrics.yml b/templates/consumer-repo/.github/workflows/agents-weekly-metrics.yml index 046e9b343..0acdd9a62 100644 --- a/templates/consumer-repo/.github/workflows/agents-weekly-metrics.yml +++ b/templates/consumer-repo/.github/workflows/agents-weekly-metrics.yml @@ -34,6 +34,7 @@ jobs: sparse-checkout: | .github/actions/setup-api-client .github/scripts/bot_comment_auth_coverage.js + .github/scripts/error_classifier.js .github/scripts/github-api-with-retry.js .github/scripts/terminal_disposition.js .github/scripts/terminal_disposition_coverage.js diff --git a/templates/consumer-repo/.github/workflows/maint-76-claude-code-review.yml b/templates/consumer-repo/.github/workflows/maint-76-claude-code-review.yml index 180c35c09..4f56155cb 100644 --- a/templates/consumer-repo/.github/workflows/maint-76-claude-code-review.yml +++ b/templates/consumer-repo/.github/workflows/maint-76-claude-code-review.yml @@ -30,6 +30,7 @@ jobs: with: sparse-checkout: | .github/actions/setup-api-client + .github/scripts/error_classifier.js .github/scripts/github-api-with-retry.js .github/scripts/github-rate-limited-wrapper.js .github/scripts/token_load_balancer.js diff --git a/templates/consumer-repo/.github/workflows/maint-coverage-guard.yml b/templates/consumer-repo/.github/workflows/maint-coverage-guard.yml index 4eae2fa1e..1c904998b 100644 --- a/templates/consumer-repo/.github/workflows/maint-coverage-guard.yml +++ b/templates/consumer-repo/.github/workflows/maint-coverage-guard.yml @@ -38,6 +38,7 @@ jobs: token: ${{ steps.app_token.outputs.token || github.token }} sparse-checkout: | .github/actions/setup-api-client + .github/scripts/error_classifier.js .github/scripts/github-api-with-retry.js .github/scripts/token_load_balancer.js sparse-checkout-cone-mode: false