ci: drop the remaining Claude workflows - #60
Merged
Conversation
Member
Author
|
Correction pushed. The first commit listed a |
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.
Follow-up to #59, which removed
claude-review.ymlafter establishing that the credential behind it no longer buys a model call: the run initialised and ended in under two seconds withis_error: true,num_turns: 1,total_cost_usd: 0and an emptymodelUsage.The other five authenticate with the same token. They raise no pull request checks because they trigger on issues, comments and manual dispatch, so nothing has been red — they would simply fail the first time anyone triggered them. This removes
claude-agent-teams-implement.yml,claude-agent-teams-research.yml,claude-mentions.yml,claude-pm.ymlandclaude-triage.yml.Everything under
.claude/stays. The rules, skills, commands, agent definitions andCLAUDE.mdare for local Claude Code sessions and never needed CI or a repository secret.CONTRIBUTING.mdstill points at.claude/rules/and that link still works.Two files described the workflows that are going, so they are corrected rather than left dangling: the CI section of
.claude/agent-teams-ai-setup.mdnow says what actually remains in.github/workflows/and why the rest went, and the DevOps prompt inside.claude/mr-review-team.jsonno longer advertises removed workflows or the Agent Teams CI settings that went with them. The JSON still parses.If the token is refreshed later, these workflows are a
git revertaway — but they were written for a repository layout that is not this one (the reviewer routing in the removedclaude-review.ymlkeyed onlibs/python/,frontend/andapps/), so rewriting beats restoring.