BMAD-METHOD/tools/cli/installers/lib/ide/templates
Nikolai Zhirinas 71cbe72719 fix(installer): resolve Antigravity command failures by alignment template names
Investigating the command-loading failures in Antigravity revealed a structural bug introduced in commit 27c18e0. The ConfigDrivenIdeSetup class resolves template names by appending an artifact type suffix to the platform’s template_type, expecting specific files like antigravity-workflow.md or antigravity-agent.md.

Previously, only a generic antigravity.md was provided, causing the loadTemplate() fallback mechanism to silently use default-*.md templates. These default templates inject standard YAML frontmatter (name and quoted description) which Antigravity rejects.

Changes:
- Replaced generic antigravity.md with specific artifact-typed templates (antigravity-agent.md, antigravity-workflow.md, etc.)
- Removed redundant 'name' field from Antigravity templates
- Removed wrapping single quotes from 'description' field to satisfy Antigravity requirements
2026-03-05 01:15:00 +02:00
..
combined fix(installer): resolve Antigravity command failures by alignment template names 2026-03-05 01:15:00 +02:00
split refactor: consolidate OpenCode templates and add support for tasks, tools, and workflows (#1556) 2026-02-06 07:28:09 -06:00
agent-command-template.md fix(templates): replace @ path prefixes with {project-root} (#1769) 2026-02-28 18:49:31 -06:00
workflow-command-template.md fix(templates): replace @ path prefixes with {project-root} (#1769) 2026-02-28 18:49:31 -06:00
workflow-commander.md fix(templates): replace @ path prefixes with {project-root} (#1769) 2026-02-28 18:49:31 -06:00