gsd-cc 0.7.0 → 0.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-cc",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Get Shit Done on Claude Code — structured AI development with your Max plan",
5
5
  "author": "Philipp Briese (https://github.com/0ui-labs)",
6
6
  "homepage": "https://github.com/0ui-labs/GSD-CC#readme",
@@ -76,7 +76,24 @@ IF M*-ROADMAP.md exists AND there are slices without a S*-PLAN.md:
76
76
  ### Plan Ready, Not Executed
77
77
  ```
78
78
  IF S*-PLAN.md exists for current slice AND no T*-SUMMARY.md files for it:
79
- "S{nn} is planned with {n} tasks. Execute manually or auto?"
79
+ Present the execution mode choice with a clear explanation:
80
+
81
+ "S{nn} is planned with {n} tasks. How do you want to execute?
82
+
83
+ Manual mode:
84
+ You work through each task one by one, each in a fresh session.
85
+ After each task you can review the code, run tests, and decide
86
+ whether to continue. More control, but you need to be present.
87
+
88
+ Auto mode:
89
+ Claude runs all tasks autonomously in the background via claude -p.
90
+ Each task gets a fresh context window. UNIFY runs automatically
91
+ when all tasks are done. You can walk away and come back later.
92
+ Runs on your Max Plan — no extra API costs.
93
+ Downside: you can't intervene between tasks.
94
+
95
+ manual or auto?"
96
+
80
97
  → "manual" → delegate to /gsd-cc-apply
81
98
  → "auto" → delegate to /gsd-cc-auto
82
99
  ```