get-shit-done-cc 1.3.22 → 1.3.23

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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,6 +22,15 @@ npx get-shit-done-cc
22
22
 
23
23
  That's it. Works on Mac, Windows, and Linux.
24
24
 
25
+ ### Non-interactive Install (Docker, CI, Scripts)
26
+
27
+ ```bash
28
+ npx get-shit-done-cc --global # Install to ~/.claude/
29
+ npx get-shit-done-cc --local # Install to ./.claude/
30
+ ```
31
+
32
+ Use `--global` (`-g`) or `--local` (`-l`) to skip the interactive prompt.
33
+
25
34
  Verify: `/gsd:help`
26
35
 
27
36
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.3.22",
3
+ "version": "1.3.23",
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"