semantic-release-bot
5c588d008e
chore(release): 4.29.0 [skip ci]
...
# [4.29.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.28.0...v4.29.0 ) (2025-07-13)
### Features
* Claude Code slash commands for Tasks and Agents! ([e9e541a ](e9e541a52e ))
2025-07-13 02:08:47 +00:00
Brian Madison
e9e541a52e
feat: Claude Code slash commands for Tasks and Agents!
2025-07-12 21:08:13 -05:00
semantic-release-bot
f32a5fe08a
chore(release): 4.28.0 [skip ci]
...
# [4.28.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.6...v4.28.0 ) (2025-07-12)
### Features
* bmad-master can load kb properly ([3c13c56 ](3c13c56498 ))
2025-07-12 15:27:50 +00:00
Gabriel Lemire
97f01f6931
refactor: nest Claude Code commands under BMad subdirectory ( #307 )
...
- Update installer config to use .claude/commands/BMad/ path
- Modify setupClaudeCode function to create nested directory structure
- Update documentation and upgrader to reflect new command location
- Improves organization by grouping all BMad commands together
2025-07-12 10:02:46 -05:00
Davor Racic
c42002f1ea
refactor(gemini-cli): change agent storage from multiple files to single ( #308 )
...
* refactor(gemini-cli): change agent storage from multiple files to single concatenated file
- Update configuration to use .gemini/bmad-method/ directory instead of .gemini/agents/
- Implement new logic to concatenate all agent files into single GEMINI.md
- Add backward compatibility for existing settings.json
- Remove old agents directory and update related documentation
- Ensure all agent settings are properly loaded
* fix(ide-setup): change agent trigger symbol from @ to *
The change was made to standardize the agent trigger symbol across the system and avoid confusion with other special characters.
* docs: update gemini cli syntax and file structure
- Change agent mention syntax from @ to * in docs and config
- Update file structure documentation from .gemini/agents/ to .gemini/bmad-method/
- Add gemini cli syntax to workflow guide
* fix(ide-setup): remove redundant contextFileNames handling
2025-07-12 09:55:12 -05:00
semantic-release-bot
b5cbffd608
chore(release): 4.27.6 [skip ci]
...
## [4.27.6](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.5...v4.27.6 ) (2025-07-08)
### Bug Fixes
* installer improvement ([db30230 ](db302309f4 ))
2025-07-08 03:11:59 +00:00
Brian Madison
db302309f4
fix: installer improvement
2025-07-07 22:11:32 -05:00
semantic-release-bot
c97d76c797
chore(release): 4.27.5 [skip ci]
...
## [4.27.5](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.4...v4.27.5 ) (2025-07-08)
### Bug Fixes
* installer for github copilot asks follow up questions right away now so it does not seem to hang, and some minor doc improvements ([cadf8b6 ](cadf8b6750 ))
2025-07-08 01:47:25 +00:00
Brian Madison
cadf8b6750
fix: installer for github copilot asks follow up questions right away now so it does not seem to hang, and some minor doc improvements
2025-07-07 20:46:55 -05:00
semantic-release-bot
ba9e3f3272
chore(release): 4.27.4 [skip ci]
...
## [4.27.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.3...v4.27.4 ) (2025-07-07)
### Bug Fixes
* doc updates ([1b86cd4 ](1b86cd4db3 ))
2025-07-07 01:52:36 +00:00
semantic-release-bot
c8b26d8eae
chore(release): 4.27.3 [skip ci]
...
## [4.27.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.2...v4.27.3 ) (2025-07-07)
### Bug Fixes
* remove test zoo folder ([908dcd7 ](908dcd7e9a ))
2025-07-07 01:48:17 +00:00
semantic-release-bot
92c9589f7d
chore(release): 4.27.2 [skip ci]
...
## [4.27.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.1...v4.27.2 ) (2025-07-07)
### Bug Fixes
* improve output ([a5ffe7b ](a5ffe7b9b2 ))
2025-07-07 01:41:08 +00:00
semantic-release-bot
63aabe435e
chore(release): 4.27.1 [skip ci]
...
## [4.27.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.0...v4.27.1 ) (2025-07-07)
### Bug Fixes
* build web bundles with new file extension includsion ([92201ae ](92201ae7ed ))
2025-07-07 00:55:24 +00:00
Brian Madison
92201ae7ed
fix: build web bundles with new file extension includsion
2025-07-06 19:39:34 -05:00
semantic-release-bot
1ac0d2bd91
chore(release): 4.27.0 [skip ci]
...
# [4.27.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.26.0...v4.27.0 ) (2025-07-06)
### Bug Fixes
* readme consolidation and version bumps ([0a61d3d ](0a61d3de4a ))
### Features
* big improvement to advanced elicitation ([1bc9960 ](1bc9960808 ))
* experimental doc creator v2 and template system ([b785371 ](b78537115d ))
* Massive improvement to the brainstorming task! ([9f53caf ](9f53caf4c6 ))
* WIP create-docv2 ([c107af0 ](c107af0598 ))
2025-07-06 17:12:23 +00:00
Brian Madison
4e03f8f982
merge conflicts resolved
2025-07-06 10:34:53 -05:00
Brian Madison
5fc69d773a
web build optimization
2025-07-06 10:32:39 -05:00
David Elisma
9e6940e8ee
refactor: Standardize on 'GitHub Copilot' branding ( #296 )
...
* refactor: Standardize on 'GitHub Copilot' branding
- Update all references from 'Github Copilot' to 'GitHub Copilot' (official branding)
- Simplify GitHub Copilot guide reference in README
- Rebuild distribution files to reflect changes
- Ensure consistent branding across documentation and configuration
* fix: add Trae IDE support while maintaining GitHub Copilot branding
2025-07-06 08:49:22 -05:00
semantic-release-bot
400f7b8f41
chore(release): 4.26.0 [skip ci]
...
# [4.26.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.25.1...v4.26.0 ) (2025-07-06)
### Features
* **trae:** add support for trae ide integration ([#298 ](https://github.com/bmadcode/BMAD-METHOD/issues/298 )) ([fae0f5f ](fae0f5ff73 ))
2025-07-06 02:12:03 +00:00
semantic-release-bot
d6183b4bb1
chore(release): 4.25.1 [skip ci]
...
## [4.25.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.25.0...v4.25.1 ) (2025-07-06)
### Bug Fixes
* spelling errors in documentation. ([#297 ](https://github.com/bmadcode/BMAD-METHOD/issues/297 )) ([47b9d9f ](47b9d9f3e8 ))
2025-07-06 02:08:48 +00:00
manjaroblack
47b9d9f3e8
fix: spelling errors in documentation. ( #297 )
...
* fix: correct typos in documentation and agent files
Fix multiple instances of "assest" typo to "assets" in documentation
Correct "quetsions" typo to "questions" in repository structure sections
Add new words to cSpell dictionary in VS Code settings
* feat(trae): add support for trae ide integration
- Add trae guide documentation
- Update installer to support trae configuration
- Include trae in ide options and documentation references
- Fix typo in architect agent documentation
---------
Co-authored-by: Devin Stagner <devin@blackstag.family >
2025-07-05 21:08:26 -05:00
semantic-release-bot
e17ecf1a3d
chore(release): 4.25.0 [skip ci]
...
# [4.25.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.6...v4.25.0 ) (2025-07-05)
### Bug Fixes
* update web bundles ([42684e6 ](42684e68af ))
### Features
* improvements to agent task usage, sm story drafting, dev implementation, qa review process, and addition of a new sm independant review of a draft story ([2874a54 ](2874a54a9b ))
2025-07-05 02:32:21 +00:00
semantic-release-bot
5f1966329b
chore(release): 4.24.6 [skip ci]
...
## [4.24.6](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.5...v4.24.6 ) (2025-07-04)
### Bug Fixes
* version bump and web build fix ([1c845e5 ](1c845e5b2c ))
2025-07-04 17:39:44 +00:00
semantic-release-bot
8766506cb3
chore(release): 4.24.5 [skip ci]
...
## [4.24.5](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.4...v4.24.5 ) (2025-07-04)
### Bug Fixes
* yaml standardization in files and installer actions ([094f9f3 ](094f9f3eab ))
2025-07-04 16:54:31 +00:00
Brian Madison
094f9f3eab
fix: yaml standardization in files and installer actions
2025-07-04 11:53:57 -05:00
semantic-release-bot
ddd3e53d12
chore(release): 4.24.4 [skip ci]
...
## [4.24.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.3...v4.24.4 ) (2025-07-04)
### Bug Fixes
* documentation updates ([2018ad0 ](2018ad07c7 ))
2025-07-04 13:36:00 +00:00
Brian Madison
38dd71db7f
doc reference changes from vs-code-copilot to github-copilot
2025-07-04 08:04:27 -05:00
Brian Madison
f440d14565
doc and text cleanup
2025-07-04 07:47:57 -05:00
semantic-release-bot
be4fcd8668
chore(release): 4.24.3 [skip ci]
...
## [4.24.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.2...v4.24.3 ) (2025-07-04)
### Bug Fixes
* update YAML library from 'yaml' to 'js-yaml' in resolveExpansionPackCoreAgents for consistency ([#295 ](https://github.com/bmadcode/BMAD-METHOD/issues/295 )) ([03f30ad ](03f30ad28b ))
2025-07-04 12:23:13 +00:00
Davor Racic
03f30ad28b
fix: update YAML library from 'yaml' to 'js-yaml' in resolveExpansionPackCoreAgents for consistency ( #295 )
2025-07-04 07:22:49 -05:00
semantic-release-bot
e7b1ee37e3
chore(release): 4.24.2 [skip ci]
...
## [4.24.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.1...v4.24.2 ) (2025-07-03)
### Bug Fixes
* version bump and restore dist folder ([87c451a ](87c451a5c3 ))
2025-07-03 04:15:20 +00:00
semantic-release-bot
a96fce793b
chore(release): 4.24.1 [skip ci]
...
## [4.24.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.0...v4.24.1 ) (2025-07-03)
### Bug Fixes
* centralized yamlExtraction function and all now fix character issues for windows ([e2985d6 ](e2985d6093 ))
* filtering extension stripping logic update ([405954a ](405954ad92 ))
* standardize on file extension .yaml instead of a mix of yml and yaml ([a4c0b18 ](a4c0b1839d ))
2025-07-03 02:09:14 +00:00
Brian Madison
e2985d6093
fix: centralized yamlExtraction function and all now fix character issues for windows
2025-07-02 21:08:43 -05:00
Brian Madison
405954ad92
fix: filtering extension stripping logic update
2025-07-02 20:04:12 -05:00
Brian Madison
a4c0b1839d
fix: standardize on file extension .yaml instead of a mix of yml and yaml
2025-07-02 19:59:49 -05:00
semantic-release-bot
ffae072143
chore(release): 4.24.0 [skip ci]
...
# [4.24.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.23.0...v4.24.0 ) (2025-07-02)
### Bug Fixes
* corrected cursor agent update instructions ([84e394a ](84e394ac11 ))
### Features
* workflow plans introduced, preliminary feature under review ([731589a ](731589aa28 ))
2025-07-02 03:55:08 +00:00
Brian Madison
84e394ac11
fix: corrected cursor agent update instructions
2025-07-01 22:54:39 -05:00
木炭
b7361d244c
Update dependency-resolver.js ( #286 )
...
When cloning a project in a Windows environment, Git may automatically convert line endings from `\n` to `\r\n`. This can cause a mismatch in the `yaml` configuration, leading to a build failure. To resolve this, a step has been added to enforce the replacement of `\r` characters, ensuring the build can proceed normally.
2025-07-01 20:21:58 -05:00
semantic-release-bot
b2f8525bbf
chore(release): 4.23.0 [skip ci]
...
# [4.23.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.22.1...v4.23.0 ) (2025-07-01)
### Features
* VS Code Copilot integration ([#284 ](https://github.com/bmadcode/BMAD-METHOD/issues/284 )) ([1a4ca4f ](1a4ca4ffa6 ))
2025-07-01 12:54:38 +00:00
David Elisma
1a4ca4ffa6
feat: VS Code Copilot integration ( #284 )
2025-07-01 07:54:13 -05:00
semantic-release-bot
3e2e43dd88
chore(release): 4.22.1 [skip ci]
...
## [4.22.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.22.0...v4.22.1 ) (2025-06-30)
### Bug Fixes
* update expansion versions ([6905fe7 ](6905fe72f6 ))
2025-06-30 05:14:32 +00:00
semantic-release-bot
95ab8bbd9c
chore(release): 4.22.0 [skip ci]
...
# [4.22.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.21.2...v4.22.0 ) (2025-06-30)
### Features
* create doc more explicit and readme improvement ([a1b30d9 ](a1b30d9341 ))
2025-06-30 05:11:29 +00:00
semantic-release-bot
6e094c8359
chore(release): 4.21.2 [skip ci]
...
## [4.21.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.21.1...v4.21.2 ) (2025-06-30)
### Bug Fixes
* improve create-doc task clarity for template execution ([86d5139 ](86d5139aea ))
2025-06-30 05:08:08 +00:00
semantic-release-bot
62ccb640e6
chore(release): 4.21.1 [skip ci]
...
## [4.21.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.21.0...v4.21.1 ) (2025-06-30)
### Bug Fixes
* readme clarifies that the installer handles installs upgrades and expansion installation ([9371a57 ](9371a5784f ))
2025-06-30 02:09:46 +00:00
semantic-release-bot
62c5d92089
chore(release): 4.21.0 [skip ci]
...
# [4.21.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.20.0...v4.21.0 ) (2025-06-30)
### Bug Fixes
* remove unneeded files ([c48f200 ](c48f200727 ))
### Features
* massive installer improvement update ([c151bda ](c151bda938 ))
2025-06-30 01:53:38 +00:00
Brian Madison
c151bda938
feat: massive installer improvement update
2025-06-29 20:52:23 -05:00
semantic-release-bot
0ec4ad26c2
chore(release): 4.20.0 [skip ci]
...
# [4.20.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.19.2...v4.20.0 ) (2025-06-29)
### Features
* Massive documentation refactor, added explanation of the new expanded role of the QA agent that will make your code quality MUCH better. 2 new diagram clearly explain the role of the pre dev ideation cycle (prd and architecture) and the details of how the dev cycle works. ([c881dcc ](c881dcc48f ))
2025-06-29 14:06:11 +00:00
Brian Madison
5aed8f7603
cleanup
2025-06-28 22:26:37 -05:00
semantic-release-bot
8182a3f4bc
chore(release): 4.19.2 [skip ci]
...
## [4.19.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.19.1...v4.19.2 ) (2025-06-28)
### Bug Fixes
* docs update and correction ([2408068 ](2408068884 ))
2025-06-28 20:49:22 +00:00
semantic-release-bot
466bef4398
chore(release): 4.19.1 [skip ci]
...
## [4.19.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.19.0...v4.19.1 ) (2025-06-28)
### Bug Fixes
* discord link ([2ea806b ](2ea806b3af ))
2025-06-28 13:36:44 +00:00