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 ))
v4.27.3
2025-07-07 01:48:17 +00:00
Brian Madison
9cf8a6b72b
merge
2025-07-06 20:47:51 -05:00
Brian Madison
908dcd7e9a
fix: remove test zoo folder
2025-07-06 20:47:24 -05: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 ))
v4.27.2
2025-07-07 01:41:08 +00:00
Brian Madison
c2b5da7f6e
merge
2025-07-06 20:40:39 -05:00
Brian Madison
a5ffe7b9b2
fix: improve output
2025-07-06 20:40:08 -05: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 ))
v4.27.1
2025-07-07 00:55:24 +00:00
Brian Madison
2601fa7205
version bump
2025-07-06 19:54:46 -05:00
Brian Madison
92201ae7ed
fix: build web bundles with new file extension includsion
2025-07-06 19:39:34 -05:00
Brian Madison
97590e5e1d
missed save on the phaser expansion
2025-07-06 18:49:03 -05:00
Brian Madison
746ba573fa
specify md ot yaml
2025-07-06 18:26:09 -05:00
Brian Madison
339745c3f3
combine startup with activation in agent files
2025-07-06 16:07:39 -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 ))
v4.27.0
2025-07-06 17:12:23 +00:00
Brian Madison
b78537115d
feat: experimental doc creator v2 and template system
2025-07-06 12:11:55 -05:00
Brian Madison
0ca3f9ebbd
create-doc2 update
2025-07-06 12:08:41 -05:00
Brian Madison
0a61d3de4a
fix: readme consolidation and version bumps
2025-07-06 11:13:09 -05: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
Brian Madison
4b0a9235ab
WIP: createdoc2
2025-07-06 00:23:10 -05:00
Brian Madison
c107af0598
feat: WIP create-docv2
2025-07-06 00:10:00 -05:00
Brian Madison
be9453f234
Merge branch 'main' of github.com:bmadcode/BMAD-METHOD
2025-07-05 23:19:45 -05:00
manjaroblack
de549673a7
ReadMe ( #299 )
...
* 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
* chore: ignore windsurf and trae directories in git
* docs: add npm install step to README
The npm install step was missing from the setup instructions, which is required before running build commands.
---------
Co-authored-by: Devin Stagner <devin@blackstag.family >
2025-07-05 21:12:46 -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 ))
v4.26.0
2025-07-06 02:12:03 +00:00
manjaroblack
fae0f5ff73
feat(trae): add support for trae ide integration ( #298 )
...
* 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
* chore: ignore windsurf and trae directories in git
* docs: add npm install step to README
The npm install step was missing from the setup instructions, which is required before running build commands.
---------
Co-authored-by: Devin Stagner <devin@blackstag.family >
2025-07-05 21:11:38 -05: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 ))
v4.25.1
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
Brian Madison
b9223a4976
Merge branch 'main' of github.com:bmadcode/BMAD-METHOD
2025-07-05 14:01:55 -05:00
Brian Madison
1bc9960808
feat: big improvement to advanced elicitation
2025-07-05 14:01:29 -05:00
Brian Madison
9f53caf4c6
feat: Massive improvement to the brainstorming task!
2025-07-04 23:36:18 -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 ))
v4.25.0
2025-07-05 02:32:21 +00:00
Brian Madison
42684e68af
fix: update web bundles
2025-07-04 21:31:52 -05:00
Brian Madison
3520fae655
minor updates
2025-07-04 21:27:50 -05:00
Brian Madison
2874a54a9b
feat: 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
2025-07-04 21:18:16 -05: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 ))
v4.24.6
2025-07-04 17:39:44 +00:00
Brian Madison
1c845e5b2c
fix: version bump and web build fix
2025-07-04 12:39:17 -05: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 ))
v4.24.5
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 ))
v4.24.4
2025-07-04 13:36:00 +00:00
Brian Madison
2018ad07c7
fix: documentation updates
2025-07-04 08:35:28 -05:00
Brian Madison
38dd71db7f
doc reference changes from vs-code-copilot to github-copilot
2025-07-04 08:04:27 -05:00
Brian Madison
eb960f99f2
readd dist back
2025-07-04 07:48:29 -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 ))
v4.24.3
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
Serhii
e32b477e42
docs: add vs-code-copilot-guide ( #290 )
...
* docs: add vs-code-copilot-guide
* fix: correct broken link in vs-code-copilot-guide
2025-07-03 20:32:27 -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 ))
v4.24.2
2025-07-03 04:15:20 +00:00
Brian Madison
87c451a5c3
fix: version bump and restore dist folder
2025-07-02 23:14:54 -05: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 ))
v4.24.1
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