bmad-enhanced 1.1.2 → 1.1.3
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
|
@@ -258,9 +258,7 @@ function printSuccess() {
|
|
|
258
258
|
console.log(' Activate Wade:');
|
|
259
259
|
console.log(` ${CYAN}cat _bmad/bme/_vortex/agents/lean-experiments-specialist.md${RESET}`);
|
|
260
260
|
console.log('');
|
|
261
|
-
console.log(`${
|
|
262
|
-
console.log(` 📚 Emma: ${CYAN}_bmad-output/vortex-artifacts/EMMA-USER-GUIDE.md${RESET}`);
|
|
263
|
-
console.log(` 📚 Wade: ${CYAN}_bmad-output/vortex-artifacts/WADE-USER-GUIDE.md${RESET}`);
|
|
261
|
+
console.log(`${YELLOW}Note: User guides being updated for v1.2.0${RESET}`);
|
|
264
262
|
console.log('');
|
|
265
263
|
}
|
|
266
264
|
|
package/scripts/install-emma.js
CHANGED
|
@@ -160,7 +160,7 @@ function printSuccess() {
|
|
|
160
160
|
console.log(' 2. Create your first lean persona:');
|
|
161
161
|
console.log(` ${CYAN}Select workflow: lean-persona${RESET}`);
|
|
162
162
|
console.log('');
|
|
163
|
-
console.log(
|
|
163
|
+
console.log(`${YELLOW}Note: User guides being updated for v1.2.0${RESET}`);
|
|
164
164
|
console.log('');
|
|
165
165
|
}
|
|
166
166
|
|
package/scripts/install-wade.js
CHANGED
|
@@ -170,7 +170,7 @@ function printSuccess() {
|
|
|
170
170
|
console.log(' 2. Run your first lean experiment:');
|
|
171
171
|
console.log(` ${CYAN}Select workflow: lean-experiment${RESET}`);
|
|
172
172
|
console.log('');
|
|
173
|
-
console.log(
|
|
173
|
+
console.log(`${YELLOW}Note: User guides being updated for v1.2.0${RESET}`);
|
|
174
174
|
console.log('');
|
|
175
175
|
}
|
|
176
176
|
|