diff --git a/.claude/commands/workflow/lite-execute.md b/.claude/commands/workflow/lite-execute.md index b3cb44df..6c9f6cbc 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=600000 // 10 minutes + timeout=6000000 // 10 minutes ) // Update TodoWrite when execution completes