ci: replace review plugin with a direct review prompt - #19
Open
mhusbynflow wants to merge 1 commit into
Open
Conversation
Mirror of the flow-api change. The code-review plugin never posts inside claude-code-action (it publishes via 'gh pr comment', which the action's tool sandbox denies). Give the action a direct review prompt that posts via its native inline-comment tool (allowlisted through claude_args), leading with this team's priorities and staying silent on a clean PR. Co-Authored-By: Claude Fable 5 <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.
Mirror of the validated flow-api change (goodwright/flow-api#247/#249).
The
code-reviewplugin never posts insideclaude-code-action— it publishes viagh pr comment, which the action's tool sandbox denies. This gives the action a direct review prompt posting via its native inline-comment tool (mcp__github_inline_comment__create_inline_comment, allowlisted inclaude_args), leading with our priorities (make invalid states unrepresentable, tests, encapsulation, domain types, reuse, simplicity) with CLAUDE.md as the rubric — and staying silent on a clean PR.Takes effect once merged (the action won't run when a PR edits its own workflow). I'll validate after merge.