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.
- package/README.md +3 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Get Shit Done
|
|
2
2
|
|
|
3
|
-
**
|
|
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
|
-
|
|
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
|
-
|
|
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