bmad-enhanced 1.1.0 โ†’ 1.1.1

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/README.md CHANGED
@@ -94,7 +94,7 @@ cd BMAD-Enhanced
94
94
  npm install
95
95
 
96
96
  # Agents are already installed and operational
97
- cat _bmad/bme/_designos/agents/empathy-mapper.md
97
+ cat _bmad/bme/_vortex/agents/contextualization-expert.md
98
98
  ```
99
99
 
100
100
  **What gets installed:**
@@ -108,7 +108,7 @@ cat _bmad/bme/_designos/agents/empathy-mapper.md
108
108
 
109
109
  ```bash
110
110
  # Activate Emma
111
- cat _bmad/bme/_vortex/agents/empathy-mapper.md
111
+ cat _bmad/bme/_vortex/agents/contextualization-expert.md
112
112
  ```
113
113
 
114
114
  Emma will guide you through strategic contextualization:
@@ -122,7 +122,7 @@ Emma will guide you through strategic contextualization:
122
122
 
123
123
  ```bash
124
124
  # Activate Wade
125
- cat _bmad/bme/_vortex/agents/wireframe-designer.md
125
+ cat _bmad/bme/_vortex/agents/lean-experiments-specialist.md
126
126
  ```
127
127
 
128
128
  Wade will guide you through validated learning:
@@ -155,7 +155,7 @@ All agents built using a standard pattern:
155
155
 
156
156
  ## ๐Ÿš€ Agents
157
157
 
158
- ### Emma (empathy-mapper) - โœ… REPOSITIONED
158
+ ### Emma (contextualization-expert) - โœ… REPOSITIONED
159
159
 
160
160
  **Status:** Repositioned in v1.1.0 - Workflows coming in v1.2.0
161
161
  **Title:** Contextualization Expert ๐ŸŽฏ
@@ -180,7 +180,7 @@ All agents built using a standard pattern:
180
180
 
181
181
  ---
182
182
 
183
- ### Wade (wireframe-designer) - โœ… REPOSITIONED
183
+ ### Wade (lean-experiments-specialist) - โœ… REPOSITIONED
184
184
 
185
185
  **Status:** Repositioned in v1.1.0 - Workflows coming in v1.2.0
186
186
  **Title:** Lean Experiments Specialist ๐Ÿงช
@@ -316,7 +316,7 @@ Clear, comprehensive documentation:
316
316
 
317
317
  1. **Clone Emma's structure:**
318
318
  ```bash
319
- cp -r _bmad/bme/_designos/agents/empathy-mapper.md \
319
+ cp -r _bmad/bme/_vortex/agents/contextualization-expert.md \
320
320
  _bmad/bme/_designos/agents/your-agent.md
321
321
  ```
322
322
 
@@ -400,8 +400,8 @@ Clear, comprehensive documentation:
400
400
  ### Current Focus: Week 1-2 (Agent Development)
401
401
 
402
402
  **Week 1:**
403
- - โœ… Day 1-2: Emma (empathy-mapper) - COMPLETE
404
- - โœ… Day 3-7: Wade (wireframe-designer) - COMPLETE
403
+ - โœ… Day 1-2: Emma (contextualization-expert) - COMPLETE
404
+ - โœ… Day 3-7: Wade (lean-experiments-specialist) - COMPLETE
405
405
 
406
406
  **Week 2:**
407
407
  - ๐Ÿ“‹ Day 1-3: Sage (quality-gatekeeper)
@@ -11,8 +11,8 @@ communication_language: "en"
11
11
 
12
12
  # Agents in this submodule
13
13
  agents:
14
- - empathy-mapper # Emma - Contextualization Expert
15
- - wireframe-designer # Wade - Lean Experiments Specialist
14
+ - contextualization-expert # Emma - Contextualization Expert
15
+ - lean-experiments-specialist # Wade - Lean Experiments Specialist
16
16
 
17
17
  # Workflows available
18
18
  workflows:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-enhanced",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Vortex Framework - Contextualize and Externalize streams for Lean Startup validation",
5
5
  "main": "index.js",
6
6
  "bin": {