gsd-codex-cli 1.20.9 → 1.20.10

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.
@@ -30,12 +30,6 @@ Add phase to end of current milestone in roadmap
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse <description> from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Capture idea or task as todo from current conversation context
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse [optional description] from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Audit milestone completion against original intent before archiving
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse "[version]" from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ List pending todos and select one to work on
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse [area filter] from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Archive completed milestone and prepare for next version
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse <version> from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Systematic debugging with persistent state across context resets
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse [issue description] from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Gather phase context through adaptive questioning before planning
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse "<phase>" from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -1,8 +1,12 @@
1
- ---
2
- description: Diagnose Codex+Claude GSD installation (engine, prompts, versions)
3
- argument-hint: [none]
4
- ---## Objective
5
- Diagnose whether this project is set up to run GSD prompts in Codex while remaining compatible with Claude workflows on the same `.planning/` milestone/phases.
1
+ ---
2
+ description: Diagnose Codex+Claude GSD installation (engine, prompts, versions)
3
+ argument-hint: [none]
4
+ ---
5
+
6
+ $ARGUMENTS
7
+
8
+ ## Objective
9
+ Diagnose whether this project is set up to run GSD prompts in Codex while remaining compatible with Claude workflows on the same `.planning/` milestone/phases.
6
10
 
7
11
  ## Compatibility
8
12
  - Use .codex/skills/get-shit-done-codex semantics.
@@ -24,13 +28,15 @@ Run these checks and then present a compact table: `check | status | details | f
24
28
  - `.claude/get-shit-done/bin/gsd-tools.cjs` OR `.claude/get-shit-done/bin/gsd-tools.js`
25
29
  - If only `gsd-tools.test.js` exists, treat engine as missing/incomplete.
26
30
 
27
- ### Project state
28
- - `.planning/` exists (if missing, user hasn’t initialized a project).
29
-
30
- ### Update availability (best-effort)
31
- - Latest Codex fork version (do not fail if offline):
32
- - `npm view gsd-codex-cli version`
33
- - If installed Codex fork version is known and differs from latest, surface:
31
+ ### Project state
32
+ - `.planning/` exists (if missing, user hasn’t initialized a project).
33
+
34
+ ## Update check
35
+ - Best-effort only; do not fail if offline.
36
+ ### Update availability (best-effort)
37
+ - Latest Codex fork version (do not fail if offline):
38
+ - `npm view gsd-codex-cli version`
39
+ - If installed Codex fork version is known and differs from latest, surface:
34
40
  - `Update available: {installed} -> {latest}`
35
41
  - Next: `gsd-update` (Codex) / `/gsd:update` (Claude) or re-run `npx gsd-codex-cli@latest`.
36
42
 
@@ -30,12 +30,6 @@ Show available GSD commands and usage guide
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. No positional argument is required. Read flags from command text if present.
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Insert urgent work as decimal phase (for example 72.1) between existing phases
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse <after> <description> from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Surface Claude's assumptions about a phase approach before planning
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse "[phase]" from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Analyze codebase with parallel mapper agents to produce .planning/codebase/ docu
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse "[optional: specific area to map, for example api or auth]" from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Start a new milestone cycle — update PROJECT.md and route to requirements
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse "[milestone name, for example v1.1 Notifications]" from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Initialize a new project with deep context gathering and PROJECT.md
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse "[--auto]" from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Create context handoff when pausing work mid-phase
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. No positional argument is required. Read flags from command text if present.
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Create phases to close all gaps identified by milestone audit
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. No positional argument is required. Read flags from command text if present.
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Create detailed execution plan for a phase (PLAN.md) with verification loop
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse "[phase] [--research] [--skip-research] [--gaps] [--skip-verify]" from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Check project progress, show context, and route to next action
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. No positional argument is required. Read flags from command text if present.
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Execute a quick task with GSD guarantees (atomic commits, state tracking) but sk
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. No positional argument is required. Read flags from command text if present.
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Remove a future phase from roadmap and renumber subsequent phases
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse <phase-number> from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Research how to implement a phase (standalone - usually use plan-phase instead)
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse "[phase]" from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Resume work from previous session with full context restoration
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. No positional argument is required. Read flags from command text if present.
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Switch model profile for GSD agents (quality/balanced/budget)
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse <profile> from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Configure GSD workflow toggles and model profile
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. No positional argument is required. Read flags from command text if present.
41
35
  2. Run init:
@@ -30,12 +30,6 @@ Validate built features through conversational UAT
30
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
31
31
  - Do not advance workflow steps until wait and close complete.
32
32
 
33
- ## Update check
34
- - Best-effort only; do not fail if offline.
35
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
36
- - Check latest published version with `npm view gsd-codex-cli version`.
37
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
38
-
39
33
  ## Execution
40
34
  1. Parse "[phase number, for example 4]" from command argument text or the latest user message (natural language allowed).
41
35
  2. Run init:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-codex-cli",
3
- "version": "1.20.9",
3
+ "version": "1.20.10",
4
4
  "description": "Codex-native package for the get-shit-done workflow with native subagent orchestration.",
5
5
  "bin": {
6
6
  "gsd-codex-cli": "bin/install-codex.js",