gsd-codex-cli 1.20.7 → 1.20.8

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.
@@ -18,6 +18,8 @@ Add phase to end of current milestone in roadmap
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Add phase to end of current milestone in roadmap
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse <description> from the user input.
38
+ 1. Parse <description> from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init phase-op "0" --raw
39
41
 
@@ -18,6 +18,8 @@ Capture idea or task as todo from current conversation context
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Capture idea or task as todo from current conversation context
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse [optional description] from the user input.
38
+ 1. Parse [optional description] from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init todos [argument] --raw
39
41
 
@@ -18,6 +18,8 @@ Audit milestone completion against original intent before archiving
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Audit milestone completion against original intent before archiving
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse "[version]" from the user input.
38
+ 1. Parse "[version]" from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init milestone-op --raw
39
41
 
@@ -18,6 +18,8 @@ List pending todos and select one to work on
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ List pending todos and select one to work on
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse [area filter] from the user input.
38
+ 1. Parse [area filter] from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init todos [argument] --raw
39
41
 
@@ -18,6 +18,8 @@ Archive completed milestone and prepare for next version
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Archive completed milestone and prepare for next version
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse <version> from the user input.
38
+ 1. Parse <version> from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init execute-phase "1" --raw
39
41
 
@@ -18,6 +18,8 @@ Systematic debugging with persistent state across context resets
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Systematic debugging with persistent state across context resets
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse [issue description] from the user input.
38
+ 1. Parse [issue description] from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> state load --raw
39
41
 
@@ -18,6 +18,8 @@ Gather phase context through adaptive questioning before planning
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Gather phase context through adaptive questioning before planning
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse "<phase>" from the user input.
38
+ 1. Parse "<phase>" from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init phase-op [argument] --raw
39
41
 
@@ -13,42 +13,49 @@ Execute all plans in a phase with wave-based parallelization
13
13
  - Use one of these engine paths (prefer local, fallback global):
14
14
  node .claude/get-shit-done/bin/gsd-tools.js ...
