get-shit-done-cc 1.0.8 → 1.0.9

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.
@@ -36,6 +36,9 @@ Phase number: $ARGUMENTS (optional - auto-detects next unplanned phase if not pr
36
36
 
37
37
  **Load roadmap:**
38
38
  @.planning/ROADMAP.md
39
+
40
+ **Load phase context if exists (created by /gsd:discuss-phase):**
41
+ Check for and read `.planning/phases/XX-name/{phase}-CONTEXT.md` - contains research findings, clarifications, and decisions from phase discussion.
39
42
  </context>
40
43
 
41
44
  <process>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
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"