Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00b9168963 | ||
|
|
3fd683d0a7 | ||
|
|
5a6fe361d0 |
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,9 +1,15 @@
|
|||||||
## [1.0.1](https://github.com/bmadcode/BMAD-METHOD/compare/v1.0.0...v1.0.1) (2025-06-15)
|
# [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](https://github.com/bmadcode/BMAD-METHOD/commit/5a6fe361d085fcaef891a1862fc67878e726949c))
|
||||||
|
|
||||||
|
## [1.0.1](https://github.com/bmadcode/BMAD-METHOD/compare/v1.0.0...v1.0.1) (2025-06-15)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* resolve NPM token configuration ([620b09a](https://github.com/bmadcode/BMAD-METHOD/commit/620b09a556ce8d61ad1a4d8ee7c523d263abd69c))
|
- resolve NPM token configuration ([620b09a](https://github.com/bmadcode/BMAD-METHOD/commit/620b09a556ce8d61ad1a4d8ee7c523d263abd69c))
|
||||||
|
|
||||||
# 1.0.0 (2025-06-15)
|
# 1.0.0 (2025-06-15)
|
||||||
|
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -1,9 +1,9 @@
|
|||||||
# BMAD-METHOD
|
# BMAD-METHOD
|
||||||
|
|
||||||
[](docs/versions.md)
|
[](https://www.npmjs.com/package/bmad-method)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://nodejs.org)
|
[](https://nodejs.org)
|
||||||
[](https://discord.gg/g6ypHytrCB)
|
[](https://discord.gg/YOUR_ACTUAL_DISCORD_INVITE)
|
||||||
|
|
||||||
**AI-Powered Agile Development Framework** - Transform your software development with specialized AI agents that work as your complete Agile team.
|
**AI-Powered Agile Development Framework** - Transform your software development with specialized AI agents that work as your complete Agile team.
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ npx bmad-method install
|
|||||||
# - Fresh installation or upgrade from v3
|
# - Fresh installation or upgrade from v3
|
||||||
# - Full installation or single agent
|
# - Full installation or single agent
|
||||||
# - Destination folder and IDE configuration
|
# - Destination folder and IDE configuration
|
||||||
```
|
```text
|
||||||
|
|
||||||
This installs all agents and configures them for your IDE. If you have an existing v3 installation, it will offer to upgrade it automatically.
|
This installs all agents and configures them for your IDE. If you have an existing v3 installation, it will offer to upgrade it automatically.
|
||||||
|
|
||||||
@@ -135,7 +135,7 @@ After installation with `--ide` flag:
|
|||||||
|
|
||||||
# In Windsurf
|
# In Windsurf
|
||||||
@dev Implement story 1.3
|
@dev Implement story 1.3
|
||||||
```
|
```text
|
||||||
|
|
||||||
### With Web UI (ChatGPT/Claude/Gemini)
|
### With Web UI (ChatGPT/Claude/Gemini)
|
||||||
|
|
||||||
@@ -161,7 +161,7 @@ If you have an existing BMAD-METHOD V3 project, simply run the installer in your
|
|||||||
```bash
|
```bash
|
||||||
npx bmad-method install
|
npx bmad-method install
|
||||||
# The installer will automatically detect your V3 installation and offer to upgrade
|
# The installer will automatically detect your V3 installation and offer to upgrade
|
||||||
```
|
```text
|
||||||
|
|
||||||
The upgrade process will:
|
The upgrade process will:
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "bmad-method",
|
"name": "bmad-method",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "bmad-method",
|
"name": "bmad-method",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@kayvan/markdown-tree-parser": "^1.4.2",
|
"@kayvan/markdown-tree-parser": "^1.4.2",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bmad-method",
|
"name": "bmad-method",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"description": "Breakthrough Method of Agile AI-driven Development",
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
||||||
"main": "tools/cli.js",
|
"main": "tools/cli.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Reference in New Issue
Block a user