get-shit-done-cc 1.0.7 → 1.0.8

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.
@@ -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.8",
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"