Skip to content

Commit b1005da

Browse files
authored
Merge pull request #118 from irisTa56/fix_copilot_deprecated_mode_attribute
fix: update GitHub Copilot's prompt files to replace deprecated 'mode' attribute with 'agent'
2 parents 04d230d + a0aee8c commit b1005da

11 files changed

+11
-11
lines changed

tools/cc-sdd/templates/agents/github-copilot/commands/kiro-spec-design.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: 'agent'
2+
agent: 'agent'
33
description: 'Generate comprehensive technical design for a specification'
44
---
55
<meta>

tools/cc-sdd/templates/agents/github-copilot/commands/kiro-spec-impl.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: 'agent'
2+
agent: 'agent'
33
description: 'Execute spec tasks using TDD methodology'
44
---
55
<meta>

tools/cc-sdd/templates/agents/github-copilot/commands/kiro-spec-init.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: 'agent'
2+
agent: 'agent'
33
description: Initialize a new specification with detailed project description
44
---
55
<meta>

tools/cc-sdd/templates/agents/github-copilot/commands/kiro-spec-requirements.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: 'agent'
2+
agent: 'agent'
33
description: Generate comprehensive requirements for a specification
44
---
55
<meta>

tools/cc-sdd/templates/agents/github-copilot/commands/kiro-spec-status.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: 'agent'
2+
agent: 'agent'
33
description: Show specification status and progress
44
---
55
<meta>

tools/cc-sdd/templates/agents/github-copilot/commands/kiro-spec-tasks.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: 'agent'
2+
agent: 'agent'
33
description: Generate implementation tasks for a specification
44
---
55
<meta>

tools/cc-sdd/templates/agents/github-copilot/commands/kiro-steering-custom.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: 'agent'
2+
agent: 'agent'
33
description: Create custom steering documents for specialized project contexts
44
---
55
<meta>

tools/cc-sdd/templates/agents/github-copilot/commands/kiro-steering.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: 'agent'
2+
agent: 'agent'
33
description: Manage {{KIRO_DIR}}/steering/ as persistent project knowledge
44
---
55
<meta>

tools/cc-sdd/templates/agents/github-copilot/commands/kiro-validate-design.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: 'agent'
2+
agent: 'agent'
33
description: Interactive technical design quality review and validation
44
---
55
<meta>

tools/cc-sdd/templates/agents/github-copilot/commands/kiro-validate-gap.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: 'agent'
2+
agent: 'agent'
33
description: Analyze implementation gap between requirements and existing codebase
44
---
55
<meta>

0 commit comments

Comments
 (0)