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
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 ))
v4.24.0
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
Brian Madison
b89aa48f7b
conflicts
2025-07-01 22:48:10 -05:00
Brian Madison
731589aa28
feat: workflow plans introduced, preliminary feature under review
2025-07-01 22:46:59 -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 ))
v4.23.0
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 ))
v4.22.1
2025-06-30 05:14:32 +00:00
Brian Madison
6905fe72f6
fix: update expansion versions
2025-06-30 00:14:04 -05: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 ))
v4.22.0
2025-06-30 05:11:29 +00:00
Brian Madison
a1b30d9341
feat: create doc more explicit and readme improvement
2025-06-30 00:11:03 -05: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 ))
v4.21.2
2025-06-30 05:08:08 +00:00
Brian Madison
86d5139aea
fix: improve create-doc task clarity for template execution
...
- Add critical execution rules upfront
- Clarify STOP signals for task execution
- Include key execution patterns with examples
- Restore missing functionality (agent context, template locations, validation)
- Maintain concise format while ensuring proper template instruction handling
2025-06-30 00:07:37 -05: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 ))
v4.21.1
2025-06-30 02:09:46 +00:00
Brian Madison
9371a5784f
fix: readme clarifies that the installer handles installs upgrades and expansion installation
2025-06-29 21:09:13 -05: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 ))
v4.21.0
2025-06-30 01:53:38 +00:00
Brian Madison
c48f200727
fix: remove unneeded files
2025-06-29 20:53:09 -05:00
Brian Madison
c151bda938
feat: massive installer improvement update
2025-06-29 20:52:23 -05:00
Brian Madison
ab70b8dc73
contribution updates
2025-06-29 11:30:15 -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 ))
v4.20.0
2025-06-29 14:06:11 +00:00
Brian Madison
c881dcc48f
feat: 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.
2025-06-29 09:05:41 -05:00
Brian Madison
5aed8f7603
cleanup
2025-06-28 22:26:37 -05:00
Brian
929461a2fe
Create FUNDING.yml
2025-06-28 17:11:51 -05:00
Brian Madison
f5fa2559f0
doc: readme fixes
2025-06-28 16:12:01 -05:00
Brian
ead2c04b5b
Update issue templates
2025-06-28 16:05:26 -05:00
Brian
b9970c9d73
Update issue templates
2025-06-28 15:57:17 -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 ))
v4.19.2
2025-06-28 20:49:22 +00:00
Brian Madison
2408068884
fix: docs update and correction
2025-06-28 15:46:52 -05:00
Miguel Tomas
9cafbe7014
Align Brownfield workflow descriptions and artifact naming ( #277 )
...
* chore: Update brownfield-fullstack.yml
- Update descriptions, status messages, and artifact names in brownfield-fullstack
* chore: Update brownfield-service.yml
- Update descriptions, status messages, and artifact names in brownfield-service
* chore: Update brownfield-ui.yml
- Update descriptions, status messages, and artifact names in brownfield-ui workflows
2025-06-28 15:25:40 -05: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 ))
v4.19.1
2025-06-28 13:36:44 +00:00
Brian Madison
2ea806b3af
fix: discord link
2025-06-28 08:36:12 -05:00