get-shit-done-cc 1.4.0 → 1.4.1
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.
|
@@ -259,10 +259,10 @@ Use AskUserQuestion:
|
|
|
259
259
|
- header: "Parallelization"
|
|
260
260
|
- question: "Enable parallel phase execution?"
|
|
261
261
|
- options:
|
|
262
|
-
- "
|
|
263
|
-
- "
|
|
262
|
+
- "Disabled" — Execute plans sequentially (Recommended)
|
|
263
|
+
- "Enabled" — Run independent plans in parallel (experimental, may not yield best results)
|
|
264
264
|
|
|
265
|
-
**Parallelization
|
|
265
|
+
**Parallelization is experimental.** When enabled, `/gsd:execute-phase` spawns multiple agents for independent plans. Still being refined—sequential execution is more reliable. Can be changed later in config.json.
|
|
266
266
|
|
|
267
267
|
</step>
|
|
268
268
|
|
package/package.json
CHANGED