chore: caretaker fleet migration — gated review workflows#90
Merged
Conversation
Brings this repo onto the post-2026-05 caretaker setup pattern (backend- driven via the deployed MCP backend on AKS) and installs the optional review workflows in DORMANT mode so they only fire when explicitly triggered. Changes in this commit: - Append caretaker block to existing `.github/copilot-instructions.md` - Add `.github/workflows/claude-code-review.yml` (gated, label-triggered only) - Add `.github/workflows/opencode-review.yml` (gated, label-triggered only) Backend remains the default reviewer — the deployed caretaker MCP pod runs the in-pod opencode_local backend on caretaker-owned PRs. The review workflows added here stay dormant unless caretaker (or a human) explicitly applies the trigger label. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aligns this repo with the post-2026-05 caretaker setup pattern. Caretaker now runs server-side via the deployed MCP backend listening to GitHub App webhooks; consumer repos hold only config, version pin, and persona docs.
Changes
.github/copilot-instructions.md.github/workflows/claude-code-review.yml(gated, label-triggered only).github/workflows/opencode-review.yml(gated, label-triggered only)How the gated review workflows behave
opencode-revieworclaude-codelabel (only happens whenpr_reviewer.complex_reviewerin.github/maintainer/config.ymlis set toopencodeorclaude_code— the legacy comment-trigger backends).workflow_dispatch.Default reviewer remains the backend
The deployed caretaker MCP pod's
opencode_localbackend handles caretaker-owned PRs in-pod (no consumer-side workflow needed). To switch to the front-end (workflow-side) review, set in.github/maintainer/config.yml:Caretaker will then apply the trigger label and the workflow will fire.
🤖 Generated with Claude Code