ci: pass base-action tool restrictions through claude_args - #1552
Open
fallintoplace wants to merge 1 commit into
Open
ci: pass base-action tool restrictions through claude_args#1552fallintoplace wants to merge 1 commit into
fallintoplace wants to merge 1 commit into
Conversation
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.
Summary
Three repository integration steps still pass
allowed_tools: "LS,Read"to./base-action, even though that input was removed during the v1 simplification. The current metadata only forwardsclaude_argsthroughINPUT_CLAUDE_ARGS.GitHub Actions can warn about the unexpected input and continue, so these workflows may stay green while running without the tool restriction they claim to test.
Change
Replace the unsupported input with the equivalent current configuration:
This updates:
The patch is limited to those three input lines.
Verification
base-action/action.ymlforwardsclaude_argstoINPUT_CLAUDE_ARGS.bun test base-action/test/parse-shell-args.test.ts test/modes/parse-tools.test.ts: 26 pass, 0 failbunx prettier --check .github/workflows/test-base-action.yml .github/workflows/test-custom-executables.yml: cleangit diff --check: clean