@ahmed118glitch/get-shit-done-codex 1.18.1 → 1.18.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/README.md CHANGED
@@ -18,23 +18,23 @@ Get Shit Done is a planning-first workflow system for AI coding agents. This rep
18
18
  Prerequisite: Node.js `>=16.7.0`.
19
19
 
20
20
  ```bash
21
- npx github:ahmed118-glitch/get-shit-done-codex
21
+ npx @ahmed118glitch/get-shit-done-codex@latest --path .
22
22
  ```
23
23
 
24
24
  Common examples:
25
25
 
26
26
  ```bash
27
27
  # Install Codex files into the current project directory
28
- npx github:ahmed118-glitch/get-shit-done-codex -- --path .
29
-
30
- # If you ever publish this package to npm:
31
- npx get-shit-done-codex
28
+ npx @ahmed118glitch/get-shit-done-codex@latest --path .
32
29
 
33
30
  # Install into an explicit target folder:
34
- npx github:ahmed118-glitch/get-shit-done-codex -- --path /path/to/project
31
+ npx @ahmed118glitch/get-shit-done-codex@latest --path /path/to/project
35
32
 
36
33
  # Install shared copy under your home directory as well:
37
- npx github:ahmed118-glitch/get-shit-done-codex -- --global
34
+ npx @ahmed118glitch/get-shit-done-codex@latest --global
35
+
36
+ # Run the runtime installer (Claude/OpenCode/Gemini) from this scoped package:
37
+ npx --yes --package=@ahmed118glitch/get-shit-done-codex@latest get-shit-done-cc --help
38
38
  ```
39
39
 
40
40
  ## Runtime Command Surface
@@ -17,9 +17,9 @@ Display the complete GSD command reference. Output ONLY the reference content. D
17
17
 
18
18
  GSD evolves fast. Update periodically:
19
19
 
20
- ```bash
21
- npx get-shit-done-cc@latest
22
- ```
20
+ ```bash
21
+ npx --yes --package=@ahmed118glitch/get-shit-done-codex@latest get-shit-done-cc
22
+ ```
23
23
 
24
24
  ## Core Workflow
25
25
 
@@ -322,7 +322,7 @@ Update GSD to latest version with changelog preview.
322
322
  - Displays changelog entries for versions you've missed
323
323
  - Highlights breaking changes
324
324
  - Confirms before running install
325
- - Better than raw `npx get-shit-done-cc`
325
+ - Better than raw `npx --yes --package=@ahmed118glitch/get-shit-done-codex@latest get-shit-done-cc`
326
326
 
327
327
  Usage: `/gsd:update`
328
328
 
@@ -46,15 +46,15 @@ Proceed to install step (treat as version 0.0.0 for comparison).
46
46
  <step name="check_latest_version">
47
47
  Check npm for latest version:
48
48
 
49
- ```bash
50
- npm view get-shit-done-cc version 2>/dev/null
51
- ```
49
+ ```bash
50
+ npm view @ahmed118glitch/get-shit-done-codex version 2>/dev/null
51
+ ```
52
52
 
53
53
  **If npm check fails:**
54
54
  ```
55
55
  Couldn't check for updates (offline or npm unavailable).
56
56
 
57
- To update manually: `npx get-shit-done-cc --global`
57
+ To update manually: `npx --yes --package=@ahmed118glitch/get-shit-done-codex@latest get-shit-done-cc --global`
58
58
  ```
59
59
 
60
60
  Exit.
@@ -145,14 +145,14 @@ Use AskUserQuestion:
145
145
  Run the update using the install type detected in step 1:
146
146
 
147
147
  **If LOCAL install:**
148
- ```bash
149
- npx get-shit-done-cc --local
150
- ```
148
+ ```bash
149
+ npx --yes --package=@ahmed118glitch/get-shit-done-codex@latest get-shit-done-cc --local
150
+ ```
151
151
 
152
152
  **If GLOBAL install (or unknown):**
153
- ```bash
154
- npx get-shit-done-cc --global
155
- ```
153
+ ```bash
154
+ npx --yes --package=@ahmed118glitch/get-shit-done-codex@latest get-shit-done-cc --global
155
+ ```
156
156
 
157
157
  Capture output. If install fails, show error and exit.
158
158
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahmed118glitch/get-shit-done-codex",
3
- "version": "1.18.1",
3
+ "version": "1.18.2",
4
4
  "description": "Codex-native package for the get-shit-done workflow with native subagent orchestration.",
5
5
  "bin": {
6
6
  "get-shit-done-codex": "bin/install-codex.js",