114 Commits

Author SHA1 Message Date
semantic-release-bot
c0ceed94c1 chore(release): 4.2.0 [skip ci]
# [4.2.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.1.0...v4.2.0) (2025-06-15)

### Bug Fixes

* auto semantic versioning fix ([166ed04](166ed04767))
* auto semantic versioning fix again ([11260e4](11260e4395))
* resolve NPM token configuration ([620b09a](620b09a556))
* resolve NPM token configuration ([b447a8b](b447a8bd57))

### Features

* update badges to use dynamic NPM version ([5a6fe36](5a6fe361d0))
2025-06-15 01:31:05 +00:00
semantic-release-bot
00b9168963 chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/bmadcode/BMAD-METHOD/compare/v1.0.1...v1.1.0) (2025-06-15)

### Features

* update badges to use dynamic NPM version ([5a6fe36](5a6fe361d0))
2025-06-15 01:30:10 +00:00
semantic-release-bot
9b3d2faeb7 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/bmadcode/BMAD-METHOD/compare/v1.0.0...v1.0.1) (2025-06-15)

### Bug Fixes

* resolve NPM token configuration ([620b09a](620b09a556))
2025-06-15 01:26:42 +00:00
Brian Madison
166ed04767 fix: auto semantic versioning fix 2025-06-14 20:09:20 -05:00
Brian Madison
8d5814c7f5 remove unneeded script and deps 2025-06-14 18:27:25 -05:00
Brian Madison
bc3f60df91 versioning doc 2025-06-14 18:27:08 -05:00
Brian Madison
0ea5e50aa7 feat: add versioning and release automation
- Add semantic-release with changelog and git plugins
- Add manual version bump script (patch/minor/major)
- Add GitHub Actions workflow for automated releases
- Add npm scripts for version management
- Setup .releaserc.json for semantic-release configuration
2025-06-14 18:19:44 -05:00
Brian Madison
fcbfc608f1 formatter updates 2025-06-14 18:11:16 -05:00
Brian Madison
8d788b6f49 fix: Add glob dependency for installer
- Adds missing glob package used by file-manager.js
- Fixes MODULE_NOT_FOUND error for glob

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-13 08:52:51 -05:00
Brian Madison
0a838e9d57 fix: Add installer dependencies to root package.json
- Adds chalk, fs-extra, inquirer, ora for installer functionality
- Fixes MODULE_NOT_FOUND errors when running via npx

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-13 08:50:34 -05:00
Brian Madison
204012b35e added kayvans tree parser 2025-06-13 08:05:58 -05:00
Brian Madison
8916211ba9 installer functional 2025-06-12 22:38:24 -05:00
Brian Madison
aa3d8eba67 doc updates, build folder renamed to tools, readme clarity for v4 2025-06-08 10:36:23 -05:00
Brian Madison
f91f49a6d9 massive v4 framework WIP part 1 2025-06-06 02:24:31 -05:00