gsd-opencode 1.20.0 → 1.20.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-executor.md +1 -1
- package/agents/gsd-phase-researcher.md +1 -1
- package/agents/gsd-plan-checker.md +1 -1
- package/agents/gsd-planner.md +1 -1
- package/get-shit-done/templates/codebase/structure.md +1 -1
- package/get-shit-done/workflows/execute-phase.md +1 -1
- package/get-shit-done/workflows/plan-phase.md +3 -3
- package/get-shit-done/workflows/quick.md +2 -2
- package/get-shit-done/workflows/update.md +1 -1
- package/package.json +1 -1
package/agents/gsd-executor.md
CHANGED
|
@@ -25,7 +25,7 @@ If the prompt contains a `<files_to_read>` block, you MUST use the `read` tool t
|
|
|
25
25
|
<project_context>
|
|
26
26
|
Before executing, discover project context:
|
|
27
27
|
|
|
28
|
-
**Project instructions:** read `./
|
|
28
|
+
**Project instructions:** read `./AGENTS.md` if it exists in the working directory. Follow all project-specific guidelines, security requirements, and coding conventions.
|
|
29
29
|
|
|
30
30
|
**Project skills:** Check `.agents/skills/` directory if it exists:
|
|
31
31
|
1. List available skills (subdirectories)
|
|
@@ -32,7 +32,7 @@ If the prompt contains a `<files_to_read>` block, you MUST use the `read` tool t
|
|
|
32
32
|
<project_context>
|
|
33
33
|
Before researching, discover project context:
|
|
34
34
|
|
|
35
|
-
**Project instructions:** read `./
|
|
35
|
+
**Project instructions:** read `./AGENTS.md` if it exists in the working directory. Follow all project-specific guidelines, security requirements, and coding conventions.
|
|
36
36
|
|
|
37
37
|
**Project skills:** Check `.agents/skills/` directory if it exists:
|
|
38
38
|
1. List available skills (subdirectories)
|
|
@@ -33,7 +33,7 @@ You are NOT the executor or verifier — you verify plans WILL work before execu
|
|
|
33
33
|
<project_context>
|
|
34
34
|
Before verifying, discover project context:
|
|
35
35
|
|
|
36
|
-
**Project instructions:** read `./
|
|
36
|
+
**Project instructions:** read `./AGENTS.md` if it exists in the working directory. Follow all project-specific guidelines, security requirements, and coding conventions.
|
|
37
37
|
|
|
38
38
|
**Project skills:** Check `.agents/skills/` directory if it exists:
|
|
39
39
|
1. List available skills (subdirectories)
|
package/agents/gsd-planner.md
CHANGED
|
@@ -38,7 +38,7 @@ If the prompt contains a `<files_to_read>` block, you MUST use the `read` tool t
|
|
|
38
38
|
<project_context>
|
|
39
39
|
Before planning, discover project context:
|
|
40
40
|
|
|
41
|
-
**Project instructions:** read `./
|
|
41
|
+
**Project instructions:** read `./AGENTS.md` if it exists in the working directory. Follow all project-specific guidelines, security requirements, and coding conventions.
|
|
42
42
|
|
|
43
43
|
**Project skills:** Check `.agents/skills/` directory if it exists:
|
|
44
44
|
1. List available skills (subdirectories)
|
|
@@ -186,7 +186,7 @@ get-shit-done/
|
|
|
186
186
|
|
|
187
187
|
**Documentation:**
|
|
188
188
|
- `README.md` - User-facing installation and usage guide
|
|
189
|
-
- `
|
|
189
|
+
- `AGENTS.md` - Instructions for OpenCode when working in this repo
|
|
190
190
|
|
|
191
191
|
## Naming Conventions
|
|
192
192
|
|
|
@@ -121,7 +121,7 @@ Execute each wave in sequence. Within a wave: parallel if `PARALLELIZATION=true`
|
|
|
121
121
|
- {phase_dir}/{plan_file} (Plan)
|
|
122
122
|
- .planning/STATE.md (State)
|
|
123
123
|
- .planning/config.json (Config, if exists)
|
|
124
|
-
- ./
|
|
124
|
+
- ./AGENTS.md (Project instructions, if exists — follow project-specific guidelines and coding conventions)
|
|
125
125
|
- .agents/skills/ (Project skills, if exists — list skills, read SKILL.md for each, follow relevant rules during implementation)
|
|
126
126
|
</files_to_read>
|
|
127
127
|
|
|
@@ -105,7 +105,7 @@ Answer: "What do I need to know to PLAN this phase well?"
|
|
|
105
105
|
**Phase description:** {phase_description}
|
|
106
106
|
**Phase requirement IDs (MUST address):** {phase_req_ids}
|
|
107
107
|
|
|
108
|
-
**Project instructions:** read ./
|
|
108
|
+
**Project instructions:** read ./AGENTS.md if exists — follow project-specific guidelines
|
|
109
109
|
**Project skills:** Check .agents/skills/ directory (if exists) — read SKILL.md files, research should account for project skill patterns
|
|
110
110
|
</additional_context>
|
|
111
111
|
|
|
@@ -205,7 +205,7 @@ Planner prompt:
|
|
|
205
205
|
|
|
206
206
|
**Phase requirement IDs (every ID MUST appear in a plan's `requirements` field):** {phase_req_ids}
|
|
207
207
|
|
|
208
|
-
**Project instructions:** read ./
|
|
208
|
+
**Project instructions:** read ./AGENTS.md if exists — follow project-specific guidelines
|
|
209
209
|
**Project skills:** Check .agents/skills/ directory (if exists) — read SKILL.md files, plans should account for project skill rules
|
|
210
210
|
</planning_context>
|
|
211
211
|
|
|
@@ -270,7 +270,7 @@ Checker prompt:
|
|
|
270
270
|
|
|
271
271
|
**Phase requirement IDs (MUST ALL be covered):** {phase_req_ids}
|
|
272
272
|
|
|
273
|
-
**Project instructions:** read ./
|
|
273
|
+
**Project instructions:** read ./AGENTS.md if exists — verify plans honor project guidelines
|
|
274
274
|
**Project skills:** Check .agents/skills/ directory (if exists) — verify plans account for project skill rules
|
|
275
275
|
</verification_context>
|
|
276
276
|
|
|
@@ -98,7 +98,7 @@ task(
|
|
|
98
98
|
|
|
99
99
|
<files_to_read>
|
|
100
100
|
- .planning/STATE.md (Project State)
|
|
101
|
-
- ./
|
|
101
|
+
- ./AGENTS.md (if exists — follow project-specific guidelines)
|
|
102
102
|
</files_to_read>
|
|
103
103
|
|
|
104
104
|
**Project skills:** Check .agents/skills/ directory (if exists) — read SKILL.md files, plans should account for project skill rules
|
|
@@ -251,7 +251,7 @@ Execute quick task ${next_num}.
|
|
|
251
251
|
<files_to_read>
|
|
252
252
|
- ${QUICK_DIR}/${next_num}-PLAN.md (Plan)
|
|
253
253
|
- .planning/STATE.md (Project state)
|
|
254
|
-
- ./
|
|
254
|
+
- ./AGENTS.md (Project instructions, if exists)
|
|
255
255
|
- .agents/skills/ (Project skills, if exists — list skills, read SKILL.md for each, follow relevant rules during implementation)
|
|
256
256
|
</files_to_read>
|
|
257
257
|
|
|
@@ -128,7 +128,7 @@ Your custom files in other locations are preserved:
|
|
|
128
128
|
- Custom commands not in `commands/gsd/` ✓
|
|
129
129
|
- Custom agents not prefixed with `gsd-` ✓
|
|
130
130
|
- Custom hooks ✓
|
|
131
|
-
- Your
|
|
131
|
+
- Your AGENTS.md files ✓
|
|
132
132
|
|
|
133
133
|
If you've modified any GSD files directly, they'll be automatically backed up to `gsd-local-patches/` and can be reapplied with `/gsd-reapply-patches` after the update.
|
|
134
134
|
```
|