From d33c69cf4dc840cdf9548af7f8eaa11ce396313b Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 4 Oct 2025 20:11:44 +0800 Subject: [PATCH] fix: Remove timeout parameters from command examples in intelligent-tools-strategy.md --- .claude/workflows/intelligent-tools-strategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/workflows/intelligent-tools-strategy.md b/.claude/workflows/intelligent-tools-strategy.md index daea9f86..b9c5a2ce 100644 --- a/.claude/workflows/intelligent-tools-strategy.md +++ b/.claude/workflows/intelligent-tools-strategy.md @@ -34,7 +34,7 @@ type: strategic-guideline - Complex tasks (implementation, migration): 60-120min (3600000-7200000ms) - **Codex Multiplier**: Codex commands use 1.5x of allocated time - **Apply to All Tools**: All bash() wrapped commands including Gemini, Qwen wrapper and Codex executions -- **Command Examples**: `bash(~/.claude/scripts/gemini-wrapper -p "prompt", timeout: 2400000)`, `bash(codex -C directory --full-auto exec "task", timeout: 5400000)` +- **Command Examples**: `bash(~/.claude/scripts/gemini-wrapper -p "prompt")`, `bash(codex -C directory --full-auto exec "task")` - **Auto-detect**: Analyze PURPOSE and TASK fields to determine appropriate timeout ### Permission Framework