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.
- package/agents/gsd-codebase-mapper.md +1 -0
- package/agents/gsd-debugger.md +1 -0
- package/agents/gsd-executor.md +1 -0
- package/agents/gsd-integration-checker.md +1 -0
- package/agents/gsd-nyquist-auditor.md +1 -0
- package/agents/gsd-phase-researcher.md +1 -0
- package/agents/gsd-plan-checker.md +1 -0
- package/agents/gsd-planner.md +1 -0
- package/agents/gsd-project-researcher.md +1 -0
- package/agents/gsd-research-synthesizer.md +1 -0
- package/agents/gsd-roadmapper.md +1 -0
- package/agents/gsd-verifier.md +1 -0
- package/commands/gsd/gsd-reapply-patches.md +4 -1
- package/commands/gsd/gsd-resume-work.md +1 -1
- package/get-shit-done/workflows/discovery-phase.md +1 -1
- package/get-shit-done/workflows/settings.md +1 -1
- package/package.json +1 -1
|
@@ -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
|
package/agents/gsd-debugger.md
CHANGED
package/agents/gsd-executor.md
CHANGED
package/agents/gsd-planner.md
CHANGED
|
@@ -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
|
package/agents/gsd-roadmapper.md
CHANGED
package/agents/gsd-verifier.md
CHANGED
|
@@ -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
|
|
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>
|
|
@@ -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
|
|
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
|