bmad-enhanced 1.0.0-alpha → 1.0.1-alpha

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-enhanced",
3
- "version": "1.0.0-alpha",
3
+ "version": "1.0.1-alpha",
4
4
  "description": "Domain-Specialized Agents for BMAD Method - Expert agents for design, quality, and standards workflows",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  "license": "MIT",
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "https://github.com/amalik/BMAD-Enhanced.git"
25
+ "url": "git+https://github.com/amalik/BMAD-Enhanced.git"
26
26
  },
27
27
  "engines": {
28
28
  "node": ">=14.0.0"
@@ -111,7 +111,7 @@ function copyAllAgentFiles() {
111
111
  'steps/step-02-user-flows.md',
112
112
  'steps/step-03-information-architecture.md',
113
113
  'steps/step-04-wireframe-sketch.md',
114
- 'steps/step-05-components-interactions.md',
114
+ 'steps/step-05-components.md',
115
115
  'steps/step-06-synthesize.md'
116
116
  ];
117
117
 
@@ -69,7 +69,7 @@ function copyAgentFiles() {
69
69
  'steps/step-02-user-flows.md',
70
70
  'steps/step-03-information-architecture.md',
71
71
  'steps/step-04-wireframe-sketch.md',
72
- 'steps/step-05-components-interactions.md',
72
+ 'steps/step-05-components.md',
73
73
  'steps/step-06-synthesize.md'
74
74
  ];
75
75