Compare commits

..

1 Commits

Author SHA1 Message Date
Phil f706e85618
Merge 0fd1da62f8 into d19cca79d2 2026-01-08 21:07:30 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
| -------------- | -------------- | ------------------------- | ----------------------------- | | -------------- | -------------- | ------------------------- | ----------------------------- |
| claude-code | Claude Code | .claude/commands/ | .md with frontmatter | | claude-code | Claude Code | .claude/commands/ | .md with frontmatter |
| codex | Codex | (varies) | .md | | codex | Codex | (varies) | .md |
| cursor | Cursor | .cursor/commands/bmad/ | .md with YAML frontmatter | | cursor | Cursor | .cursor/rules/bmad/ | .mdc with MDC frontmatter |
| github-copilot | GitHub Copilot | .github/ | .md | | github-copilot | GitHub Copilot | .github/ | .md |
| opencode | OpenCode | .opencode/ | .md | | opencode | OpenCode | .opencode/ | .md |
| windsurf | Windsurf | .windsurf/workflows/bmad/ | .md with workflow frontmatter | | windsurf | Windsurf | .windsurf/workflows/bmad/ | .md with workflow frontmatter |

View File

@ -128,7 +128,7 @@ module.exports = { NewIdeSetup };
| IDE | Config Pattern | File Extension | | IDE | Config Pattern | File Extension |
| -------------- | ------------------------- | -------------- | | -------------- | ------------------------- | -------------- |
| Claude Code | .claude/commands/bmad/ | .md | | Claude Code | .claude/commands/bmad/ | .md |
| Cursor | .cursor/commands/bmad/ | .md | | Cursor | .cursor/rules/bmad/ | .mdc |
| Windsurf | .windsurf/workflows/bmad/ | .md | | Windsurf | .windsurf/workflows/bmad/ | .md |
| GitHub Copilot | .github/ | .md | | GitHub Copilot | .github/ | .md |