bmad-method 4.25.1 → 4.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -0
- package/package.json +1 -1
- package/tools/installer/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [4.26.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.25.1...v4.26.0) (2025-07-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **trae:** add support for trae ide integration ([#298](https://github.com/bmadcode/BMAD-METHOD/issues/298)) ([fae0f5f](https://github.com/bmadcode/BMAD-METHOD/commit/fae0f5ff73a603dc1aacc29f184e2a4138446524))
|
|
7
|
+
|
|
1
8
|
## [4.25.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.25.0...v4.25.1) (2025-07-06)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -383,6 +383,7 @@ Want to help improve the BMad Method. Fork n' Clone the repo
|
|
|
383
383
|
git clone https://github.com/bmadcode/bmad-method.git
|
|
384
384
|
cd bmad-method
|
|
385
385
|
|
|
386
|
+
npm install
|
|
386
387
|
npm run build # rebuild the dist folder
|
|
387
388
|
npm run install:bmad # build and install all to a destination folder
|
|
388
389
|
```
|
package/package.json
CHANGED