Murat K Ozcan
84ec72fb94
fix: tea-readme 3 ( #855 )
...
* fix: tea-readme 3
* fix: tea-readme 3
---------
Co-authored-by: Murat Ozcan <murat@mac.lan>
2025-11-04 10:31:36 -06:00
Brian Madison
d4879d373b
6.0.0-alpha.3
2025-10-30 11:37:03 -05:00
Brian Madison
519e2f3d59
manifest version comes from package
2025-10-29 20:04:04 -05:00
Brian Madison
06dab16a75
6.0.0-alpha.2
2025-10-29 09:14:03 -05:00
Brian Madison
b05f4751d7
6.0.0-alpha.1
2025-10-29 08:35:02 -05:00
Brian Madison
be5556bf42
checks checked
2025-10-22 15:40:51 -05:00
Alex Verkhovsky
31666c1f0f
feat: add agent schema validation with comprehensive testing ( #774 )
...
Introduce automated validation for agent YAML files using Zod to ensure
schema compliance across all agent definitions. This feature validates
17 agent files across core and module directories, catching structural
errors and maintaining consistency.
Schema Validation (tools/schema/agent.js):
- Zod-based schema validating metadata, persona, menu, prompts, and critical actions
- Module-aware validation: module field required for src/modules/**/agents/,
optional for src/core/agents/
- Enforces kebab-case unique triggers and at least one command target per menu item
- Validates persona.principles as array (not string)
- Comprehensive refinements for data integrity
CLI Validator (tools/validate-agent-schema.js):
- Scans src/{core,modules/*}/agents/*.agent.yaml
- Parses with js-yaml and validates using Zod schema
- Reports detailed errors with file paths and field paths
- Exits 1 on failures, 0 on success
- Accepts optional project_root parameter for testing
Testing (679 lines across 3 test files):
- test/test-cli-integration.sh: CLI behavior and error handling tests
- test/unit-test-schema.js: Direct schema validation unit tests
- test/test-agent-schema.js: Comprehensive fixture-based tests
- 50 test fixtures covering valid and invalid scenarios
- ESLint configured to support CommonJS test files
- Prettier configured to ignore intentionally broken fixtures
CI Integration (.github/workflows/lint.yaml):
- Renamed from format-check.yaml to lint.yaml
- Added schema-validation job running npm run validate:schemas
- Runs in parallel with prettier and eslint jobs
- Validates on all pull requests
Data Cleanup:
- Fixed src/core/agents/bmad-master.agent.yaml: converted persona.principles
from string to array format
Documentation:
- Updated schema-classification.md with validation section
- Documents validator usage, enforcement rules, and CI integration
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-20 07:14:50 -05:00
Brian Madison
bd79dd9752
readupme install instruction update
2025-09-29 08:00:30 -05:00
Brian Madison
0a6a3f3015
feat: v6.0.0-alpha.0 - the future is now
2025-09-28 23:17:07 -05:00
Javier Gomez
f09e282d72
feat(opencode): add JSON-only integration and compact AGENTS.md generator ( #570 )
...
* feat: add OpenCode integration implementation plan for BMAD-METHOD
* installer(opencode): add OpenCode target metadata in install.config.yaml
* chore(deps): add comment-json for JSONC parsing in OpenCode integration
* feat(installer/opencode): implement setupOpenCode with minimal instructions merge and BMAD-managed agents/commands
* feat(installer): add OpenCode (SST) to IDE selector and CLI --ide help
* fix(opencode): align generated opencode.json(c) with schema (instructions as strings; agent.prompt; command.template; remove unsupported fields)
* feat(installer): enhance OpenCode setup with agent selection and prefix options
* fix: update configuration file references from `bmad-core/core-config.yaml` to `.bmad-core/core-config.yaml` across multiple agent and task files for consistency and clarity.
* refactor: streamline OpenCode configuration prompts and normalize instruction paths for agents and tasks
* feat: add tools property to agent definitions for enhanced functionality. Otherwise opencode consders the subagents as readonly
* feat: add extraction of 'whenToUse' from agents markdown files for improved agent configuration in opencode
* feat: enhance task purpose extraction from markdown files with improved parsing and cleanup logic
* feat: add collision warnings for non-BMAD-managed agent and command keys during setup
* feat: generate and update AGENTS.md for OpenCode integration with agent and task details
* feat: add compact AGENTS.md generator and JSON-only integration for OpenCode
* chore(docs): remove completed OpenCode integration implementation plans
* feat: enable default prefixes for agent and command keys to avoid collisions
* fix: remove unnecessary line breaks in 'whenToUse' descriptions for QA agents to mathc the rest of the agents definitions and improve programatic parsing of whenToUse prop
* fix: update OpenCode references to remove 'SST' for consistency across documentation and configuration
* fix: update agent mode from 'subagent' to 'all' for consistency in agent definitions
* fix: consolidate 'whenToUse' description format for clarity and consistent parsing
2025-09-11 17:44:41 -05:00
Brian Madison
b9bc196e7f
chore: sync version to 4.42.1 after release
...
- Update package.json to match published npm version
- Update installer package.json to match
2025-08-31 21:57:39 -05:00
Kayvan Sylvan
a900d28080
chore: update project dependencies and development tooling ( #508 )
...
- Update various direct and transitive project dependencies.
- Remove the circular `bmad-method` self-dependency.
- Upgrade ESLint, Prettier, Jest, and other dev tools.
- Update semantic-release and related GitHub packages.
Co-authored-by: Kayvan Sylvan <kayvan@meanwhile.bm>
2025-08-24 21:45:18 -05:00
manjaroblack
ed539432fb
chore: add code formatting config and pre-commit hooks ( #450 )
2025-08-16 19:08:39 -05:00
github-actions[bot]
f56d37a60a
release: promote to stable 5.0.0
...
- Promote beta features to stable release
- Update version from 4.38.0 to 5.0.0
- Automated promotion via GitHub Actions
2025-08-15 23:06:28 -05:00
github-actions[bot]
224cfc05dc
release: promote to stable 4.38.0
...
- Promote beta features to stable release
- Update version from 4.37.0 to 4.38.0
- Automated promotion via GitHub Actions
2025-08-15 23:06:27 -05:00
Brian Madison
6cb2fa68b3
fix: update package-lock.json for semver dependency
2025-08-15 23:06:27 -05:00
semantic-release-bot
ffcb4d4bf2
chore(release): 4.36.2 [skip ci]
...
## [4.36.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.36.1...v4.36.2 ) (2025-08-10)
### Bug Fixes
* align installer dependencies with root package versions for ESM compatibility ([#420 ](https://github.com/bmadcode/BMAD-METHOD/issues/420 )) ([3f6b674 ](3f6b67443d ))
2025-08-10 14:26:15 +00:00
semantic-release-bot
85a0d83fc5
chore(release): 4.36.1 [skip ci]
...
## [4.36.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.36.0...v4.36.1 ) (2025-08-09)
### Bug Fixes
* update Node.js version to 20 in release workflow and reduce Discord spam ([3f7e19a ](3f7e19a098 ))
2025-08-09 20:49:42 +00:00
semantic-release-bot
23df54c955
chore(release): 4.36.0 [skip ci]
...
# [4.36.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.35.3...v4.36.0 ) (2025-08-09)
### Features
* modularize flattener tool into separate components with improved project root detection ([#417 ](https://github.com/bmadcode/BMAD-METHOD/issues/417 )) ([0fdbca7 ](0fdbca73fc ))
2025-08-09 20:33:49 +00:00
manjaroblack
0fdbca73fc
feat: modularize flattener tool into separate components with improved project root detection ( #417 )
2025-08-09 15:33:23 -05:00
semantic-release-bot
8211d2daff
chore(release): 4.35.3 [skip ci]
...
## [4.35.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.35.2...v4.35.3 ) (2025-08-06)
### Bug Fixes
* doc location improvement ([1676f51 ](1676f5189e ))
2025-08-06 05:01:55 +00:00
semantic-release-bot
3c3d58939f
chore(release): 4.35.2 [skip ci]
...
## [4.35.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.35.1...v4.35.2 ) (2025-08-06)
### Bug Fixes
* npx status check ([f7c2a4f ](f7c2a4fb6c ))
2025-08-06 03:34:49 +00:00
semantic-release-bot
9df28d5313
chore(release): 4.35.1 [skip ci]
...
## [4.35.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.35.0...v4.35.1 ) (2025-08-06)
### Bug Fixes
* npx hanging commands ([2cf322e ](2cf322ee0d ))
2025-08-06 03:22:35 +00:00
semantic-release-bot
5dc4043577
chore(release): 4.35.0 [skip ci]
...
# [4.35.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.34.0...v4.35.0 ) (2025-08-04)
### Features
* add qwen-code ide support to bmad installer. ([#392 ](https://github.com/bmadcode/BMAD-METHOD/issues/392 )) ([a72b790 ](a72b790f3b ))
2025-08-04 01:24:35 +00:00
semantic-release-bot
55f834954f
chore(release): 4.34.0 [skip ci]
...
# [4.34.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.33.1...v4.34.0 ) (2025-08-03)
### Features
* add KiloCode integration support to BMAD installer ([#390 ](https://github.com/bmadcode/BMAD-METHOD/issues/390 )) ([dcebe91 ](dcebe91d5e ))
2025-08-03 14:50:09 +00:00
semantic-release-bot
4fc8e752a6
chore(release): 4.33.1 [skip ci]
...
## [4.33.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.33.0...v4.33.1 ) (2025-07-29)
### Bug Fixes
* dev agent yaml syntax for develop-story command ([#362 ](https://github.com/bmadcode/BMAD-METHOD/issues/362 )) ([bcb3728 ](bcb3728f88 ))
2025-07-29 02:05:28 +00:00
semantic-release-bot
f7963cbaa9
chore(release): 4.33.0 [skip ci]
...
# [4.33.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.32.0...v4.33.0 ) (2025-07-28)
### Features
* version bump ([e9dd4e7 ](e9dd4e7beb ))
2025-07-28 04:54:52 +00:00
manjaroblack
a80ea150f2
eat: enhance flattener tool with improved CLI integration and custom directory support ( #372 )
...
* feat(cli): move flatten command to installer and update docs
Refactor the flatten command from tools/cli.js to tools/installer/bin/bmad.js for better integration. Add support for custom input directory and improve error handling. Update documentation in README.md and working-in-the-brownfield.md to reflect new command usage. Also clean up package-lock.json and add it to .gitignore.
* chore: update gitignore and add package-lock.json for installer tool
Remove package-lock.json from root gitignore since it's now needed for the installer tool
Add package-lock.json with dependencies for the bmad-method installer
---------
Co-authored-by: Devin Stagner <devin@blackstag.family>
2025-07-27 18:02:08 -05:00
semantic-release-bot
a2ddf926e5
chore(release): 4.32.0 [skip ci]
...
# [4.32.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.31.0...v4.32.0 ) (2025-07-27)
### Bug Fixes
* Add package-lock.json to fix GitHub Actions dependency resolution ([cce7a75 ](cce7a758a6 ))
* GHA fix ([62ccccd ](62ccccdc9e ))
### Features
* Overhaul and Enhance 2D Unity Game Dev Expansion Pack ([#350 ](https://github.com/bmadcode/BMAD-METHOD/issues/350 )) ([a7038d4 ](a7038d43d1 ))
2025-07-27 03:35:50 +00:00
Brian Madison
cce7a758a6
fix: Add package-lock.json to fix GitHub Actions dependency resolution
2025-07-26 14:59:02 -05:00
manjaroblack
9afe4fbdaf
fix/chore: Update console.log for user-guide.md install path. Cleaned up config files/folders and updated .gitignore ( #347 )
...
* fix: Update console.log for user-guide.md install path
Changed
IMPORTANT: Please read the user guide installed at docs/user-guilde.md
to
IMPORTANT: Please read the user guide installed at .bmad-core/user-guide.md
WHY: the actual install location of the user-guide.md is in the .bmad-core directory.
* chore: remove formatting configs and clean up gitignore
- Delete husky pre-commit hook and prettier config files
- Remove VS Code chat/copilot settings
- Reorganize and clean up gitignore entries
2025-07-22 21:22:48 -05:00
semantic-release-bot
bfaaa0ee11
chore(release): 4.31.0 [skip ci]
...
# [4.31.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.4...v4.31.0 ) (2025-07-20)
### Bug Fixes
* enhanced user guide with better diagrams ([c445962 ](c445962f25 ))
### Features
* Installation includes a getting started user guide with detailed mermaid diagram ([df57d77 ](df57d772ca ))
2025-07-20 02:18:34 +00:00
semantic-release-bot
e44271b191
chore(release): 4.30.4 [skip ci]
...
## [4.30.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.3...v4.30.4 ) (2025-07-19)
### Bug Fixes
* docs ([8619006 ](8619006c16 ))
* lint fix ([49e4897 ](49e489701e ))
2025-07-19 15:07:57 +00:00
Brian Madison
49e489701e
fix: lint fix
2025-07-19 10:07:34 -05:00
semantic-release-bot
1062cad9bc
chore(release): 4.30.3 [skip ci]
...
## [4.30.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.2...v4.30.3 ) (2025-07-19)
### Bug Fixes
* improve code in the installer to be more memory efficient ([849e428 ](849e42871a ))
2025-07-19 05:04:46 +00:00
Brian Madison
849e42871a
fix: improve code in the installer to be more memory efficient
2025-07-18 23:51:16 -05:00
semantic-release-bot
0089110e3c
chore(release): 4.30.2 [skip ci]
...
## [4.30.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.1...v4.30.2 ) (2025-07-17)
### Bug Fixes
* remove z2 ([dcb36a9 ](dcb36a9b44 ))
2025-07-17 04:37:47 +00:00
semantic-release-bot
4fd72a6dcb
chore(release): 4.30.1 [skip ci]
...
## [4.30.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.0...v4.30.1 ) (2025-07-15)
### Bug Fixes
* added logo to installer, because why not... ([2cea37a ](2cea37aa8c ))
2025-07-15 00:48:18 +00:00
semantic-release-bot
00285c9250
chore(release): 4.30.0 [skip ci]
...
# [4.30.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.7...v4.30.0 ) (2025-07-15)
### Features
* installer is now VERY clear about IDE selection being a multiselect ([e24b6f8 ](e24b6f84fd ))
2025-07-15 00:39:46 +00:00
semantic-release-bot
2c20531883
chore(release): 4.29.7 [skip ci]
...
## [4.29.7](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.6...v4.29.7 ) (2025-07-14)
### Bug Fixes
* bundle build ([0723eed ](0723eed881 ))
2025-07-14 05:08:00 +00:00
semantic-release-bot
bddb5b05c4
chore(release): 4.29.6 [skip ci]
...
## [4.29.6](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.5...v4.29.6 ) (2025-07-14)
### Bug Fixes
* improve agent task folowing in agressing cost saving ide model combos ([3621c33 ](3621c330e6 ))
2025-07-14 05:06:57 +00:00
semantic-release-bot
ef32eddcd6
chore(release): 4.29.5 [skip ci]
...
## [4.29.5](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.4...v4.29.5 ) (2025-07-14)
### Bug Fixes
* windows regex issue ([9f48c1a ](9f48c1a869 ))
2025-07-14 03:48:54 +00:00
semantic-release-bot
733a085370
chore(release): 4.29.4 [skip ci]
...
## [4.29.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.3...v4.29.4 ) (2025-07-14)
### Bug Fixes
* empty .roomodes, support Windows-style newlines in YAML block regex ([#311 ](https://github.com/bmadcode/BMAD-METHOD/issues/311 )) ([551e30b ](551e30b65e ))
2025-07-14 03:45:02 +00:00
semantic-release-bot
5b8f6cc85d
chore(release): 4.29.3 [skip ci]
...
## [4.29.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.2...v4.29.3 ) (2025-07-13)
### Bug Fixes
* annoying YAML lint error ([afea271 ](afea271e5e ))
2025-07-13 20:52:18 +00:00
semantic-release-bot
c39164789d
chore(release): 4.29.2 [skip ci]
...
## [4.29.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.1...v4.29.2 ) (2025-07-13)
### Bug Fixes
* add readme note about discord joining issues ([4ceaced ](4ceacedd73 ))
2025-07-13 16:56:32 +00:00
semantic-release-bot
192c6a403b
chore(release): 4.29.1 [skip ci]
...
## [4.29.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.0...v4.29.1 ) (2025-07-13)
### Bug Fixes
* brianstorming facilitation output ([f62c05a ](f62c05ab0f ))
2025-07-13 16:33:31 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
semantic-release-bot
60c147aa75
chore(release): 4.19.0 [skip ci]
...
# [4.19.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.18.0...v4.19.0 ) (2025-06-28)
### Bug Fixes
* expansion install config ([50d17ed ](50d17ed65d ))
### Features
* install for ide now sets up rules also for expansion agents! ([b82978f ](b82978fd38 ))
2025-06-28 07:23:35 +00:00
semantic-release-bot
aa15b7a2ca
chore(release): 4.18.0 [skip ci]
...
# [4.18.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.17.0...v4.18.0 ) (2025-06-28)
### Features
* expansion teams can now include core agents and include their assets automatically ([c70f1a0 ](c70f1a056b ))
* remove hardcoding from installer for agents, improve expansion pack installation to its own locations, common files moved to common folder ([95e833b ](95e833beeb ))
2025-06-28 06:12:41 +00:00
semantic-release-bot
a5915934fd
chore(release): 4.17.0 [skip ci]
...
# [4.17.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.16.1...v4.17.0 ) (2025-06-27)
### Features
* add GEMINI.md to agent context files ([#272 ](https://github.com/bmadcode/BMAD-METHOD/issues/272 )) ([b557570 ](b557570081 ))
2025-06-27 23:26:51 +00:00
semantic-release-bot
4bbb251730
chore(release): 4.16.1 [skip ci]
...
## [4.16.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.16.0...v4.16.1 ) (2025-06-26)
### Bug Fixes
* remove accidental folder add ([b1c2de1 ](b1c2de1fb5 ))
2025-06-26 03:13:31 +00:00
semantic-release-bot
263d9c7618
chore(release): 4.16.0 [skip ci]
...
# [4.16.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.15.0...v4.16.0 ) (2025-06-26)
### Features
* repo builds all rules sets for supported ides for easy copy if desired ([ea945bb ](ea945bb43f ))
2025-06-26 02:42:17 +00:00
semantic-release-bot
dd27531151
chore(release): 4.15.0 [skip ci]
...
# [4.15.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.14.1...v4.15.0 ) (2025-06-26)
### Features
* Add Gemini CLI Integration ([#271 ](https://github.com/bmadcode/BMAD-METHOD/issues/271 )) ([44b9d7b ](44b9d7bcb5 ))
2025-06-26 02:34:23 +00:00
semantic-release-bot
429a3d41e9
chore(release): 4.14.1 [skip ci]
...
## [4.14.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.14.0...v4.14.1 ) (2025-06-26)
### Bug Fixes
* add updated web builds ([6dabbcb ](6dabbcb670 ))
2025-06-26 02:19:50 +00:00
semantic-release-bot
8cf9e5d916
chore(release): 4.14.0 [skip ci]
...
# [4.14.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.13.0...v4.14.0 ) (2025-06-25)
### Features
* enhance QA agent as senior developer with code review capabilities and major brownfield improvements ([3af3d33 ](3af3d33d4a ))
2025-06-25 04:57:50 +00:00
semantic-release-bot
fb0be544ad
chore(release): 4.13.0 [skip ci]
...
# [4.13.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.12.0...v4.13.0 ) (2025-06-24)
### Features
* **ide-setup:** add support for Cline IDE and configuration rules ([#262 ](https://github.com/bmadcode/BMAD-METHOD/issues/262 )) ([913dbec ](913dbeced6 ))
2025-06-24 02:47:45 +00:00
semantic-release-bot
730d51eb95
chore(release): 4.12.0 [skip ci]
...
# [4.12.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.11.0...v4.12.0 ) (2025-06-23)
### Features
* **dev-agent:** add quality gates to prevent task completion with failing validations ([#261 ](https://github.com/bmadcode/BMAD-METHOD/issues/261 )) ([45110ff ](45110ffffe ))
2025-06-23 02:49:40 +00:00
semantic-release-bot
c19772498a
chore(release): 4.11.0 [skip ci]
...
# [4.11.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.10.3...v4.11.0 ) (2025-06-21)
### Bug Fixes
* resolve web bundles directory path when using relative paths in NPX installer ([5c8485d ](5c8485d09f ))
### Features
* add markdown-tree integration for document sharding ([540578b ](540578b39d ))
2025-06-21 20:26:47 +00:00
semantic-release-bot
835075e992
chore(release): 4.10.3 [skip ci]
...
## [4.10.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.10.2...v4.10.3 ) (2025-06-20)
### Bug Fixes
* bundle update ([2cf3ba1 ](2cf3ba1ab8 ))
2025-06-20 04:50:24 +00:00
semantic-release-bot
f217bdf07e
chore(release): 4.10.2 [skip ci]
...
## [4.10.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.10.1...v4.10.2 ) (2025-06-20)
### Bug Fixes
* file formatting ([c78a35f ](c78a35f547 ))
2025-06-20 03:48:25 +00:00
semantic-release-bot
1e5c0b5351
chore(release): 4.10.1 [skip ci]
...
## [4.10.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.10.0...v4.10.1 ) (2025-06-20)
### Bug Fixes
* SM sometimes would skip the rest of the epic stories, fixed ([1148b32 ](1148b32fa9 ))
2025-06-20 03:30:30 +00:00
semantic-release-bot
b07a8b367d
chore(release): 4.10.0 [skip ci]
...
# [4.10.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.9.2...v4.10.0 ) (2025-06-19)
### Features
* Core Config and doc sharding is now optional in v4 ([ff6112d ](ff6112d6c2 ))
2025-06-19 23:57:45 +00:00
semantic-release-bot
42a41969b0
chore(release): 4.9.2 [skip ci]
...
## [4.9.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.9.1...v4.9.2 ) (2025-06-19)
### Bug Fixes
* bad brownfield yml ([09d2ad6 ](09d2ad6aea ))
2025-06-19 23:07:55 +00:00
semantic-release-bot
f723e0b0e8
chore(release): 4.9.1 [skip ci]
...
## [4.9.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.9.0...v4.9.1 ) (2025-06-19)
### Bug Fixes
* dist bundles updated ([d9a989d ](d9a989dbe5 ))
2025-06-19 22:13:03 +00:00
semantic-release-bot
651c0d2a9e
chore(release): 4.9.0 [skip ci]
...
# [4.9.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.8.0...v4.9.0 ) (2025-06-19)
### Features
* dev can use debug log configured in core-config.yml ([0e5aaf0 ](0e5aaf07bb ))
2025-06-19 18:36:57 +00:00
semantic-release-bot
3dc21db649
chore(release): 4.8.0 [skip ci]
...
# [4.8.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.7.0...v4.8.0 ) (2025-06-19)
### Bug Fixes
* installer has fast v4 update option now to keep the bmad method up to date with changes easily without breaking any customizations from the user. The SM and DEV are much more configurable to find epics stories and architectureal information when the prd and architecture are deviant from v4 templates and/or have not been sharded. so a config will give the user the option to configure the SM to use the full large documents or the sharded versions! ([aea7f3c ](aea7f3cc86 ))
* prevent double installation when updating v4 ([af0e767 ](af0e767ecf ))
* resolve undefined config properties in performUpdate ([0185e01 ](0185e012bb ))
* update file-manager to properly handle YAML manifest files ([724cdd0 ](724cdd07a1 ))
### Features
* add early v4 detection for improved update flow ([29e7bbf ](29e7bbf4c5 ))
* add file resolution context for IDE agents ([74d9bb4 ](74d9bb4b2b ))
* update web builder to remove IDE-specific properties from agent bundles ([2f2a1e7 ](2f2a1e72d6 ))
2025-06-19 18:25:32 +00:00
semantic-release-bot
91272a0077
chore(release): 4.7.0 [skip ci]
...
# [4.7.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.3...v4.7.0 ) (2025-06-19)
### Features
* extensive bmad-kb for web orchestrator to be much more helpful ([e663a11 ](e663a1146b ))
2025-06-19 14:18:16 +00:00
semantic-release-bot
6dca9cc5ba
chore(release): 4.6.3 [skip ci]
...
## [4.6.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.2...v4.6.3 ) (2025-06-19)
### Bug Fixes
* SM fixed file resolution issue in v4 ([61ab116 ](61ab1161e5 ))
2025-06-19 03:55:00 +00:00
semantic-release-bot
93d3a47326
chore(release): 4.6.2 [skip ci]
...
## [4.6.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.1...v4.6.2 ) (2025-06-19)
### Bug Fixes
* installer upgrade path fixed ([bd6a558 ](bd6a558929 ))
2025-06-19 00:58:56 +00:00
semantic-release-bot
a314df4f22
chore(release): 4.6.1 [skip ci]
...
## [4.6.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.0...v4.6.1 ) (2025-06-19)
### Bug Fixes
* expansion pack builder now includes proper dependencies from core as needed, and default template file name save added to template llm instructions ([9dded00 ](9dded00356 ))
2025-06-19 00:17:38 +00:00
Kayvan Sylvan
3c658ac297
update @kayvan/markdown-tree-parser to v1.6.0 to support CJK characters ( #244 )
...
* chore: update `@kayvan/markdown-tree-parser` to version 1.5.1
### CHANGES
- Upgrade `@kayvan/markdown-tree-parser` to version 1.5.1
- Update package integrity for security improvements
* chore: update @kayvan//markdown-tree-parser to 1.6.0 to support CJK chars
2025-06-18 17:18:47 -05:00
semantic-release-bot
70fa3aa624
chore(release): 4.6.0 [skip ci]
...
# [4.6.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.5.1...v4.6.0 ) (2025-06-18)
### Bug Fixes
* orchestractor yml ([3727cc7 ](3727cc764a ))
### Features
* removed some templates that are not ready for use ([b03aece ](b03aece79e ))
2025-06-18 03:22:28 +00:00
Kayvan Sylvan
e8208ec277
chore: update `@kayvan/markdown-tree-parser` to version 1.5.1 ( #240 )
...
### CHANGES
- Upgrade `@kayvan/markdown-tree-parser` to version 1.5.1
- Update package integrity for security improvements
2025-06-17 21:00:00 -05:00