get-shit-done-cc 1.0.0 → 1.0.1

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 +3 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Get Shit Done
2
2
 
3
- **THE meta-prompting and context engineering system for Claude Code.**
3
+ **A meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.**
4
4
 
5
5
  Vibecoding has a bad reputation. You describe what you want, AI generates code, and you get inconsistent garbage that falls apart at scale.
6
6
 
@@ -161,23 +161,11 @@ Not for people who enjoy inconsistent and sloppy results.
161
161
 
162
162
  ## Installation
163
163
 
164
- Clone the repo and run the installer for your platform:
165
-
166
- **Mac / Linux:**
167
-
168
164
  ```bash
169
- git clone https://github.com/glittercowboy/get-shit-done.git
170
- cd get-shit-done
171
- ./install/mac/install.sh # or ./install/linux/install.sh
165
+ npx get-shit-done-cc
172
166
  ```
173
167
 
174
- **Windows (PowerShell):**
175
-
176
- ```powershell
177
- git clone https://github.com/glittercowboy/get-shit-done.git
178
- cd get-shit-done
179
- powershell -ExecutionPolicy Bypass -File install\windows\install.ps1
180
- ```
168
+ That's it. Works on Mac, Windows, and Linux.
181
169
 
182
170
  Verify: `/gsd:help`
183
171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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": "./bin/install.js"