create-claude-workspace 1.1.67 → 1.1.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -138,7 +138,7 @@ Options:
|
|
|
138
138
|
--delay <ms> Pause between tasks (default: 5000)
|
|
139
139
|
--cooldown <ms> Wait after error (default: 60000)
|
|
140
140
|
--process-timeout <ms> Max wall-clock time per invocation (default: 7200000 = 2h)
|
|
141
|
-
--activity-timeout <ms> Max silence before kill (default:
|
|
141
|
+
--activity-timeout <ms> Max silence before kill (default: 900000 = 15min)
|
|
142
142
|
--post-result-timeout <ms> Max wait after result (default: 30000 = 30s)
|
|
143
143
|
--project-dir <path> Project directory (default: cwd)
|
|
144
144
|
--skip-permissions Run with --dangerously-skip-permissions
|