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
- - "Enabled" — Run independent plans in parallel (Recommended)
263
- - "Disabled" — Execute plans sequentially
262
+ - "Disabled" — Execute plans sequentially (Recommended)
263
+ - "Enabled" — Run independent plans in parallel (experimental, may not yield best results)
264
264
 
265
- **Parallelization allows `/gsd:execute-phase` to spawn multiple agents for independent plans.** Useful for "walk away, come back to completed work" execution. Can be changed later in config.json.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.",
5
5
  "bin": {
6
6
  "get-shit-done-cc": "bin/install.js"