chore(codereview): add repo review guidance baseline - #41
Merged
Conversation
Adds the canonical .codereview/agents/ set (matching the rest of the CLI family) so cr review can load trusted repo-local guidance from the base branch. Without it, cr fails closed and posts a 'trusted repo-local review guidance could not be loaded' request-changes stub on every PR.
PR BuildVersion:
Built from c1da1c1 |
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.
What
Adds the canonical
.codereview/agents/baseline (the same 8-agent set carried by the rest of the CLI family —automation, documentation, go, macos, policies, rust, structure, tauri), copied fromcli-common.Why
crsources trusted review guidance from.codereview/agents/on the base branch and fails closed when it's absent — posting a "trusted repo-local review guidance could not be loaded"request_changesstub instead of a real review.cpmis currently the only active Go CLI in the org without this baseline, so every PR here hits that stub. This bringscpmin line with its siblings so automated review works normally.Bootstrap note
This PR can't be auto-reviewed by
critself: the baseline it adds isn't on the base branch yet, so a review run on this PR would fail closed the same way. It therefore needs a bootstrap merge (owner/admin) — after it lands, every subsequentcpmPR gets a real review. Reviewer intentionally not requested for that reason.