From 4a40e4252f2eb1f477770ad6623d9e2e845fbbb3 Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Tue, 19 Aug 2025 14:59:54 -0700 Subject: [PATCH] Set allowed_tools to '*' to allow all tools for CI fix commands --- .claude/commands/fix-ci-commit.md | 1 + .claude/commands/fix-ci.md | 1 + slash-commands/fix-ci-commit.md | 1 + slash-commands/fix-ci.md | 1 + 4 files changed, 4 insertions(+) diff --git a/.claude/commands/fix-ci-commit.md b/.claude/commands/fix-ci-commit.md index 55bf47a..82b8064 100644 --- a/.claude/commands/fix-ci-commit.md +++ b/.claude/commands/fix-ci-commit.md @@ -1,5 +1,6 @@ --- description: Fix CI failures and commit changes (for use when branch already exists) +allowed_tools: "*" --- # Fix CI Failures and Commit diff --git a/.claude/commands/fix-ci.md b/.claude/commands/fix-ci.md index 83b21bc..97b0d0d 100644 --- a/.claude/commands/fix-ci.md +++ b/.claude/commands/fix-ci.md @@ -1,5 +1,6 @@ --- description: Analyze and fix CI failures by examining logs and making targeted fixes +allowed_tools: "*" --- # Fix CI Failures diff --git a/slash-commands/fix-ci-commit.md b/slash-commands/fix-ci-commit.md index 55bf47a..82b8064 100644 --- a/slash-commands/fix-ci-commit.md +++ b/slash-commands/fix-ci-commit.md @@ -1,5 +1,6 @@ --- description: Fix CI failures and commit changes (for use when branch already exists) +allowed_tools: "*" --- # Fix CI Failures and Commit diff --git a/slash-commands/fix-ci.md b/slash-commands/fix-ci.md index f178147..2fbaa8b 100644 --- a/slash-commands/fix-ci.md +++ b/slash-commands/fix-ci.md @@ -1,5 +1,6 @@ --- description: Analyze and fix CI failures by examining logs and making targeted fixes +allowed_tools: "*" --- # Fix CI Failures