diff --git a/.github/bump-callers/README.md b/.github/bump-callers/README.md index b93488d..75e2075 100644 --- a/.github/bump-callers/README.md +++ b/.github/bump-callers/README.md @@ -23,7 +23,7 @@ forward automatically instead of silently drifting commits behind. | Entrypoint | Triggers on a change to | Caller variable | Seeded | |---|---|---|---| -| [`bump-cursor-review-callers.yml`](../workflows/bump-cursor-review-callers.yml) | `cursor-review.yml` | `CURSOR_REVIEW_CALLERS` | non-empty (hard-fails if empty) | +| [`bump-cursor-review-callers.yml`](../workflows/bump-cursor-review-callers.yml) | `cursor-review.yml` or `cursor-review/**` | `CURSOR_REVIEW_CALLERS` | non-empty (hard-fails if empty) | | [`bump-agents-md-callers.yml`](../workflows/bump-agents-md-callers.yml) | `agents-md-integrity.yml` or `agents-md-integrity/**` | `AGENTS_MD_CALLERS` | empty `[]` (grows as callers land) | | [`bump-pr-size-callers.yml`](../workflows/bump-pr-size-callers.yml) | `pr-size.yml` or `scripts/check-pr-size/**` | `PR_SIZE_CALLERS` | empty `[]` (grows as callers land) | diff --git a/.github/workflows/bump-cursor-review-callers.yml b/.github/workflows/bump-cursor-review-callers.yml index 395fb92..9dbc3e5 100644 --- a/.github/workflows/bump-cursor-review-callers.yml +++ b/.github/workflows/bump-cursor-review-callers.yml @@ -45,6 +45,12 @@ on: branches: [main] paths: - .github/workflows/cursor-review.yml + # The prompts + scripts consumers actually run live here, loaded from the + # `workflows_ref` SHA a caller pins (see cursor-review.yml's header) — a + # behavior change here (e.g. extract-findings.py parsing) needs the same + # caller bump as a workflow-file change, or pinned callers silently drift + # onto stale review behavior. + - .github/cursor-review/** permissions: contents: read