15
15
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
- - If `.js` is unavailable, use the same path with `.cjs`.
17
- - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
- - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
- - No jq / bash-only constructs.
16
+ - If `.js` is unavailable, use the same path with `.cjs`.
17
+ - Run engine commands through PowerShell.
18
+ - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
+ - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
+ - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
- ## Subagent lifecycle (required)
23
-
24
- - Translate each upstream `Task(...)` into `spawn_agent` -> `wait` -> `close_agent`.
25
- - Spawn only when the upstream workflow defines an agent role.
26
- - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
27
- - Do not advance workflow steps until wait and close complete.
28
-
29
- ## Input contract
30
- - The command argument is authoritative.
31
- - If user runs `gsd-execute-phase 28`, execute phase `28`. Do not auto-discover a different phase.
32
- - Parse flags only from the same argument string (`--gaps-only`, `--auto`).
33
- - If phase argument is missing or invalid, stop and ask for a valid phase number.
34
-
35
- ## Execution
36
- 1. Parse "<phase-number> [--gaps-only] [--auto]" from the command argument string.
37
- 2. Treat parsed phase as the execution target and keep it unchanged for all downstream steps.
38
- 3. Run init with the parsed phase:
39
- node <gsd-tools-path> init execute-phase <phase> --raw
40
- 4. If `--gaps-only` is present, apply gap-closure filtering exactly as defined in the upstream workflow.
41
- 5. If `--auto` is present, preserve auto-advance behavior from the upstream workflow.
42
- 6. Load .claude/get-shit-done/workflows/execute-phase.md and execute it step-by-step.
43
- 7. Translate each Task(...) in workflow into:
44
- - spawn_agent with the matching role file context from .claude/agents/.
45
- - wait for each spawned agent and apply returned output before moving forward.
46
- 8. Preserve all gates and routing from upstream workflow.
47
- 9. Preserve commit behavior using
48
- node <gsd-tools-path> commit "message" --files ....
49
- 10. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
50
-
51
- ## Completion output
52
- - Summarize key artifacts created/updated.
53
- - Next recommended command: `gsd-verify-work <phase>` (Codex) / `/gsd:verify-work <phase>` (Claude)
54
- - Never recommend internal `node ... gsd-tools ...` commands to the user.
24
+ ## Subagent lifecycle (required)
25
+
26
+ - Translate each upstream `Task(...)` into `spawn_agent` -> `wait` -> `close_agent`.
27
+ - Spawn only when the upstream workflow defines an agent role.
28
+ - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
+ - Do not advance workflow steps until wait and close complete.
30
+
31
+ ## Input contract
32
+ - The command argument is authoritative.
33
+ - If user runs `gsd-execute-phase 28`, execute phase `28`. Do not auto-discover a different phase.
34
+ - Parse phase from either:
35
+ - the explicit command argument tail, or
36
+ - the latest user message (for example: "execute phase 28").
37
+ - Accept first token matching `^\d+(\.\d+)?$` as the phase number.
38
+ - Parse flags `--gaps-only` and `--auto` from the same input text when present.
39
+ - Do not claim "phase missing" when the latest user input already contains a valid phase token.
40
+ - Only ask for input if no valid phase token is found anywhere in the latest user request.
41
+
42
+ ## Execution
43
+ 1. Parse "<phase-number> [--gaps-only] [--auto]" from command argument text, or extract from the latest user message.
44
+ 2. Treat parsed phase as the execution target and keep it unchanged for all downstream steps.
45
+ 3. Run init with the parsed phase:
46
+ node <gsd-tools-path> init execute-phase <phase> --raw
47
+ 4. If `--gaps-only` is present, apply gap-closure filtering exactly as defined in the upstream workflow.
48
+ 5. If `--auto` is present, preserve auto-advance behavior from the upstream workflow.
49
+ 6. Load .claude/get-shit-done/workflows/execute-phase.md and execute it step-by-step.
50
+ 7. Translate each Task(...) in workflow into:
51
+ - spawn_agent with the matching role file context from .claude/agents/.
52
+ - wait for each spawned agent and apply returned output before moving forward.
53
+ 8. Preserve all gates and routing from upstream workflow.
54
+ 9. Preserve commit behavior using
55
+ node <gsd-tools-path> commit "message" --files ....
56
+ 10. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
57
+
58
+ ## Completion output
59
+ - Summarize key artifacts created/updated.
60
+ - Next recommended command: `gsd-verify-work <phase>` (Codex) / `/gsd:verify-work <phase>` (Claude)
61
+ - Never recommend internal `node ... gsd-tools ...` commands to the user.
@@ -18,6 +18,8 @@ Show available GSD commands and usage guide
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Show available GSD commands and usage guide
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse [none] from the user input.
38
+ 1. No positional argument is required. Read flags from command text if present.
37
39
  2. Run init:
38
40
  # No explicit init.
39
41
 
@@ -18,6 +18,8 @@ Insert urgent work as decimal phase (for example 72.1) between existing phases
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Insert urgent work as decimal phase (for example 72.1) between existing phases
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse <after> <description> from the user input.
38
+ 1. Parse <after> <description> from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init phase-op [after-phase] --raw
39
41
 
@@ -18,6 +18,8 @@ Surface Claude's assumptions about a phase approach before planning
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Surface Claude's assumptions about a phase approach before planning
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse "[phase]" from the user input.
38
+ 1. Parse "[phase]" from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init phase-op [argument] --raw
39
41
 
@@ -18,6 +18,8 @@ Analyze codebase with parallel mapper agents to produce .planning/codebase/ docu
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Analyze codebase with parallel mapper agents to produce .planning/codebase/ docu
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse "[optional: specific area to map, for example api or auth]" from the user input.
38
+ 1. Parse "[optional: specific area to map, for example api or auth]" from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init map-codebase --raw
39
41
 
@@ -18,6 +18,8 @@ Start a new milestone cycle — update PROJECT.md and route to requirements
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Start a new milestone cycle — update PROJECT.md and route to requirements
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse "[milestone name, for example v1.1 Notifications]" from the user input.
38
+ 1. Parse "[milestone name, for example v1.1 Notifications]" from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init new-milestone --raw
39
41
 
@@ -18,6 +18,8 @@ Initialize a new project with deep context gathering and PROJECT.md
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Initialize a new project with deep context gathering and PROJECT.md
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse "[--auto]" from the user input.
38
+ 1. Parse "[--auto]" from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init new-project --raw
39
41
 
