gsd-opencode 1.33.2 → 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
@@ -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.2",
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",