Brian Madison
63fa4534ae
fix: bundle build
2025-07-19 19:04:58 -05:00
semantic-release-bot
92ee076157
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-19 19:04:56 -05:00
Brian Madison
35b83b79f2
fix: improve agent task folowing in agressing cost saving ide model combos
2025-07-19 19:04:53 -05:00
semantic-release-bot
a31d3b8558
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-19 19:04:49 -05:00
Brian Madison
f932e6061e
fix: windows regex issue
2025-07-19 19:04:46 -05:00
semantic-release-bot
706fda83a9
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-19 19:04:44 -05:00
Hossam Ghanam
eeee378def
fix: empty .roomodes, support Windows-style newlines in YAML block regex ( #311 )
2025-07-19 19:04:39 -05:00
semantic-release-bot
88a45644a9
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-19 19:04:38 -05:00
Brian Madison
18f6741c41
fix: annoying YAML lint error
2025-07-19 19:04:34 -05:00
semantic-release-bot
5298f79c86
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-19 19:04:30 -05:00
semantic-release-bot
3783cffc74
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-19 19:04:29 -05:00
Brian Madison
804621efe2
fix: add readme note about discord joining issues
2025-07-19 19:04:26 -05:00
Brian Madison
855a75d7f7
improve agent performance in claude code slash commands
2025-07-19 19:04:22 -05:00
Brian Madison
674e039fd0
fix: brianstorming facilitation output
2025-07-19 19:04:18 -05:00
semantic-release-bot
9317df55e8
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-19 19:04:16 -05:00
Brian Madison
ce43a22bb9
feat: Claude Code slash commands for Tasks and Agents!
2025-07-19 19:04:12 -05:00
Brian Madison
bf19ff4221
core agents alignment
2025-07-19 19:04:08 -05:00
semantic-release-bot
a4514eb9b2
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-19 19:04:07 -05:00
Brian Madison
1208b32ba1
feat: bmad-master can load kb properly
2025-07-19 19:04:04 -05:00
Gabriel Lemire
e6be3e99af
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-19 19:04:00 -05:00
Davor Racic
15fcdd0797
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-19 19:03:59 -05:00
manjaroblack
6a5a12599e
refactor(flattener): improve xml generation and file discovery
...
- Simplify file discovery by using gitignore patterns
- Enhance XML generation with proper CDATA handling and indentation
- Remove unused dependencies and clean up code
2025-07-19 18:08:20 -05:00
manjaroblack
d1823fb083
docs: add documentation for codebase flattener tool
...
Add detailed documentation for the new codebase flattener tool, including its features, usage examples, and sample output format. This helps users understand how to prepare their projects for AI model consumption.
2025-07-19 14:33:04 -05:00
manjaroblack
7fb2ad8c93
feat(flattener): improve file processing with progress indicators
...
- Add spinner support for file processing progress
- Simplify XML output format to focus on text files
- Add statistics calculation and summary display
- Improve error handling and user feedback
2025-07-19 14:20:51 -05:00
manjaroblack
6aa7539aea
feat(flattener): enhance codebase flattener with content aggregation
...
Add binary file detection and content aggregation to generate detailed XML output. The flattener now:
- Identifies binary files by extension and content
- Aggregates text file contents with metadata
- Generates comprehensive XML with file statistics
- Handles errors gracefully with detailed reporting
Also update documentation formatting and add biome.json to gitignore
2025-07-19 11:33:16 -05:00
manjaroblack
61b6c3b2ec
feat(flattener): implement file discovery and filtering logic
...
Add file discovery and filtering functionality to the codebase flattener tool
- Use glob and minimatch for pattern matching
- Support .gitignore patterns
- Generate basic XML output with file count
2025-07-18 21:55:53 -05:00
manjaroblack
22f23cb1b3
feat(flattener): add codebase flattening tool and related configs
...
- Add new flattener tool to convert codebase to XML format
- Update package.json with new scripts and dependencies
- Add .vscode settings for SonarLint integration
- Update .gitignore to exclude additional directories and files
2025-07-18 21:17:31 -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
Brian Madison
412f152547
merge
2025-07-06 20:52:09 -05:00
Brian Madison
1b86cd4db3
fix: doc updates
2025-07-06 20:51:40 -05: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
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 ))
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 ))
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 ))
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