fix(agents): sync portfolio-surveyor canonical repo list with the live org#2204
fix(agents): sync portfolio-surveyor canonical repo list with the live org#2204devantler wants to merge 5 commits into
Conversation
…e org Fixes #2201 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4a19a6c9db
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4a19a6c9db
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Addresses the codex review: the live non-archived repo list is the authoritative set (reconciled via one bounded gh repo list call), the portfolio map names only the products, and drift is flagged rather than resolved toward the narrower source. Adds the missed fleet-gitops and aws repos. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codex review |
|
To use Codex here, create an environment for this repo. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details🧰 Additional context used🧠 Learnings (1)📚 Learning: 2026-07-07T16:28:59.865ZApplied to files:
🪛 LanguageTool.claude/agents/portfolio-surveyor.md[uncategorized] ~219-~219: The official name of this software platform is spelled with a capital “H”. (GITHUB) 🔇 Additional comments (1)
📝 WalkthroughWalkthroughUpdated the portfolio-surveyor instructions to use the live non-archived repository set from Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@coderabbitai review |
|
✅ Action performedReview finished.
|
@coderabbitai review |
|
✅ Action performedReview finished.
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 11d08ec167
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai review |
|
✅ Action performedReview finished.
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3e25325ae8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…rows, add REPO-SET-DRIFT digest entry Codex round-3 findings: the roadmap-gap check on the whole live set made org/infra repos permanent strategy-review noise (observed live on the 766th survey: aws + fleet-gitops flagged); the archived reusable-workflows map row false-flagged as drift every run; and the drift warning had no slot in the fixed digest shape.
@coderabbitai review |
|
✅ Action performedReview finished.
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 13d23b45f5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codex review |
|
Codex Review: Didn't find any major issues. Keep it up! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Why
The surveyor's canonical repo list had drifted from the live org: two repos listed under retired names, one archived repo still surveyed, and six live repos missing — so a red
mainon any missing repo could go unnoticed by every scheduled run.What
Updates the list to the current in-scope repo set, marks archived repos as skip-entirely, and names the
AGENTS.mdportfolio map as the source of truth so the two can no longer drift silently.Fixes #2201