get-shit-done-cc 1.3.2 → 1.3.3

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.
@@ -30,7 +30,7 @@ Creates `.planning/` with PROJECT.md and config.json.
30
30
 
31
31
  1. **Abort if project exists:**
32
32
  ```bash
33
- [ -d .planning ] && echo "ERROR: Project already initialized. Use /gsd:progress" && exit 1
33
+ [ -f .planning/PROJECT.md ] && echo "ERROR: Project already initialized. Use /gsd:progress" && exit 1
34
34
  ```
35
35
 
36
36
  2. **Initialize git repo in THIS directory** (required even if inside a parent repo):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
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"