From 7fc38f28c024646161fd9e5ec9197596e6871358 Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Tue, 19 Aug 2025 14:33:35 -0700 Subject: [PATCH] Remove tool restrictions from fix-ci slash commands to allow git operations --- .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 deletions(-) diff --git a/.claude/commands/fix-ci-commit.md b/.claude/commands/fix-ci-commit.md index 9ecf8f4..55bf47a 100644 --- a/.claude/commands/fix-ci-commit.md +++ b/.claude/commands/fix-ci-commit.md @@ -1,6 +1,5 @@ --- description: Fix CI failures and commit changes (for use when branch already exists) -allowed_tools: "Read, Write, Edit, MultiEdit, Bash, Grep, Glob, TodoWrite" --- # Fix CI Failures and Commit diff --git a/.claude/commands/fix-ci.md b/.claude/commands/fix-ci.md index 05f4420..83b21bc 100644 --- a/.claude/commands/fix-ci.md +++ b/.claude/commands/fix-ci.md @@ -1,6 +1,5 @@ --- description: Analyze and fix CI failures by examining logs and making targeted fixes -allowed_tools: "Read, Write, Edit, MultiEdit, Bash, Grep, Glob, TodoWrite" --- # Fix CI Failures diff --git a/slash-commands/fix-ci-commit.md b/slash-commands/fix-ci-commit.md index 9ecf8f4..55bf47a 100644 --- a/slash-commands/fix-ci-commit.md +++ b/slash-commands/fix-ci-commit.md @@ -1,6 +1,5 @@ --- description: Fix CI failures and commit changes (for use when branch already exists) -allowed_tools: "Read, Write, Edit, MultiEdit, Bash, Grep, Glob, TodoWrite" --- # Fix CI Failures and Commit diff --git a/slash-commands/fix-ci.md b/slash-commands/fix-ci.md index 2257c30..f178147 100644 --- a/slash-commands/fix-ci.md +++ b/slash-commands/fix-ci.md @@ -1,6 +1,5 @@ --- description: Analyze and fix CI failures by examining logs and making targeted fixes -allowed_tools: "Read, Write, Edit, MultiEdit, Bash, Grep, Glob, TodoWrite" --- # Fix CI Failures