@@ -18,6 +18,8 @@ Create context handoff when pausing work mid-phase
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Create context handoff when pausing work mid-phase
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse [none] from the user input.
38
+ 1. No positional argument is required. Read flags from command text if present.
37
39
  2. Run init:
38
40
  node <gsd-tools-path> state load --raw
39
41
 
@@ -18,6 +18,8 @@ Create phases to close all gaps identified by milestone audit
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Create phases to close all gaps identified by milestone audit
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse [none] from the user input.
38
+ 1. No positional argument is required. Read flags from command text if present.
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init milestone-op --raw
39
41
 
@@ -18,6 +18,8 @@ Create detailed execution plan for a phase (PLAN.md) with verification loop
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Create detailed execution plan for a phase (PLAN.md) with verification loop
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse "[phase] [--research] [--skip-research] [--gaps] [--skip-verify]" from the user input.
38
+ 1. Parse "[phase] [--research] [--skip-research] [--gaps] [--skip-verify]" from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init plan-phase [phase] --include state,roadmap,requirements,context,research,verification,uat --raw
39
41
 
@@ -18,6 +18,8 @@ Check project progress, show context, and route to next action
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Check project progress, show context, and route to next action
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse [none] from the user input.
38
+ 1. No positional argument is required. Read flags from command text if present.
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init progress --include state,roadmap,project,config --raw
39
41
 
@@ -18,6 +18,8 @@ Execute a quick task with GSD guarantees (atomic commits, state tracking) but sk
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Execute a quick task with GSD guarantees (atomic commits, state tracking) but sk
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse [none] from the user input.
38
+ 1. No positional argument is required. Read flags from command text if present.
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init quick "[argument]" --raw
39
41
 
@@ -18,6 +18,8 @@ Remove a future phase from roadmap and renumber subsequent phases
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Remove a future phase from roadmap and renumber subsequent phases
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse <phase-number> from the user input.
38
+ 1. Parse <phase-number> from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init phase-op [argument] --raw
39
41
 
@@ -18,6 +18,8 @@ Research how to implement a phase (standalone - usually use plan-phase instead)
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Research how to implement a phase (standalone - usually use plan-phase instead)
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse "[phase]" from the user input.
38
+ 1. Parse "[phase]" from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init phase-op [argument] --raw
39
41
 
@@ -18,6 +18,8 @@ Resume work from previous session with full context restoration
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Resume work from previous session with full context restoration
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse [none] from the user input.
38
+ 1. No positional argument is required. Read flags from command text if present.
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init resume --raw
39
41
 
@@ -18,6 +18,8 @@ Switch model profile for GSD agents (quality/balanced/budget)
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Switch model profile for GSD agents (quality/balanced/budget)
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse <profile> from the user input.
38
+ 1. Parse <profile> from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> state load --raw
39
41
 
@@ -18,6 +18,8 @@ Configure GSD workflow toggles and model profile
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Configure GSD workflow toggles and model profile
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse [none] from the user input.
38
+ 1. No positional argument is required. Read flags from command text if present.
37
39
  2. Run init:
38
40
  node <gsd-tools-path> config-ensure-section --raw
39
41
 
@@ -18,6 +18,8 @@ Update GSD to latest version with changelog display
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Update GSD to latest version with changelog display
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse [none] from the user input.
38
+ 1. No positional argument is required. Read flags from command text if present.
37
39
  2. Run init:
38
40
  # No explicit init.
39
41
 
@@ -18,6 +18,8 @@ Validate built features through conversational UAT
18
18
  - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
19
19
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
20
  - No jq / bash-only constructs.
21
+ - Accept natural-language command input; do not require an exact literal argument template.
22
+ - If a required argument is still missing after extraction, ask one concise clarification question.
21
23
 
22
24
  ## Subagent lifecycle (required)
23
25
 
@@ -33,7 +35,7 @@ Validate built features through conversational UAT
33
35
  - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
34
36
 
35
37
  ## Execution
36
- 1. Parse "[phase number, for example 4]" from the user input.
38
+ 1. Parse "[phase number, for example 4]" from command argument text or the latest user message (natural language allowed).
37
39
  2. Run init:
38
40
  node <gsd-tools-path> init verify-work [phase] --raw
39
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-codex-cli",
3
- "version": "1.20.7",
3
+ "version": "1.20.8",
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",