Skip to content

Commit c82fe4a

Browse files
committed
fix: sync v1.22.4 - resolve forbidden skill references in workflows
- Create v1.22.4.json supplemental config for skill reference translation - Fix gsd:plan-phase → gsd-plan-phase in discuss-phase.md - Fix gsd:execute-phase → gsd-execute-phase in plan-phase.md - Cleanup unused rules from supplemental config - All 29 forbidden string checks now passing
1 parent 686e4ed commit c82fe4a

17 files changed

Lines changed: 20 additions & 37 deletions

assets/configs/v1.22.4.json

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_description": "Supplemental translation rules for v1.22.4 -- fixes remaining forbidden strings",
2+
"_description": "Supplemental translation rules for v1.22.4 -- fixes remaining forbidden strings with skill references",
33
"include": ["gsd-opencode/**"],
44
"exclude": [
55
"node_modules/**",
@@ -12,27 +12,14 @@
1212
{
1313
"pattern": "skill=\"gsd:plan-phase\"",
1414
"replacement": "skill=\"gsd-plan-phase\"",
15-
"description": "Fix: Transform skill argument gsd:plan-phase to gsd-plan-phase"
15+
"caseSensitive": true,
16+
"description": "Fix skill reference from gsd: to gsd- for plan-phase"
1617
},
1718
{
1819
"pattern": "skill=\"gsd:execute-phase\"",
1920
"replacement": "skill=\"gsd-execute-phase\"",
20-
"description": "Fix: Transform skill argument gsd:execute-phase to gsd-execute-phase"
21-
},
22-
{
23-
"pattern": "skill=\"gsd:research-phase\"",
24-
"replacement": "skill=\"gsd-research-phase\"",
25-
"description": "Fix: Transform skill argument gsd:research-phase to gsd-research-phase"
26-
},
27-
{
28-
"pattern": "skill=\"gsd:verify-phase\"",
29-
"replacement": "skill=\"gsd-verify-phase\"",
30-
"description": "Fix: Transform skill argument gsd:verify-phase to gsd-verify-phase"
31-
},
32-
{
33-
"pattern": "skill=\"gsd:discuss-phase\"",
34-
"replacement": "skill=\"gsd-discuss-phase\"",
35-
"description": "Fix: Transform skill argument gsd:discuss-phase to gsd-discuss-phase"
21+
"caseSensitive": true,
22+
"description": "Fix skill reference from gsd: to gsd- for execute-phase"
3623
}
3724
]
3825
}

gsd-opencode/agents/gsd-codebase-mapper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: gsd-codebase-mapper
3-
mode: subagent
43
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
55
tools:
66
read: true
77
bash: true

gsd-opencode/agents/gsd-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: gsd-debugger
3-
mode: subagent
43
description: Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd-debug orchestrator.
4+
mode: subagent
55
tools:
66
read: true
77
write: true

gsd-opencode/agents/gsd-executor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: gsd-executor
3-
mode: subagent
43
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
55
tools:
66
read: true
77
write: true

gsd-opencode/agents/gsd-integration-checker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: gsd-integration-checker
3-
mode: subagent
43
description: Verifies cross-phase integration and E2E flows. Checks that phases connect properly and user workflows complete end-to-end.
4+
mode: subagent
55
tools:
66
read: true
77
bash: true

gsd-opencode/agents/gsd-nyquist-auditor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: gsd-nyquist-auditor
3-
mode: subagent
43
description: Fills Nyquist validation gaps by generating tests and verifying coverage for phase requirements
4+
mode: subagent
55
tools:
66
read: true
77
write: true

gsd-opencode/agents/gsd-phase-researcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: gsd-phase-researcher
3-
mode: subagent
43
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
55
tools:
66
read: true
77
write: true

gsd-opencode/agents/gsd-plan-checker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: gsd-plan-checker
3-
mode: subagent
43
description: Verifies plans will achieve phase goal before execution. Goal-backward analysis of plan quality. Spawned by /gsd-plan-phase orchestrator.
4+
mode: subagent
55
tools:
66
read: true
77
bash: true

gsd-opencode/agents/gsd-planner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: gsd-planner
3-
mode: subagent
43
description: Creates executable phase plans with task breakdown, dependency analysis, and goal-backward verification. Spawned by /gsd-plan-phase orchestrator.
4+
mode: subagent
55
tools:
66
read: true
77
write: true

gsd-opencode/agents/gsd-project-researcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: gsd-project-researcher
3-
mode: subagent
43
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
55
tools:
66
read: true
77
write: true

0 commit comments

Comments
 (0)