Compare commits

..

3 Commits

Author SHA1 Message Date
Dicky Moore b50fe66070
Merge 400e094373 into b815410904 2026-02-13 09:15:46 +00:00
Dicky Moore 400e094373 Merge remote-tracking branch 'upstream/main' into phase1-md-workflows-clean
# Conflicts:
#	tools/cli/installers/lib/ide/templates/combined/opencode-workflow-yaml.md
#	tools/cli/installers/lib/ide/templates/combined/opencode-workflow.md
2026-02-13 09:15:18 +00:00
Adam Biggs b815410904
fix(opencode): remove incorrect mode: primary and restore name field in templates (#1644)
Remove hallucinated mode: primary from opencode-agent template - OpenCode
defaults to mode: all and mode: primary does not enable Tab-switching as
the original PR #1556 claimed. Restore the name frontmatter field across
all OpenCode templates to match the standard pattern used by other IDEs.
2026-02-12 18:58:13 -06:00
5 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
mode: primary
name: '{{name}}'
description: '{{description}}'
---

View File

@ -1,10 +1,12 @@
---
name: '{{name}}'
description: '{{description}}'
---
Execute the BMAD '{{name}}' task.
TASK INSTRUCTIONS:
1. LOAD the task file from {project-root}/{{bmadFolderName}}/{{path}}
2. READ its entire contents
3. FOLLOW every instruction precisely as specified

View File

@ -1,10 +1,12 @@
---
name: '{{name}}'
description: '{{description}}'
---
Execute the BMAD '{{name}}' tool.
TOOL INSTRUCTIONS:
1. LOAD the tool file from {project-root}/{{bmadFolderName}}/{{path}}
2. READ its entire contents
3. FOLLOW every instruction precisely as specified

View File

@ -1,4 +1,5 @@
---
name: '{{name}}'
description: '{{description}}'
---

View File

@ -1,4 +1,5 @@
---
name: '{{name}}'
description: '{{description}}'
---