In v0.10.2, the review reusable's claude-args default REPLACED --allowedTools "mcp__github_inline_comment__create_inline_comment" with --allowedTools "Bash(gh pr diff:*)", while the security reusable's default ADDED the Bash grant alongside the inline-comment tool ("mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*)").
Consequence: consumers inheriting defaults (all of them — claude-args is not caller-passable; allowedInputs excludes it) now have a review lane that cannot post inline comments while the security lane still can. If the asymmetry is intentional per the #355 decision, close this with a pointer; if not, the review lane default likely wants the inline-comment tool restored alongside the Bash grant.
Observed by the fresh-context merge verifier on melodic-software/claude-code-plugins#1990 during the fleet repin (sandbox, standards, and claude-code-plugins callers all inherit this now).
In v0.10.2, the review reusable's
claude-argsdefault REPLACED--allowedTools "mcp__github_inline_comment__create_inline_comment"with--allowedTools "Bash(gh pr diff:*)", while the security reusable's default ADDED the Bash grant alongside the inline-comment tool ("mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*)").Consequence: consumers inheriting defaults (all of them —
claude-argsis not caller-passable;allowedInputsexcludes it) now have a review lane that cannot post inline comments while the security lane still can. If the asymmetry is intentional per the #355 decision, close this with a pointer; if not, the review lane default likely wants the inline-comment tool restored alongside the Bash grant.Observed by the fresh-context merge verifier on melodic-software/claude-code-plugins#1990 during the fleet repin (sandbox, standards, and claude-code-plugins callers all inherit this now).