gsd-opencode 1.33.1 → 1.33.3

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.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: gsd-add-backlog
3
3
  description: Add an idea to the backlog parking lot (999.x numbering)
4
- argument-hint: <description>
4
+ argument-hint: "<description>"
5
5
  permissions:
6
6
  read: true
7
7
  write: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: gsd-add-phase
3
3
  description: Add phase to end of current milestone in roadmap
4
- argument-hint: <description>
4
+ argument-hint: "<description>"
5
5
  permissions:
6
6
  read: true
7
7
  write: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: gsd-add-todo
3
3
  description: Capture idea or task as todo from current conversation context
4
- argument-hint: [optional description]
4
+ argument-hint: "[optional description]"
5
5
  permissions:
6
6
  read: true
7
7
  write: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: gsd-check-todos
3
3
  description: List pending todos and select one to work on
4
- argument-hint: [area filter]
4
+ argument-hint: "[area filter]"
5
5
  permissions:
6
6
  read: true
7
7
  write: true
@@ -2,7 +2,7 @@
2
2
  type: prompt
3
3
  name: gsd-complete-milestone
4
4
  description: Archive completed milestone and prepare for next version
5
- argument-hint: <version>
5
+ argument-hint: "<version>"
6
6
  permissions:
7
7
  read: true
8
8
  write: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: gsd-debug
3
3
  description: Systematic debugging with persistent state across context resets
4
- argument-hint: [--diagnose] [issue description]
4
+ argument-hint: "[--diagnose] [issue description]"
5
5
  permissions:
6
6
  read: true
7
7
  bash: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: gsd-health
3
3
  description: Diagnose planning directory health and optionally repair issues
4
- argument-hint: [--repair]
4
+ argument-hint: "[--repair]"
5
5
  permissions:
6
6
  read: true
7
7
  bash: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: gsd-insert-phase
3
3
  description: Insert urgent work as decimal phase (e.g., 72.1) between existing phases
4
- argument-hint: <after> <description>
4
+ argument-hint: "<after> <description>"
5
5
  permissions:
6
6
  read: true
7
7
  write: true
@@ -8,7 +8,7 @@ permissions:
8
8
  glob: true
9
9
  grep: true
10
10
  question: true
11
- - skill
11
+ skill: true
12
12
  task: true
13
13
  ---
14
14
  <objective>
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: gsd-remove-phase
3
3
  description: Remove a future phase from roadmap and renumber subsequent phases
4
- argument-hint: <phase-number>
4
+ argument-hint: "<phase-number>"
5
5
  permissions:
6
6
  read: true
7
7
  write: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: gsd-set-profile
3
3
  description: Switch model profile for GSD agents (simple/smart/genius/inherit)
4
- argument-hint: <profile (simple|smart|genius|inherit)>
4
+ argument-hint: "<profile (simple|smart|genius|inherit)>"
5
5
  permissions:
6
6
  bash: true
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: gsd-thread
3
3
  description: Manage persistent context threads for cross-session work
4
- argument-hint: [name | description]
4
+ argument-hint: "[name | description]"
5
5
  permissions:
6
6
  read: true
7
7
  write: true
@@ -319,11 +319,7 @@ UI_SPEC_FILE=$(ls "${PHASE_DIR}"/*-UI-SPEC.md 2>/dev/null | head -1)
319
319
  **If `INTERACTIVE` is set:** Dispatch plan as a background agent to keep the main context lean. While plan runs, the workflow can immediately start discussing the next phase (see step 4).
320
320
 
321
321
  ```
322
- Agent(
323
- description="Plan phase ${PHASE_NUM}: ${PHASE_NAME}",
324
- run_in_background=true,
325
- prompt="Run plan-phase for phase ${PHASE_NUM}: skill(skill=\"gsd:plan-phase\", args=\"${PHASE_NUM}\")"
326
- )
322
+ @gsd-plan-phase "Run plan-phase for phase ${PHASE_NUM}: skill(skill=\"gsd-plan-phase\", args=\"${PHASE_NUM}\")"
327
323
  ```
328
324
 
329
325
  Store the agent task_id. After discuss for the next phase completes (or if no next phase), wait for the plan agent to finish before proceeding to execute.
@@ -341,11 +337,7 @@ Verify plan produced output — re-run `init phase-op` and check `has_plans`. If
341
337
  **If `INTERACTIVE` is set:** Wait for the plan agent to complete (if not already), verify plans exist, then dispatch execute as a background agent:
342
338
 
343
339
  ```
344
- Agent(
345
- description="Execute phase ${PHASE_NUM}: ${PHASE_NAME}",
346
- run_in_background=true,
347
- prompt="Run execute-phase for phase ${PHASE_NUM}: skill(skill=\"gsd:execute-phase\", args=\"${PHASE_NUM} --no-transition\")"
348
- )
340
+ @gsd-execute-phase "Run execute-phase for phase ${PHASE_NUM}: skill(skill=\"gsd-execute-phase\", args=\"${PHASE_NUM} --no-transition\")"
349
341
  ```
350
342
 
351
343
  Store the agent task_id. The workflow can now start discussing the next phase while this phase executes in the background. Before starting post-execution routing for this phase, wait for the execute agent to complete.
@@ -93,7 +93,7 @@ For: Choosing between options, new external integration.
93
93
 
94
94
  ```
95
95
  For each library/framework:
96
- - mcp__context7__resolve-library-id
96
+ - mcp__context7__resolve-library-id
97
97
  - mcp__context7__get-library-docs (mode: "code" for API, "info" for concepts)
98
98
  ```
99
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-opencode",
3
- "version": "1.33.1",
3
+ "version": "1.33.3",
4
4
  "description": "GSD-OpenCode distribution manager - install, verify, and maintain your GSD-OpenCode installation",
5
5
  "type": "module",
6
6
  "main": "bin/gsd.js",