Commit Graph

4 Commits

Author SHA1 Message Date
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
Dicky Moore 3aaa37125b fix: route IDE workflow templates through workflow runner 2026-02-08 22:37:04 +00:00
Davor Racic f7b5f03800
refactor: consolidate OpenCode templates and add support for tasks, tools, and workflows (#1556)
- Move opencode/body.md to combined/opencode-agent.md with frontmatter
- Add combined templates for tasks, tools, and workflows (both .md and .yaml)
- Replace hardcoded _bmad path with {{bmadFolderName}} variable
- Remove split/opencode/ templates (header.md, body.md)
- Add .gitkeep to preserve empty split/ directory
2026-02-06 07:28:09 -06:00