6ec44b60b3
Wire Claude code review into every non-draft PR as a GitHub Action, since GitHub CODEOWNERS only accepts users/teams (not bots). @Hmbown stays the human owner; the review is advisory and posts alongside it. - claude-review.yml: anthropics/claude-code-action@v1 in review mode with track_progress; auth via CLAUDE_CODE_OAUTH_TOKEN (from `claude setup-token`). No-ops with a notice until the secret is set, so it's safe to merge first. Codex/ChatGPT review is handled out-of-repo via the ChatGPT Codex cloud integration (chatgpt.com/codex), authed by the ChatGPT subscription, so no OpenAI workflow or repo secret is needed. CODEOWNERS documents the split. The review prompt also guards the v0.8.65 EPIC #2608 routing invariant (provider-prefixed model strings are wire ids/hints, not provider-selection proof). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9 lines
442 B
Plaintext
9 lines
442 B
Plaintext
# Default owner for everything in the repo.
|
|
* @Hmbown
|
|
|
|
# AI code review is advisory and not wired through CODEOWNERS: GitHub CODEOWNERS
|
|
# only accepts users and teams, not bots. @Hmbown stays the human code owner.
|
|
# - Claude: .github/workflows/claude-review.yml (GitHub Actions).
|
|
# - Codex/ChatGPT: the ChatGPT Codex cloud integration (chatgpt.com/codex ->
|
|
# connect GitHub -> enable Code review), authed by the ChatGPT subscription.
|