From c862ac225bce2abbc62f39dd6fa2d6a6dbe5a869 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Wed, 26 Nov 2025 16:04:52 +0800 Subject: [PATCH] fix: Remove comment on timeout value for CLI execution --- .claude/commands/workflow/lite-execute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/commands/workflow/lite-execute.md b/.claude/commands/workflow/lite-execute.md index 6c9f6cbc..a4893aa8 100644 --- a/.claude/commands/workflow/lite-execute.md +++ b/.claude/commands/workflow/lite-execute.md @@ -455,7 +455,7 @@ Complexity: ${planObject.complexity} // Launch CLI in foreground (NOT background) bash_result = Bash( command=cli_command, - timeout=6000000 // 10 minutes + timeout=6000000 ) // Update TodoWrite when execution completes