gsd-opencode 1.22.0 → 1.22.1

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,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-codebase-mapper
3
3
  description: Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents directly to reduce orchestrator context load.
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  bash: true
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-debugger
3
3
  description: Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd-debug orchestrator.
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  write: true
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-executor
3
3
  description: Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  write: true
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-integration-checker
3
3
  description: Verifies cross-phase integration and E2E flows. Checks that phases connect properly and user workflows complete end-to-end.
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  bash: true
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-nyquist-auditor
3
3
  description: Fills Nyquist validation gaps by generating tests and verifying coverage for phase requirements
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  write: true
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-phase-researcher
3
3
  description: Researches how to implement a phase before planning. Produces RESEARCH.md consumed by gsd-planner. Spawned by /gsd-plan-phase orchestrator.
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  write: true
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-plan-checker
3
3
  description: Verifies plans will achieve phase goal before execution. Goal-backward analysis of plan quality. Spawned by /gsd-plan-phase orchestrator.
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  bash: true
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-planner
3
3
  description: Creates executable phase plans with task breakdown, dependency analysis, and goal-backward verification. Spawned by /gsd-plan-phase orchestrator.
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  write: true
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-project-researcher
3
3
  description: Researches domain ecosystem before roadmap creation. Produces files in .planning/research/ consumed during roadmap creation. Spawned by /gsd-new-project or /gsd-new-milestone orchestrators.
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  write: true
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-research-synthesizer
3
3
  description: Synthesizes research outputs from parallel researcher agents into SUMMARY.md. Spawned by /gsd-new-project after 4 researcher agents complete.
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  write: true
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-roadmapper
3
3
  description: Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd-new-project orchestrator.
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  write: true
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: gsd-verifier
3
3
  description: Verifies phase goal achievement through goal-backward analysis. Checks codebase delivers what phase promised, not just that tasks completed. Creates VERIFICATION.md report.
4
+ mode: subagent
4
5
  tools:
5
6
  read: true
6
7
  write: true
@@ -3,8 +3,11 @@ name: gsd-reapply-patches
3
3
  description: Reapply local modifications after a GSD update
4
4
  permissions: read, write, edit, bash, glob, grep, question
5
5
  ---
6
+
6
7
  <objective>
7
- Reapply previously saved local modifications back into the GSD system after an update. Merge user's customizations with the new upstream versions, handling conflicts appropriately and preserving user modifications while incorporating upstream changes.
8
+ Reapply user's local modifications to files after a GSD update reinstalls clean versions.
9
+
10
+ When GSD performs updates, it backs up user modifications to a patches directory. This command intelligently merges those modifications back into the new file versions, handling cases where both the upstream code and user modifications may have changed.
8
11
  </objective>
9
12
 
10
13
  <purpose>
@@ -6,7 +6,7 @@ permissions:
6
6
  bash: true
7
7
  write: true
8
8
  question: true
9
- command: true
9
+ task: true
10
10
  ---
11
11
 
12
12
  <objective>
@@ -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
 
@@ -196,7 +196,7 @@ Display:
196
196
  These settings apply to future /gsd-plan-phase and /gsd-execute-phase runs.
197
197
 
198
198
  Quick commands:
199
- - /gsd-set-profile <profile> — switch model profile/choose models/choose models/choose models/choose models/choose models/choose models/choose models/choose models
199
+ - /gsd-set-profile <profile> — switch model profile/choose models
200
200
  - /gsd-plan-phase --research — force research
201
201
  - /gsd-plan-phase --skip-research — skip research
202
202
  - /gsd-plan-phase --skip-verify — skip plan check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-opencode",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
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",