From c25340f1ee49d01aada360270d866e7deaf31a89 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 18 Sep 2025 20:17:51 +0800 Subject: [PATCH] clarify: Specify timeout applies to bash commands in intelligent-tools-strategy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Clarify that 20-minute timeout applies specifically to bash() wrapped commands - Add explicit examples of bash command format with gemini-wrapper and codex - Align timeout description with actual usage in workflow-architecture.md - Remove ambiguity about which CLI commands use the default timeout 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .claude/workflows/intelligent-tools-strategy.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.claude/workflows/intelligent-tools-strategy.md b/.claude/workflows/intelligent-tools-strategy.md index 1700fc41..913cd2d0 100644 --- a/.claude/workflows/intelligent-tools-strategy.md +++ b/.claude/workflows/intelligent-tools-strategy.md @@ -24,8 +24,9 @@ type: strategic-guideline 4. **Small task?** → Still use tools - they're faster than manual work ### Core Execution Rules -- **Default Timeout**: CLI commands default execution time = 20 minutes (1200000ms) -- **Apply to All Tools**: Gemini wrapper and Codex executions use this timeout +- **Default Timeout**: Bash commands default execution time = 20 minutes (1200000ms) +- **Apply to All Tools**: All bash() wrapped commands including Gemini wrapper and Codex executions use this timeout +- **Command Examples**: `bash(~/.claude/scripts/gemini-wrapper -p "prompt")`, `bash(codex --full-auto exec "task")` - **Override When Needed**: Specify custom timeout for longer operations ## 🎯 Universal Command Template