mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
fix: Remove comment on timeout value for CLI execution
This commit is contained in:
@@ -455,7 +455,7 @@ Complexity: ${planObject.complexity}
|
|||||||
// Launch CLI in foreground (NOT background)
|
// Launch CLI in foreground (NOT background)
|
||||||
bash_result = Bash(
|
bash_result = Bash(
|
||||||
command=cli_command,
|
command=cli_command,
|
||||||
timeout=6000000 // 10 minutes
|
timeout=6000000
|
||||||
)
|
)
|
||||||
|
|
||||||
// Update TodoWrite when execution completes
|
// Update TodoWrite when execution completes
|
||||||
|
|||||||
Reference in New Issue
Block a user