get-shit-done-cc 1.0.7 → 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>
@@ -1118,6 +1118,7 @@ NEVER use:
1118
1118
  **1. Stage planning artifacts:**
1119
1119
 
1120
1120
  ```bash
1121
+ git add .planning/phases/XX-name/{phase}-{plan}-PLAN.md
1121
1122
  git add .planning/phases/XX-name/{phase}-{plan}-SUMMARY.md
1122
1123
  git add .planning/STATE.md
1123
1124
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.0.7",
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"