Skip to content

Commit 2fb0b2b

Browse files
authored
Merge pull request #134 from hiiamkazuto/fix/opencode-agent-slash-command-agent-path
fix(opencode-agent): use full agent path in slash command frontmatter
2 parents 6e972c0 + 32a27d7 commit 2fb0b2b

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

tools/cc-sdd/templates/agents/opencode-agent/commands/kiro-spec-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Create comprehensive technical design for a specification
3-
agent: spec-design
3+
agent: kiro/spec-design
44
subtask: true
55
---
66

tools/cc-sdd/templates/agents/opencode-agent/commands/kiro-spec-impl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Execute spec tasks using TDD methodology
3-
agent: spec-impl
3+
agent: kiro/spec-impl
44
subtask: true
55
---
66

tools/cc-sdd/templates/agents/opencode-agent/commands/kiro-spec-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Generate comprehensive requirements for a specification
3-
agent: spec-requirements
3+
agent: kiro/spec-requirements
44
subtask: true
55
---
66

tools/cc-sdd/templates/agents/opencode-agent/commands/kiro-spec-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Generate implementation tasks for a specification
3-
agent: spec-tasks
3+
agent: kiro/spec-tasks
44
subtask: true
55
---
66

tools/cc-sdd/templates/agents/opencode-agent/commands/kiro-steering-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Create custom steering documents for specialized project contexts
3-
agent: steering-custom
3+
agent: kiro/steering-custom
44
subtask: true
55
---
66

tools/cc-sdd/templates/agents/opencode-agent/commands/kiro-steering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Manage {{KIRO_DIR}}/steering/ as persistent project knowledge
3-
agent: steering
3+
agent: kiro/steering
44
subtask: true
55
---
66

tools/cc-sdd/templates/agents/opencode-agent/commands/kiro-validate-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Interactive technical design quality review and validation
3-
agent: validate-design
3+
agent: kiro/validate-design
44
subtask: true
55
---
66

tools/cc-sdd/templates/agents/opencode-agent/commands/kiro-validate-gap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Analyze implementation gap between requirements and existing codebase
3-
agent: validate-gap
3+
agent: kiro/validate-gap
44
subtask: true
55
---
66

tools/cc-sdd/templates/agents/opencode-agent/commands/kiro-validate-impl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Validate implementation against requirements, design, and tasks
3-
agent: validate-impl
3+
agent: kiro/validate-impl
44
subtask: true
55
---
66

0 commit comments

Comments
 (0)