gsd-cc 0.3.1 → 0.3.2
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 +1 -1
- package/skills/gsd/SKILL.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gsd-cc",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
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",
|
package/skills/gsd/SKILL.md
CHANGED
|
@@ -50,8 +50,8 @@ IF .gsd/auto.lock exists:
|
|
|
50
50
|
### No Project
|
|
51
51
|
```
|
|
52
52
|
IF .gsd/ does not exist:
|
|
53
|
-
→
|
|
54
|
-
|
|
53
|
+
→ Delegate to /gsd-cc-seed immediately. Do NOT ask your own question first.
|
|
54
|
+
Seed handles the welcome message, language selection, and first question.
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
### Ideation Done, No Roadmap
|