convoke-agents 2.0.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.
Files changed (244) hide show
  1. package/CHANGELOG.md +920 -0
  2. package/INSTALLATION.md +230 -0
  3. package/LICENSE +21 -0
  4. package/README.md +330 -0
  5. package/UPDATE-GUIDE.md +220 -0
  6. package/_bmad/bme/_vortex/README.md +150 -0
  7. package/_bmad/bme/_vortex/agents/contextualization-expert.md +100 -0
  8. package/_bmad/bme/_vortex/agents/discovery-empathy-expert.md +117 -0
  9. package/_bmad/bme/_vortex/agents/hypothesis-engineer.md +117 -0
  10. package/_bmad/bme/_vortex/agents/lean-experiments-specialist.md +118 -0
  11. package/_bmad/bme/_vortex/agents/learning-decision-expert.md +117 -0
  12. package/_bmad/bme/_vortex/agents/production-intelligence-specialist.md +117 -0
  13. package/_bmad/bme/_vortex/agents/research-convergence-specialist.md +117 -0
  14. package/_bmad/bme/_vortex/compass-routing-reference.md +312 -0
  15. package/_bmad/bme/_vortex/config.yaml +46 -0
  16. package/_bmad/bme/_vortex/contracts/hc1-empathy-artifacts.md +152 -0
  17. package/_bmad/bme/_vortex/contracts/hc2-problem-definition.md +125 -0
  18. package/_bmad/bme/_vortex/contracts/hc3-hypothesis-contract.md +112 -0
  19. package/_bmad/bme/_vortex/contracts/hc4-experiment-context.md +140 -0
  20. package/_bmad/bme/_vortex/contracts/hc5-signal-report.md +130 -0
  21. package/_bmad/bme/_vortex/examples/hc2-example-problem-definition.md +85 -0
  22. package/_bmad/bme/_vortex/examples/hc3-example-hypothesis-contract.md +103 -0
  23. package/_bmad/bme/_vortex/examples/hc5-example-signal-report.md +76 -0
  24. package/_bmad/bme/_vortex/guides/EMMA-USER-GUIDE.md +232 -0
  25. package/_bmad/bme/_vortex/guides/ISLA-USER-GUIDE.md +208 -0
  26. package/_bmad/bme/_vortex/guides/LIAM-USER-GUIDE.md +255 -0
  27. package/_bmad/bme/_vortex/guides/MAX-USER-GUIDE.md +213 -0
  28. package/_bmad/bme/_vortex/guides/MILA-USER-GUIDE.md +235 -0
  29. package/_bmad/bme/_vortex/guides/NOAH-USER-GUIDE.md +258 -0
  30. package/_bmad/bme/_vortex/guides/WADE-USER-GUIDE.md +245 -0
  31. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/empathy-map.template.md +143 -0
  32. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-01-define-user.md +60 -0
  33. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-02-says-thinks.md +67 -0
  34. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-03-does-feels.md +79 -0
  35. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-04-pain-points.md +87 -0
  36. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-05-gains.md +103 -0
  37. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-06-synthesize.md +104 -0
  38. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/validate.md +117 -0
  39. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/workflow.md +44 -0
  40. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-01-define-requirements.md +85 -0
  41. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-02-user-flows.md +59 -0
  42. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-03-information-architecture.md +68 -0
  43. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-04-wireframe-sketch.md +97 -0
  44. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-05-components.md +128 -0
  45. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-06-synthesize.md +83 -0
  46. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/wireframe.template.md +287 -0
  47. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/workflow.md +44 -0
  48. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-01-setup.md +66 -0
  49. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-02-context.md +93 -0
  50. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-03-risk-mapping.md +103 -0
  51. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-04-synthesize.md +101 -0
  52. package/_bmad/bme/_vortex/workflows/assumption-mapping/workflow.md +49 -0
  53. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-01-setup.md +81 -0
  54. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-02-context.md +67 -0
  55. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-03-classification.md +98 -0
  56. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-04-evidence.md +100 -0
  57. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-05-synthesize.md +174 -0
  58. package/_bmad/bme/_vortex/workflows/behavior-analysis/workflow.md +52 -0
  59. package/_bmad/bme/_vortex/workflows/contextualize-scope/contextualize-scope.template.md +67 -0
  60. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-01-list-opportunities.md +47 -0
  61. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-02-define-criteria.md +36 -0
  62. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-03-evaluate-opportunities.md +30 -0
  63. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-04-define-boundaries.md +32 -0
  64. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-05-validate-fit.md +28 -0
  65. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-06-synthesize.md +36 -0
  66. package/_bmad/bme/_vortex/workflows/contextualize-scope/validate.md +30 -0
  67. package/_bmad/bme/_vortex/workflows/contextualize-scope/workflow.md +59 -0
  68. package/_bmad/bme/_vortex/workflows/empathy-map/empathy-map.template.md +143 -0
  69. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-01-define-user.md +60 -0
  70. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-02-says-thinks.md +67 -0
  71. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-03-does-feels.md +79 -0
  72. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-04-pain-points.md +87 -0
  73. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-05-gains.md +103 -0
  74. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-06-synthesize.md +107 -0
  75. package/_bmad/bme/_vortex/workflows/empathy-map/validate.md +117 -0
  76. package/_bmad/bme/_vortex/workflows/empathy-map/workflow.md +45 -0
  77. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-01-setup.md +66 -0
  78. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-02-context.md +77 -0
  79. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-03-design.md +114 -0
  80. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-04-synthesize.md +128 -0
  81. package/_bmad/bme/_vortex/workflows/experiment-design/workflow.md +51 -0
  82. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-01-setup.md +66 -0
  83. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-02-context.md +80 -0
  84. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-03-brainwriting.md +79 -0
  85. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-04-assumption-mapping.md +102 -0
  86. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-05-synthesize.md +130 -0
  87. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/workflow.md +52 -0
  88. package/_bmad/bme/_vortex/workflows/lean-experiment/lean-experiment.template.md +29 -0
  89. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-01-hypothesis.md +58 -0
  90. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-02-design.md +68 -0
  91. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-03-metrics.md +73 -0
  92. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-04-run.md +75 -0
  93. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-05-analyze.md +84 -0
  94. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-06-decide.md +111 -0
  95. package/_bmad/bme/_vortex/workflows/lean-experiment/validate.md +30 -0
  96. package/_bmad/bme/_vortex/workflows/lean-experiment/workflow.md +26 -0
  97. package/_bmad/bme/_vortex/workflows/lean-persona/lean-persona.template.md +163 -0
  98. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-01-define-job.md +72 -0
  99. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-02-current-solution.md +83 -0
  100. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-03-problem-contexts.md +90 -0
  101. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-04-forces-anxieties.md +98 -0
  102. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-05-success-criteria.md +103 -0
  103. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-06-synthesize.md +129 -0
  104. package/_bmad/bme/_vortex/workflows/lean-persona/validate.md +30 -0
  105. package/_bmad/bme/_vortex/workflows/lean-persona/workflow.md +50 -0
  106. package/_bmad/bme/_vortex/workflows/learning-card/learning-card.template.md +179 -0
  107. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-01-experiment-context.md +100 -0
  108. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-02-raw-results.md +125 -0
  109. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-03-analysis.md +125 -0
  110. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-04-validated-learning.md +139 -0
  111. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-05-implications.md +134 -0
  112. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-06-synthesize.md +121 -0
  113. package/_bmad/bme/_vortex/workflows/learning-card/validate.md +134 -0
  114. package/_bmad/bme/_vortex/workflows/learning-card/workflow.md +51 -0
  115. package/_bmad/bme/_vortex/workflows/mvp/mvp.template.md +40 -0
  116. package/_bmad/bme/_vortex/workflows/mvp/steps/step-01-riskiest-assumption.md +17 -0
  117. package/_bmad/bme/_vortex/workflows/mvp/steps/step-02-success-criteria.md +13 -0
  118. package/_bmad/bme/_vortex/workflows/mvp/steps/step-03-smallest-test.md +13 -0
  119. package/_bmad/bme/_vortex/workflows/mvp/steps/step-04-scope-features.md +13 -0
  120. package/_bmad/bme/_vortex/workflows/mvp/steps/step-05-build-measure-learn.md +13 -0
  121. package/_bmad/bme/_vortex/workflows/mvp/steps/step-06-synthesize.md +28 -0
  122. package/_bmad/bme/_vortex/workflows/mvp/validate.md +30 -0
  123. package/_bmad/bme/_vortex/workflows/mvp/workflow.md +36 -0
  124. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-01-setup.md +102 -0
  125. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-02-context.md +81 -0
  126. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-03-pattern-identification.md +88 -0
  127. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-04-theme-clustering.md +100 -0
  128. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-05-synthesize.md +135 -0
  129. package/_bmad/bme/_vortex/workflows/pattern-mapping/workflow.md +58 -0
  130. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/pivot-patch-persevere.template.md +201 -0
  131. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-01-evidence-review.md +125 -0
  132. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-02-hypothesis-assessment.md +132 -0
  133. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-03-option-analysis.md +167 -0
  134. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-04-stakeholder-input.md +141 -0
  135. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-05-decision.md +161 -0
  136. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-06-action-plan.md +188 -0
  137. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/validate.md +159 -0
  138. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/workflow.md +51 -0
  139. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-01-setup.md +97 -0
  140. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-02-context.md +86 -0
  141. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-03-jtbd-reframing.md +88 -0
  142. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-04-pains-gains-revision.md +76 -0
  143. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-05-synthesize.md +158 -0
  144. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/workflow.md +52 -0
  145. package/_bmad/bme/_vortex/workflows/product-vision/product-vision.template.md +147 -0
  146. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-01-define-problem.md +89 -0
  147. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-02-target-market.md +91 -0
  148. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-03-unique-approach.md +87 -0
  149. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-04-future-state.md +100 -0
  150. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-05-principles.md +92 -0
  151. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-06-synthesize.md +170 -0
  152. package/_bmad/bme/_vortex/workflows/product-vision/validate.md +30 -0
  153. package/_bmad/bme/_vortex/workflows/product-vision/workflow.md +55 -0
  154. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-01-setup.md +84 -0
  155. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-02-context.md +66 -0
  156. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-03-monitoring.md +74 -0
  157. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-04-prioritization.md +97 -0
  158. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-05-synthesize.md +183 -0
  159. package/_bmad/bme/_vortex/workflows/production-monitoring/workflow.md +52 -0
  160. package/_bmad/bme/_vortex/workflows/proof-of-concept/proof-of-concept.template.md +25 -0
  161. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-01-risk.md +79 -0
  162. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-02-scope.md +105 -0
  163. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-03-build.md +92 -0
  164. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-04-test.md +103 -0
  165. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-05-evaluate.md +114 -0
  166. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-06-document.md +125 -0
  167. package/_bmad/bme/_vortex/workflows/proof-of-concept/validate.md +30 -0
  168. package/_bmad/bme/_vortex/workflows/proof-of-concept/workflow.md +26 -0
  169. package/_bmad/bme/_vortex/workflows/proof-of-value/proof-of-value.template.md +29 -0
  170. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-01-value-hypothesis.md +75 -0
  171. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-02-validation-design.md +94 -0
  172. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-03-willingness.md +96 -0
  173. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-04-test.md +107 -0
  174. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-05-analyze.md +116 -0
  175. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-06-document.md +147 -0
  176. package/_bmad/bme/_vortex/workflows/proof-of-value/validate.md +30 -0
  177. package/_bmad/bme/_vortex/workflows/proof-of-value/workflow.md +26 -0
  178. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-01-setup.md +69 -0
  179. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-02-context.md +70 -0
  180. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-03-jtbd-framing.md +81 -0
  181. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-04-pains-gains.md +77 -0
  182. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-05-synthesize.md +147 -0
  183. package/_bmad/bme/_vortex/workflows/research-convergence/workflow.md +50 -0
  184. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-01-setup.md +68 -0
  185. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-02-context.md +67 -0
  186. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-03-signal-analysis.md +85 -0
  187. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-04-anomaly-detection.md +93 -0
  188. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-05-synthesize.md +163 -0
  189. package/_bmad/bme/_vortex/workflows/signal-interpretation/workflow.md +52 -0
  190. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-01-discovery-scope.md +77 -0
  191. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-02-research-methods.md +152 -0
  192. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-03-research-plan.md +159 -0
  193. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-04-execute.md +169 -0
  194. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-05-organize-data.md +149 -0
  195. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-06-synthesize.md +159 -0
  196. package/_bmad/bme/_vortex/workflows/user-discovery/user-discovery.template.md +231 -0
  197. package/_bmad/bme/_vortex/workflows/user-discovery/validate.md +153 -0
  198. package/_bmad/bme/_vortex/workflows/user-discovery/workflow.md +45 -0
  199. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-01-research-goals.md +100 -0
  200. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-02-interview-script.md +123 -0
  201. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-03-recruitment.md +144 -0
  202. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-04-conduct.md +154 -0
  203. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-05-findings.md +163 -0
  204. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-06-synthesize.md +171 -0
  205. package/_bmad/bme/_vortex/workflows/user-interview/user-interview.template.md +250 -0
  206. package/_bmad/bme/_vortex/workflows/user-interview/validate.md +142 -0
  207. package/_bmad/bme/_vortex/workflows/user-interview/workflow.md +51 -0
  208. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-01-current-state.md +56 -0
  209. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-02-evidence-inventory.md +70 -0
  210. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-03-gap-analysis.md +76 -0
  211. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-04-stream-evaluation.md +57 -0
  212. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-05-recommendation.md +65 -0
  213. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-06-navigation-plan.md +72 -0
  214. package/_bmad/bme/_vortex/workflows/vortex-navigation/validate.md +75 -0
  215. package/_bmad/bme/_vortex/workflows/vortex-navigation/vortex-navigation.template.md +105 -0
  216. package/_bmad/bme/_vortex/workflows/vortex-navigation/workflow.md +54 -0
  217. package/index.js +56 -0
  218. package/package.json +77 -0
  219. package/scripts/README.md +226 -0
  220. package/scripts/convoke-doctor.js +322 -0
  221. package/scripts/docs-audit.js +584 -0
  222. package/scripts/install-all-agents.js +9 -0
  223. package/scripts/install-vortex-agents.js +208 -0
  224. package/scripts/postinstall.js +104 -0
  225. package/scripts/update/convoke-migrate.js +169 -0
  226. package/scripts/update/convoke-update.js +272 -0
  227. package/scripts/update/convoke-version.js +134 -0
  228. package/scripts/update/lib/agent-registry.js +144 -0
  229. package/scripts/update/lib/backup-manager.js +243 -0
  230. package/scripts/update/lib/config-merger.js +242 -0
  231. package/scripts/update/lib/migration-runner.js +367 -0
  232. package/scripts/update/lib/refresh-installation.js +171 -0
  233. package/scripts/update/lib/utils.js +96 -0
  234. package/scripts/update/lib/validator.js +360 -0
  235. package/scripts/update/lib/version-detector.js +241 -0
  236. package/scripts/update/migrations/1.0.x-to-1.3.0.js +128 -0
  237. package/scripts/update/migrations/1.1.x-to-1.3.0.js +29 -0
  238. package/scripts/update/migrations/1.2.x-to-1.3.0.js +29 -0
  239. package/scripts/update/migrations/1.3.x-to-1.5.0.js +29 -0
  240. package/scripts/update/migrations/1.4.x-to-1.5.0.js +29 -0
  241. package/scripts/update/migrations/1.5.x-to-1.6.0.js +95 -0
  242. package/scripts/update/migrations/1.6.x-to-1.7.0.js +29 -0
  243. package/scripts/update/migrations/1.7.x-to-2.0.0.js +31 -0
  244. package/scripts/update/migrations/registry.js +194 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,920 @@
1
+ # Changelog
2
+
3
+ All notable changes to Convoke will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ---
9
+
10
+ ## [2.0.0] - 2026-03-07
11
+
12
+ ### Changed
13
+
14
+ - **Product renamed to Convoke.** Package name is now `convoke` on npm (`npm install convoke-agents`).
15
+ - **All CLI commands renamed** from `bmad-*` to `convoke-*`:
16
+ - `convoke-install-vortex` (was `bmad-install-vortex-agents`)
17
+ - `convoke-install` (was `bmad-install-agents`)
18
+ - `convoke-update` (was `bmad-update`)
19
+ - `convoke-version` (was `bmad-version`)
20
+ - `convoke-doctor` (was `bmad-doctor`)
21
+ - `convoke-migrate` (was `bmad-migrate`)
22
+ - **Migration path from v1.7.x** — Run `npm install convoke-agents && npx convoke-update` to migrate
23
+ - **`_bmad/` directory preserved** — All agent files, workflows, and user data remain in `_bmad/` for BMAD Method compatibility
24
+ - **Repository URL** updated to `github.com/amalik/convoke-agents`
25
+
26
+ ---
27
+
28
+ ## [1.7.1] - 2026-03-03
29
+
30
+ ### Fixed
31
+
32
+ - **`convoke-update` failed to upgrade from 1.6.x to 1.7.0** — Missing `1.6.x-to-1.7.0` migration in registry caused "No migrations needed (versions compatible)" instead of running the upgrade. Added migration entry and no-op delta file.
33
+
34
+ ---
35
+
36
+ ## [1.7.0] - 2026-03-02
37
+
38
+ ### Added
39
+
40
+ - **Docs Audit Tool** (`npm run docs:audit`) — Programmatic documentation quality checker with 5 check types:
41
+ - Stale numeric references (detects outdated agent/workflow counts)
42
+ - Broken internal links
43
+ - Incomplete agent listing tables (with relationship table detection)
44
+ - Internal naming convention leaks (`_vortex` in user-facing prose)
45
+ - Forward-compatibility checks
46
+ - **P0 Content Correctness Test Suite** — 12 test files covering activation, voice consistency, content correctness, handoff contracts, and workflow structure for all 7 agents
47
+ - **18 production-quality workflow step files** for Wade's three remaining workflows:
48
+ - `lean-experiment/steps/` — step-01-hypothesis through step-06-decide
49
+ - `proof-of-concept/steps/` — step-01-risk through step-06-document
50
+ - `proof-of-value/steps/` — step-01-value-hypothesis through step-06-document
51
+ - **7 comprehensive user guides** — Created/expanded guides for all 7 agents in `_bmad/bme/_vortex/guides/`
52
+ - **"Your First 15 Minutes" walkthrough** in README — 6-step guided onboarding from config to first artifact
53
+ - **Activation model explanation** in README — explains what agent files are and how Claude adopts personas
54
+ - **Config personalization step** in README Quick Start and installer output
55
+ - **`convoke-update` test suite** — 615+ lines covering upgrade flows, config merging, version detection
56
+ - **`convoke-version` test suite** — 377 lines covering version display, migration history, update detection
57
+ - **`docs-audit` test suite** — 539 lines covering all 5 check functions
58
+ - **7-agent journey example** — Complete busy-parents walkthrough demonstrating all 7 agents and handoff contracts
59
+ - **Structured feedback mechanism** — GitHub issue template for agent/workflow feedback
60
+
61
+ ### Changed
62
+
63
+ - **CRITICAL: Fixed npm package bloat** — Package reduced from 1618 files / 9.7 MB to 242 files / 1.1 MB. The `files` field in `package.json` was too broad (`"_bmad/"`, `"_bmad-output/"`), shipping internal backups, migration logs, sprint artifacts, and all BMAD modules (bmm, cis, core, tea). Now precisely targets `"_bmad/bme/_vortex/"` only.
64
+ - **Config merger smart-merge** — `mergeConfig()` now preserves user-added agents and workflows during updates. Canonical entries maintain registry order; user-added entries are deduplicated and appended.
65
+ - **User guide invocation methods reordered** — Direct File Reading is now Method 1 (Recommended) in all 7 guides; Slash Command is Method 2 (BMAD Environments Only)
66
+ - **README overhaul** — Value proposition, visual Vortex diagram, agent output previews, Claude Code/Claude.ai activation instructions
67
+ - **Installer output** — Now shows numbered "Next Steps" including config personalization
68
+ - **Journey example condensed** — 944 to 888 lines, tightened transition sections
69
+ - **docs/agents.md** — Updated agent count references, handoff contract documentation
70
+ - **docs/faq.md** — Expanded with workflow and agent questions
71
+ - **INSTALLATION.md** — Updated installation instructions
72
+ - **UPDATE-GUIDE.md** — Added user-agent preservation documentation
73
+
74
+ ### Fixed
75
+
76
+ - Config merger overwrote user-added agents on upgrade (now preserved via smart-merge)
77
+ - Incomplete agent table detection false positives on relationship/contract-flow tables
78
+ - Internal naming leak check false positives on markdown link targets and backtick-wrapped paths
79
+ - `_vortex` appearing unescaped in 7 user guide Credits sections
80
+ - Separator and header rows incorrectly counted in agent table completeness check
81
+ - README "Type `LP`" instruction meaningless to new users (now "Select **Lean Persona** from the menu")
82
+ - Redundant config personalization step in "Your First 15 Minutes"
83
+
84
+ ### Technical Details
85
+
86
+ - **Tests:** 309 pass, 0 fail, 0 todo (unit + integration + P0)
87
+ - **Package:** 242 files, 1.1 MB unpacked (was 1618 files, 9.7 MB)
88
+ - **Docs audit:** `npm run docs:audit --json` returns `[]` (zero findings)
89
+ - **All 22 workflows** now have production-quality step content (no placeholders)
90
+
91
+ ---
92
+
93
+ ## [1.6.0] - 2026-02-26
94
+
95
+ ### Added
96
+
97
+ - **Mila — Research Convergence Specialist** (Stream 3: Synthesize) — New agent that converges divergent research into actionable problem definitions using JTBD framing and Pains & Gains analysis
98
+ - `research-convergence` workflow — Synthesize multiple research artifacts into a single problem definition
99
+ - `pivot-resynthesis` workflow — Re-synthesize problem definition after failed experiments
100
+ - `pattern-mapping` workflow — Surface convergent patterns across research sources
101
+ - **Liam — Hypothesis Engineer** (Stream 4: Hypothesize) — New agent that engineers testable hypotheses from validated problem definitions using structured brainwriting and assumption mapping
102
+ - `hypothesis-engineering` workflow — Produce testable hypotheses in 4-field contract format
103
+ - `assumption-mapping` workflow — Classify hidden assumptions by risk level
104
+ - `experiment-design` workflow — Design experiments targeting riskiest assumptions first
105
+ - **Noah — Production Intelligence Specialist** (Stream 6: Sensitize) — New agent that interprets production signals through experiment lineage context
106
+ - `signal-interpretation` workflow — Contextual interpretation of production signals
107
+ - `behavior-analysis` workflow — Behavioral pattern analysis against experiment baselines
108
+ - `production-monitoring` workflow — Multi-signal monitoring across active experiments
109
+ - **10 Handoff Contracts (HC1-HC10)** — Structured information flow between all 7 agents
110
+ - HC1-HC5: Artifact contracts with schema definitions in `_bmad/bme/_vortex/contracts/`
111
+ - HC6-HC8: Decision-driven routing contracts (Max → Mila/Isla/Emma)
112
+ - HC9-HC10: Flag-driven routing contracts (Liam → Isla, Noah → Isla)
113
+ - **Compass Routing** — Every workflow's final step includes evidence-driven routing table with agent recommendations
114
+ - **Compass Routing Reference** — Authoritative routing document (`_bmad/bme/_vortex/compass-routing-reference.md`) defining all routes across 22 workflows
115
+ - **Cross-agent routing for existing agents** — Emma, Isla, Wade, and Max now route to Mila, Liam, and Noah where appropriate
116
+ - **Module README** — Technical inventory at `_bmad/bme/_vortex/README.md` with complete agent, workflow, and contract listings
117
+ - **Extensibility documentation** — 4-step pattern for adding new agents (registry → agent file → workflows → guide) validates NFR9/E4
118
+
119
+ ### Changed
120
+
121
+ - **README.md** — Updated from 4-agent to 7-agent framework with non-linear Vortex diagram, 10 HC contracts, and Compass routing
122
+ - **docs/agents.md** — Expanded from 4-agent reference to comprehensive 7-agent practitioner guide with user journeys, handoff contracts, and Compass documentation
123
+ - **Agent registry** — Now contains 7 agents and 22 workflows (was 4 agents, 13 workflows)
124
+ - **Roadmap** — v1.6.0 marked as current release; Wave 3 complete
125
+
126
+ ---
127
+
128
+ ## [1.5.2] - 2026-02-22
129
+
130
+ ### Changed
131
+
132
+ - **Registry-driven postinstall** — `postinstall.js` now imports from `agent-registry.js` instead of hardcoding agent names; agent list stays current automatically
133
+ - **Removed deprecated installer wrappers** — Deleted `install-emma.js` and `install-wade.js`; removed `convoke-install-emma` / `convoke-install-wade` bin entries and `install:emma` / `install:wade` scripts
134
+ - **Manifest persona data moved to registry** — `createAgentManifest()` now reads role, identity, communication_style, and expertise from `agent-registry.js` instead of hardcoded CSV strings
135
+ - **Formalized config schema** — `validateConfig()` rewritten to iterate a declarative `CONFIG_SCHEMA`; added type checks for `submodule_name`, `module`, `output_folder`, `communication_language`, `party_mode_enabled`, and array-item types for `agents`/`workflows`
136
+
137
+ ### Fixed
138
+
139
+ - CHANGELOG.md backfilled with missing v1.4.0, v1.4.1, and v1.5.1 entries
140
+
141
+ ---
142
+
143
+ ## [1.5.1] - 2026-02-20
144
+
145
+ ### Added
146
+
147
+ - **Test hardening** — 184 tests (130 unit + 54 integration), all green
148
+ - Line coverage raised to 83.4% (up from 68%)
149
+ - `validator.js` coverage: 96% (was 21%)
150
+ - `migration-runner.js` coverage: 81% (was 28%)
151
+ - Installer E2E test (CLI as child process)
152
+ - `convoke-doctor` negative-path tests (8 scenarios)
153
+
154
+ ### Fixed
155
+
156
+ - Validator now checks all 4 agents (was only 2)
157
+ - `mergeConfig` seeds structural defaults for fresh installs so config and validation stay consistent
158
+
159
+ ### Added
160
+
161
+ - **Vortex Compass** — Evidence-driven cross-stream navigation in every workflow's final step
162
+ - Conditional "If you learned X → go to Y" tables replace fixed "Next suggested workflow" links
163
+ - Each compass points to workflows across different agents, creating true vortex loops
164
+ - All 12 workflow endpoints now interconnect (vortex-navigation excluded — it IS the navigator)
165
+ - Always includes Max's Vortex Navigation as escape hatch for full gap analysis
166
+
167
+ ---
168
+
169
+ ## [1.5.0] - 2026-02-20
170
+
171
+ ### Added
172
+
173
+ - **Isla** (discovery-empathy-expert) - Discovery & Empathy Expert for the Empathize stream
174
+ - **Max** (learning-decision-expert) - Learning & Decision Expert for the Systematize stream
175
+ - New primary installer: `convoke-install-vortex`
176
+ - Workflows for Isla: `empathy-map`, `user-interview`, `user-discovery`
177
+ - Workflows for Max: `learning-card`, `pivot-patch-persevere`, `vortex-navigation`
178
+ - `ISLA-USER-GUIDE.md` and `MAX-USER-GUIDE.md` in vortex-artifacts
179
+ - Migration path: 1.3.x and 1.4.x to 1.5.0 (non-breaking)
180
+
181
+ ### Changed
182
+
183
+ - `convoke-install` now delegates to `install-vortex-agents.js` (umbrella wrapper)
184
+ - `convoke-install-emma` and `convoke-install-wade` are now deprecation wrappers
185
+ - Package description updated to include Empathize and Systematize streams
186
+ - `convoke-doctor` now checks for all 4 agents and 13 workflows
187
+
188
+ ### Fixed
189
+
190
+ - `empathy-map` workflow `_designos` path references corrected to `_vortex`
191
+ - `validate.md` and `empathy-map.template.md` author attribution corrected from Emma to Isla
192
+
193
+ ---
194
+
195
+ ## [1.4.1] - 2026-02-19
196
+
197
+ ### Added
198
+
199
+ - CI pipeline with GitHub Actions (lint + test on Node 18/20/22)
200
+ - ESLint configuration and full lint pass
201
+ - `convoke-doctor` diagnostic CLI with 7 installation checks
202
+ - 112 tests (82 unit + 30 integration)
203
+ - `.c8rc.json` for coverage configuration
204
+
205
+ ### Fixed
206
+
207
+ - Silenced console in tests that trigger heavy source-code logging (Node 20 IPC bug)
208
+
209
+ ---
210
+
211
+ ## [1.4.0] - 2026-02-18
212
+
213
+ ### Changed
214
+
215
+ - **Architecture refactor** — Centralized agent/workflow data into `agent-registry.js`
216
+ - Single source of truth consumed by validator, refresh-installation, convoke-doctor, migration-runner, and index.js
217
+ - To add a new agent: push one entry to `AGENTS` + its workflows to `WORKFLOWS`; all consumers pick up the change automatically
218
+ - **`refresh-installation.js`** — Shared refresh logic extracted; copies agents, workflows, config, and user guides from package to project
219
+ - **`migration-runner.js`** — Rewritten as 8-step orchestration (deltas → refresh → validate) with lock file, backup, and rollback
220
+ - **`validator.js`** — Data-driven validation using registry arrays instead of hardcoded checks
221
+ - **`config-merger.js`** — Seeds structural defaults (`submodule_name`, `description`, `module`, `output_folder`) so fresh installs pass validation
222
+
223
+ ### Removed
224
+
225
+ - Hardcoded agent/workflow arrays throughout codebase (replaced by registry imports)
226
+
227
+ ---
228
+
229
+ ## [1.3.6] - 2026-02-18
230
+
231
+ ### Fixed
232
+
233
+ **🔍 Improved Installation Diagnostics:**
234
+ - Added detailed debugging output to config.yaml creation in install script
235
+ - Shows exact file path where config.yaml will be created
236
+ - Verifies file existence immediately after write
237
+ - Catches and displays any errors during config creation
238
+ - Better error handling with try-catch blocks
239
+
240
+ **📊 Improved Version Check Messaging:**
241
+ - `convoke-version` now distinguishes between "fresh", "partial", and "corrupted" installations
242
+ - "Partial installation" message when config.yaml is missing but other files exist
243
+ - "Corrupted installation" message when required agent files are missing
244
+ - Each scenario now provides specific next steps for resolution
245
+ - No longer shows generic "Not installed" for all cases
246
+
247
+ **What this helps with:**
248
+ - Easier troubleshooting when installations fail
249
+ - Clear indication of what's wrong with partial installations
250
+ - Better guidance on how to fix installation issues
251
+ - More detailed logs for support/debugging
252
+
253
+ ---
254
+
255
+ ## [1.3.5] - 2026-02-18
256
+
257
+ ### Fixed
258
+
259
+ **🚨 CRITICAL Install Script Bug:**
260
+ - Fixed `convoke-install` only copying deprecated workflows, not the 7 new workflows
261
+ - Fixed hardcoded version 1.2.0 (now correctly uses 1.3.5)
262
+ - Install script now copies all 7 Vortex workflows: lean-persona, product-vision, contextualize-scope, mvp, lean-experiment, proof-of-concept, proof-of-value
263
+ - **This was causing "folders are still a mess" issue - workflows were listed in config but never installed**
264
+
265
+ **What was broken in v1.3.4 and earlier:**
266
+ - Fresh installs only got deprecated workflows (empathy-map, wireframe)
267
+ - Config.yaml listed 7 workflows that didn't exist
268
+ - Version was always set to 1.2.0 regardless of package version
269
+ - Validation failed because workflow.md files were missing
270
+
271
+ ---
272
+
273
+ ## [1.3.4] - 2026-02-18
274
+
275
+ ### Fixed
276
+
277
+ **🔧 CRITICAL Migration Bug:**
278
+ - Fixed migration system not detecting migrations from 1.2.0 to 1.3.x
279
+ - Updated all migrations to target version 1.3.4 (was 1.3.0)
280
+ - Migrations now correctly run when upgrading from 1.0.x, 1.1.x, or 1.2.x
281
+ - **This fixes the "No migrations needed (versions compatible)" error**
282
+ - Now properly removes deprecated agents and legacy `_designos` directory
283
+
284
+ **What was broken in v1.3.3:**
285
+ - Users on v1.2.0 saw "No migrations needed" but weren't upgraded
286
+ - Deprecated agents and `_designos` directory weren't removed
287
+ - Version remained at 1.2.0 instead of updating to 1.3.x
288
+
289
+ ---
290
+
291
+ ## [1.3.3] - 2026-02-18
292
+
293
+ ### Fixed
294
+
295
+ **🧹 Legacy Directory Cleanup:**
296
+ - Added automatic removal of old `_designos` directory (pre-Vortex structure) in all migrations
297
+ - Users with installations from very old versions will now have the legacy directory removed automatically
298
+ - Migration preview now shows when legacy directory will be removed
299
+ - Removed obsolete `_designos` reference from `.npmignore`
300
+
301
+ **Updated migrations:**
302
+ - `1.0.x-to-1.3.0`, `1.1.x-to-1.3.0`, `1.2.x-to-1.3.0` all now remove `_bmad/bme/_designos/` if present
303
+
304
+ ---
305
+
306
+ ## [1.3.2] - 2026-02-18
307
+
308
+ ### Fixed
309
+
310
+ **🚨 CRITICAL Package Bug:**
311
+ - Fixed `.npmignore` excluding Vortex pattern files from published package
312
+ - Agent files (`contextualization-expert.md`, `lean-experiments-specialist.md`) now included in package
313
+ - All workflow template files now included in package
314
+ - `CHANGELOG.md` and `UPDATE-GUIDE.md` now included in package
315
+ - User guides in both `vortex-artifacts/` and `design-artifacts/` now included
316
+ - **This was blocking all installations and migrations in v1.3.0 and v1.3.1** ❌
317
+
318
+ **Package now includes:**
319
+ - 113 files (was 27 in v1.3.0/v1.3.1)
320
+ - 116.1 kB (was 55.0 kB in v1.3.0/v1.3.1)
321
+ - All necessary agent and workflow files
322
+
323
+ **⚠️ Action Required:**
324
+ - If you installed v1.3.0 or v1.3.1: `npm install convoke-agents@1.3.2`
325
+ - Fresh installations now work: `npx convoke-install`
326
+ - Migrations now work: `npx convoke-update`
327
+
328
+ ---
329
+
330
+ ## [1.3.1] - 2026-02-18
331
+
332
+ ### Fixed
333
+
334
+ **🐛 Migration Bug:**
335
+ - Fixed issue where deprecated agent files (`empathy-mapper.md`, `wireframe-designer.md`) were not being removed during migration
336
+ - All three migrations (1.0.x, 1.1.x, 1.2.x → 1.3.0) now properly remove deprecated agents before copying new ones
337
+ - Users upgrading from v1.0.x or v1.1.x will now see only the correct agent files
338
+ - Migration preview output now explicitly shows which deprecated files will be removed
339
+
340
+ **⚠️ Note:** v1.3.1 still had the critical `.npmignore` bug from v1.3.0. Use v1.3.2 instead.
341
+
342
+ ---
343
+
344
+ ## [1.3.0] - 2026-02-17
345
+
346
+ ### Major Release: Automatic Update/Migration System
347
+
348
+ This release introduces a comprehensive update/migration system that makes it safe and easy to upgrade Convoke from previous versions.
349
+
350
+ ### Added
351
+
352
+ **🔄 Automatic Update System:**
353
+ - **convoke-update** - Main update CLI with dry-run support
354
+ - Preview changes before applying: `npx convoke-update --dry-run`
355
+ - Interactive confirmation (or `--yes` to skip)
356
+ - Automatic backup before every migration
357
+ - Automatic rollback on failure
358
+ - Detailed progress indicators
359
+
360
+ - **convoke-version** - Version information CLI
361
+ - Shows current vs. latest version
362
+ - Displays migration history
363
+ - Update availability status
364
+ - Example: `npx convoke-version`
365
+
366
+ - **convoke-migrate** - Manual migration control (advanced users)
367
+ - Run specific migrations
368
+ - List available migrations
369
+ - Example: `npx convoke-migrate 1.1.x-to-1.2.0`
370
+
371
+ **📦 Migration Framework:**
372
+ - Version detector with fallback strategies
373
+ - Backup manager with automatic cleanup (keeps last 5)
374
+ - Config merger preserving user preferences
375
+ - Migration registry with version matching
376
+ - Installation validator with comprehensive checks
377
+ - Migration runner with orchestration and error handling
378
+
379
+ **🛡️ Data Safety:**
380
+ - Automatic backups before every migration
381
+ - Backup location: `_bmad-output/.backups/backup-{version}-{timestamp}/`
382
+ - Automatic rollback if migration fails
383
+ - Migration history tracking in config.yaml
384
+ - Migration logs in `_bmad-output/.logs/`
385
+ - Lock file prevents concurrent migrations
386
+
387
+ **📋 Migrations Implemented:**
388
+ - `1.2.x-to-1.3.0` - Minor update (adds migration system)
389
+ - Updates version, removes deprecated agents, refreshes agent files, verifies structure
390
+ - `1.1.x-to-1.3.0` - Minor update (no breaking changes)
391
+ - Updates version, removes deprecated agents, refreshes agent files, verifies structure
392
+ - `1.0.x-to-1.3.0` - Breaking change migration
393
+ - Moves empathy-map → _deprecated/
394
+ - Installs all 7 new workflows
395
+ - Updates config and agent manifest
396
+ - Removes deprecated agent files
397
+ - Preserves all user data
398
+
399
+ **📚 Documentation:**
400
+ - **UPDATE-GUIDE.md** - Comprehensive update documentation
401
+ - Quick update instructions
402
+ - Migration paths (v1.1.x and v1.0.x)
403
+ - Data safety guarantees
404
+ - Troubleshooting guide
405
+ - FAQs
406
+ - **README.md** - Added update section
407
+ - Version checking
408
+ - Update commands
409
+ - Migration paths
410
+ - Troubleshooting
411
+ - **CHANGELOG.md** - This entry!
412
+
413
+ ### Changed
414
+
415
+ **🎨 Enhanced Postinstall Experience:**
416
+ - Now detects upgrades automatically
417
+ - Shows breaking changes warnings
418
+ - Prompts to run `npx convoke-update`
419
+ - Displays current → new version
420
+ - Does NOT auto-migrate (requires user consent)
421
+
422
+ **⚙️ Package.json:**
423
+ - Added `js-yaml` dependency for config parsing
424
+ - Added 3 new bin commands:
425
+ - `convoke-update`
426
+ - `convoke-version`
427
+ - `convoke-migrate`
428
+
429
+ **📁 File Structure:**
430
+ - New `scripts/update/` directory:
431
+ - `lib/` - Shared migration logic (6 modules)
432
+ - `migrations/` - Individual migration files + registry
433
+ - `convoke-update.js`, `convoke-version.js`, `convoke-migrate.js` - CLI commands
434
+
435
+ ### Migration Features
436
+
437
+ **Preserved During Updates:**
438
+ - All user data in `_bmad-output/` (except documentation guides)
439
+ - User preferences (user_name, communication_language)
440
+ - Custom config settings (output_folder, party_mode_enabled)
441
+ - BMAD Method files (never touched)
442
+ - Deprecated workflows (remain functional in `_deprecated/`)
443
+
444
+ **Updated During Migrations:**
445
+ - Agent definition files
446
+ - Workflow files
447
+ - Config.yaml (with preference preservation)
448
+ - User guides (documentation)
449
+ - Agent manifest
450
+
451
+ **Version Tracking:**
452
+ - New `migration_history` field in config.yaml
453
+ - Tracks: timestamp, from_version, to_version, migrations_applied
454
+ - Prevents re-running migrations
455
+ - Useful for debugging and support
456
+
457
+ ### User Experience
458
+
459
+ **Before Update:**
460
+ ```bash
461
+ npm install convoke-agents@1.3.0
462
+ # Postinstall shows:
463
+ # ⚠ UPGRADE DETECTED
464
+ # Current version: 1.1.0
465
+ # New version: 1.3.0
466
+ # Run: npx convoke-update --dry-run (to preview)
467
+ ```
468
+
469
+ **Preview Changes:**
470
+ ```bash
471
+ npx convoke-update --dry-run
472
+ # Shows detailed preview of changes without applying
473
+ ```
474
+
475
+ **Apply Update:**
476
+ ```bash
477
+ npx convoke-update
478
+ # [1/5] Creating backup...
479
+ # [2/5] Running migrations...
480
+ # [3/5] Updating configuration...
481
+ # [4/5] Validating installation...
482
+ # [5/5] Cleanup...
483
+ # ✓ Migration completed successfully!
484
+ ```
485
+
486
+ ### Technical Implementation
487
+
488
+ **Core Components:**
489
+ - **version-detector.js** - Detects versions, determines migration path
490
+ - **backup-manager.js** - Creates backups, handles rollback
491
+ - **config-merger.js** - Smart YAML merging preserving user settings
492
+ - **migration-runner.js** - Orchestrates migrations, handles errors
493
+ - **validator.js** - Validates installation integrity
494
+ - **registry.js** - Tracks available migrations
495
+
496
+ **Migration Flow:**
497
+ 1. Detect current/target versions
498
+ 2. Get applicable migrations
499
+ 3. Create backup
500
+ 4. Execute migrations sequentially
501
+ 5. Update config and migration history
502
+ 6. Validate installation
503
+ 7. Cleanup old backups
504
+ 8. Create migration log
505
+
506
+ **Error Handling:**
507
+ - Automatic rollback on any failure
508
+ - Detailed error logs
509
+ - Migration lock prevents concurrent runs
510
+ - Validation checks after migration
511
+
512
+ ### Backwards Compatibility
513
+
514
+ - v1.1.x users: Smooth upgrade, no breaking changes
515
+ - v1.0.x users: Breaking changes handled automatically
516
+ - Fresh installs: Unaffected, install normally
517
+ - Manual migration: Fallback instructions provided
518
+ - All migrations preserve user data
519
+
520
+ ### Future-Proof
521
+
522
+ - Extensible migration registry
523
+ - Easy to add new migrations (just add to registry.js)
524
+ - Supports chained migrations (e.g., 1.0 → 1.1 → 1.2 → 1.3)
525
+ - Version range matching (1.0.x, 1.1.x patterns)
526
+
527
+ ### Notes
528
+
529
+ - This is a MAJOR infrastructure release
530
+ - Sets foundation for future seamless updates
531
+ - Users on v1.0.x or v1.1.x can safely upgrade
532
+ - Update system tested with comprehensive migration scenarios
533
+ - v1.4.0+ updates will use this system for smooth upgrades
534
+
535
+ ---
536
+
537
+ ## [1.2.0] - 2026-02-17
538
+
539
+ ### Major Release: Complete Vortex Pattern Implementation
540
+
541
+ This release completes the Vortex Pattern by implementing all 7 new Lean Startup workflows, updating documentation, and cleaning up deprecated workflows.
542
+
543
+ ### Added
544
+
545
+ **🎯 Emma's Contextualize Stream Workflows (3 workflows):**
546
+ - **lean-persona** - Create lean user personas focused on jobs-to-be-done (not demographics)
547
+ - 6-step workflow from job definition through validation planning
548
+ - Hypothesis-driven approach with riskiest assumptions identified
549
+ - Integrates with Wade's lean-experiment workflow
550
+
551
+ - **product-vision** - Define strategic product vision and alignment
552
+ - 6-step workflow from problem definition through synthesis
553
+ - Vision statement formula, future state (3-5 years), guiding principles
554
+ - Strategic assumptions identification and validation planning
555
+
556
+ - **contextualize-scope** - Decide which problem space to investigate
557
+ - 6-step workflow using systematic opportunity evaluation
558
+ - Scoring matrix with weighted criteria
559
+ - Clear scope boundaries (what's in, what's out)
560
+
561
+ **🧪 Wade's Externalize Stream Workflows (4 workflows):**
562
+ - **mvp** - Design Minimum Viable Product specifications
563
+ - Focus on testing riskiest assumptions, not building feature-light products
564
+ - Build-Measure-Learn cycle planning
565
+ - Success criteria and MVP scope definition
566
+
567
+ - **lean-experiment** - Execute Build-Measure-Learn cycles
568
+ - Hypothesis-driven experimentation framework
569
+ - Metrics definition and experiment design
570
+ - Pivot or persevere decision framework
571
+
572
+ - **proof-of-concept** - Validate technical feasibility
573
+ - Test that you CAN build it before validating you SHOULD
574
+ - Technical risk assessment and PoC scoping
575
+ - Feasibility evaluation and findings documentation
576
+
577
+ - **proof-of-value** - Validate business value and market demand
578
+ - Test that you SHOULD build it (business case)
579
+ - Willingness to pay experiments
580
+ - Business case calculation and build/pivot/kill decisions
581
+
582
+ **📚 Documentation Updates:**
583
+ - **Emma User Guide v1.2.0** - Updated to reflect Contextualization Expert role
584
+ - Focuses on Lean Startup methodologies and strategic framing
585
+ - Documents legacy empathy-map workflow (still functional)
586
+ - Documents all 3 new Contextualize stream workflows
587
+ - Location: `_bmad-output/vortex-artifacts/EMMA-USER-GUIDE.md`
588
+
589
+ - **Wade User Guide v1.2.0** - Updated to reflect Lean Experiments Specialist role
590
+ - Focuses on Build-Measure-Learn cycles and validated learning
591
+ - Documents legacy wireframe workflow (still functional)
592
+ - Documents all 4 new Externalize stream workflows
593
+ - Location: `_bmad-output/vortex-artifacts/WADE-USER-GUIDE.md`
594
+
595
+ ### Changed
596
+ - User guides moved from `design-artifacts/` to `vortex-artifacts/`
597
+ - Deprecated workflows archived to `_bmad/bme/_vortex/workflows/_deprecated/`
598
+ - `empathy-map/` moved to `_deprecated/empathy-map/` (still functional)
599
+ - `wireframe/` moved to `_deprecated/wireframe/` (still functional)
600
+ - Installer scripts updated to reference deprecated workflow locations
601
+ - Config.yaml version bumped to 1.2.0
602
+ - All installer scripts now install user guides from vortex-artifacts location
603
+
604
+ ### Documentation
605
+ - Emma positioned as Lean Startup expert (not design thinking)
606
+ - Wade positioned as experimentation specialist (not wireframe designer)
607
+ - Comprehensive migration guides added to both user guides
608
+ - Roadmap section added documenting v1.3.0 and v1.4.0+ plans
609
+
610
+ ### Backwards Compatibility
611
+ - Legacy workflows (empathy-map, wireframe) remain functional
612
+ - Old artifacts from v1.0.x-v1.1.x continue to work
613
+ - Migration path documented for users on previous versions
614
+
615
+ ### Technical Details
616
+ - **Total files created:** 56 workflow files (7 workflows × 8 files each)
617
+ - **Workflow architecture:** Step-file based with just-in-time loading
618
+ - **Output templates:** Markdown-based artifact templates for each workflow
619
+ - **Integration:** Workflows reference each other (e.g., lean-persona → mvp → lean-experiment)
620
+
621
+ ### Notes
622
+ - All 7 Vortex workflows now fully implemented and ready to use
623
+ - Legacy workflows (empathy-map, wireframe) remain in `_deprecated/` for backwards compatibility
624
+ - Update/migration tooling planned for v1.3.0
625
+ - This is a MAJOR feature release, not just documentation cleanup
626
+
627
+ ---
628
+
629
+ ## [1.1.3] - 2026-02-17
630
+
631
+ ### Fixed
632
+ - Removed outdated user guide references from installer output
633
+ - Replaced with "User guides being updated for v1.2.0" message in all 3 installers
634
+
635
+ ---
636
+
637
+ ## [1.1.2] - 2026-02-17
638
+
639
+ ### Fixed
640
+ - **CRITICAL: Installer scripts now reference correct agent file names**
641
+ - Updated `install-all-agents.js` to copy `contextualization-expert.md` and `lean-experiments-specialist.md`
642
+ - Updated `install-emma.js` to copy `contextualization-expert.md`
643
+ - Updated `install-wade.js` to copy `lean-experiments-specialist.md`
644
+ - Fixed config.yaml generation in all installers to use new agent names
645
+ - Fixed agent-manifest.csv generation to reference correct file paths
646
+ - Fixed Quick Start instructions in installer output
647
+
648
+ **Impact:** v1.1.1 had broken installer scripts that would fail when users ran `npx convoke-install`. This patch fixes the installation process.
649
+
650
+ ### Known Issues
651
+ - User guides still reference v1.0.0 content and will be updated in v1.2.0
652
+
653
+ ---
654
+
655
+ ## [1.1.1] - 2026-02-17
656
+
657
+ ### Fixed
658
+ - **Agent file naming consistency:** Renamed agent files to match BMM module naming convention
659
+ - `empathy-mapper.md` → `contextualization-expert.md`
660
+ - `wireframe-designer.md` → `lean-experiments-specialist.md`
661
+ - Updated all workflow references to use new agent file names
662
+ - Updated config.yaml agent list with new names
663
+ - Fixed migration guide in v1.1.0 to reference correct agent file names
664
+
665
+ ---
666
+
667
+ ## [1.1.0] - 2026-02-16
668
+
669
+ ### MAJOR REPOSITIONING: From Design Agents to Vortex Pattern
670
+
671
+ This release represents a fundamental repositioning of Convoke from design-focused agents (empathy mapping, wireframing) to a Lean Startup validation framework.
672
+
673
+ ### Changed
674
+ - **BREAKING:** Renamed module from `_designos` to `_vortex`
675
+ - **BREAKING:** Emma repositioned from "Empathy Mapping Specialist" to "Contextualization Expert" (icon: 🎯)
676
+ - Focus: Strategic framing, lean personas, product vision, problem space navigation
677
+ - Role: Guides teams through the "Contextualize" stream
678
+ - New workflows: lean-persona, product-vision, contextualize-scope (empathy-map deprecated)
679
+ - **BREAKING:** Wade repositioned from "Wireframe Design Specialist" to "Lean Experiments Specialist" (icon: 🧪)
680
+ - Focus: Build-Measure-Learn cycles, MVPs, validated learning
681
+ - Role: Guides teams through the "Externalize" stream
682
+ - New workflows: mvp, lean-experiment, proof-of-concept, proof-of-value (wireframe deprecated)
683
+ - **BREAKING:** Output folder changed from `_bmad-output/design-artifacts` to `_bmad-output/vortex-artifacts`
684
+ - Updated all installer scripts to reflect new module name and agent descriptions
685
+ - Updated config.yaml structure to version 1.1.0 with Vortex pattern metadata
686
+ - Updated agent-manifest.csv with new agent identities and expertise
687
+
688
+ ### Added
689
+ - Vortex pattern structure with Contextualize and Externalize streams
690
+ - 7 new workflow placeholders (v1.2.0):
691
+ - Emma (Contextualize): lean-persona, product-vision, contextualize-scope
692
+ - Wade (Externalize): mvp, lean-experiment, proof-of-concept, proof-of-value
693
+ - Version field in config.yaml for better version tracking
694
+
695
+ ### Migration Guide
696
+
697
+ **For existing users upgrading from 1.0.x:**
698
+
699
+ 1. **Module path changed:**
700
+ - Old: `_bmad/bme/_designos/`
701
+ - New: `_bmad/bme/_vortex/`
702
+
703
+ 2. **Output folder changed:**
704
+ - Old: `_bmad-output/design-artifacts/`
705
+ - New: `_bmad-output/vortex-artifacts/`
706
+
707
+ 3. **Agent activation paths updated:**
708
+ - Emma: `cat _bmad/bme/_vortex/agents/contextualization-expert.md`
709
+ - Wade: `cat _bmad/bme/_vortex/agents/lean-experiments-specialist.md`
710
+
711
+ 4. **Workflows replaced:**
712
+ - Emma's empathy-map workflow → lean-persona workflow (coming in v1.2.0)
713
+ - Wade's wireframe workflow → lean-experiment workflow (coming in v1.2.0)
714
+
715
+ 5. **Clean reinstall recommended:**
716
+ ```bash
717
+ # Backup any custom configs
718
+ # Remove old installation
719
+ rm -rf _bmad/bme/_designos
720
+ rm -rf _bmad-output/design-artifacts
721
+
722
+ # Install v1.1.0
723
+ npm install convoke-agents@1.1.0
724
+ npx convoke-install
725
+ ```
726
+
727
+ ### Positioning Rationale
728
+
729
+ **Why this change?**
730
+
731
+ The repositioning aligns Emma and Wade with Lean Startup and validated learning principles:
732
+
733
+ - **Emma (Contextualize):** Helps teams frame the right problem before building solutions
734
+ - Differentiation: Emma contextualizes (problem space), Maya creates (solution space)
735
+ - **Wade (Externalize):** Helps teams validate assumptions through rapid experimentation
736
+ - Differentiation: Wade externalizes (test with users), Sally internalizes (test with code)
737
+
738
+ This creates a clear value proposition: Use Emma + Wade for Lean Startup validation, then hand off to BMAD core agents for implementation.
739
+
740
+ ### Technical Details
741
+ - Module version: 1.1.0
742
+ - Config structure: Updated with submodule metadata
743
+ - Backward compatibility: NONE (breaking changes require migration)
744
+ - Package size: ~55KB (unchanged)
745
+
746
+ ### Notes
747
+ - v1.0.x workflows (empathy-map, wireframe) are deprecated
748
+ - New workflows (lean-persona, mvp, etc.) will be fully implemented in v1.2.0
749
+ - User guides will be updated in v1.2.0 to reflect new positioning
750
+
751
+ ---
752
+
753
+ ## [1.0.4-alpha] - 2026-02-16
754
+
755
+ ### Fixed
756
+ - **Documentation:** All installation commands now correctly use `npm install convoke-agents@alpha` instead of `npm install convoke-agents`
757
+ - Updated installation instructions across all documentation files:
758
+ - README.md
759
+ - INSTALLATION.md
760
+ - BMAD-METHOD-COMPATIBILITY.md
761
+ - PUBLISHING-GUIDE.md
762
+ - scripts/README.md
763
+ - index.js
764
+
765
+ ### Changed
766
+ - Updated CLI output in index.js to show npx commands instead of npm run commands
767
+ - Updated version references from 1.0.3-alpha to 1.0.4-alpha
768
+
769
+ ### Notes
770
+ - v1.0.3-alpha was unpublished due to incorrect installation documentation
771
+ - This release contains the same functionality as 1.0.3-alpha with corrected docs
772
+
773
+ ---
774
+
775
+ ## [1.0.3-alpha] - 2026-02-15 (Unpublished)
776
+
777
+ ### Added
778
+ - **npx bin commands** for user-friendly installation
779
+ - `npx convoke-install` - Install all agents (Emma + Wade)
780
+ - `npx convoke-install-emma` - Install Emma only
781
+ - `npx convoke-install-wade` - Install Wade only
782
+ - bin section in package.json with executable scripts
783
+ - Updated postinstall message to show npx commands
784
+
785
+ ### Changed
786
+ - **BREAKING:** Installation command changed from `npm run install:agents` to `npx convoke-install`
787
+ - Updated all documentation to use npx commands:
788
+ - README.md
789
+ - INSTALLATION.md
790
+ - BMAD-METHOD-COMPATIBILITY.md
791
+ - PUBLISHING-GUIDE.md
792
+ - All other documentation files
793
+
794
+ ### Fixed
795
+ - Installation now works correctly in user projects (previous `npm run` commands didn't work)
796
+ - Users can now install agents without package.json modifications
797
+
798
+ ### Technical Details
799
+ - Added bin executables that npm automatically links to node_modules/.bin/
800
+ - Maintained backward compatibility with npm scripts for development
801
+
802
+ ---
803
+
804
+ ## [1.0.2-alpha] - 2026-02-15
805
+
806
+ ### Added
807
+ - User guides now included in npm package (19KB Emma guide + 43KB Wade guide)
808
+
809
+ ### Fixed
810
+ - **Bug:** User guides were excluded from npm package due to .npmignore pattern ordering
811
+ - Reordered .npmignore patterns so specific inclusions take precedence over general exclusions
812
+
813
+ ### Changed
814
+ - Package size increased from 40KB to 55.6KB (due to user guides inclusion)
815
+
816
+ ---
817
+
818
+ ## [1.0.1-alpha] - 2026-02-15
819
+
820
+ ### Fixed
821
+ - **Critical Bug:** Wade workflow installation failed due to filename mismatch
822
+ - Installer tried to copy `step-05-components-interactions.md`
823
+ - Actual filename was `step-05-components.md`
824
+ - Fixed in:
825
+ - scripts/install-all-agents.js (line 114)
826
+ - scripts/install-wade.js (line 72)
827
+
828
+ ---
829
+
830
+ ## [1.0.0-alpha] - 2026-02-15
831
+
832
+ ### Added
833
+ - Initial release of Convoke
834
+ - **Emma (empathy-mapper)** - Empathy Mapping Specialist
835
+ - 6-step empathy map workflow
836
+ - Empathy map template
837
+ - Validation workflow
838
+ - Complete user guide (19KB)
839
+ - **Wade (wireframe-designer)** - Wireframe Design Expert
840
+ - 6-step wireframe workflow
841
+ - Wireframe template
842
+ - Complete user guide (43KB)
843
+ - Complete installation system
844
+ - BMAD Method prerequisite checking
845
+ - Automatic agent file copying
846
+ - Configuration file generation
847
+ - User-friendly installation messages
848
+ - Comprehensive documentation
849
+ - README.md with project overview
850
+ - INSTALLATION.md with detailed installation guide
851
+ - BMAD-METHOD-COMPATIBILITY.md explaining integration
852
+ - User guides for both agents
853
+ - Test coverage
854
+ - Emma: 18 P0 tests + 5 live tests (100% pass rate)
855
+ - Wade: 18 P0 tests + 5 live tests (100% pass rate)
856
+
857
+ ### Technical Details
858
+ - Package size: 40KB (initial)
859
+ - 33 files in package
860
+ - Dependencies: chalk (4.1.2), fs-extra (11.3.3)
861
+ - Node.js requirement: >=14.0.0
862
+ - License: MIT
863
+
864
+ ---
865
+
866
+ ## Version History
867
+
868
+ | Version | Date | Type | Description |
869
+ |---------|------|------|-------------|
870
+ | 1.0.3-alpha | 2026-02-15 | Feature | npx bin commands |
871
+ | 1.0.2-alpha | 2026-02-15 | Bug Fix | User guides included |
872
+ | 1.0.1-alpha | 2026-02-15 | Bug Fix | Wade filename fix |
873
+ | 1.0.0-alpha | 2026-02-15 | Initial | First release |
874
+
875
+ ---
876
+
877
+ ## Upgrade Guide
878
+
879
+ ### From 1.0.2-alpha to 1.0.3-alpha
880
+
881
+ **Installation command changed:**
882
+
883
+ **Old:**
884
+ ```bash
885
+ npm install convoke-agents@alpha
886
+ npm run install:agents # This doesn't work
887
+ ```
888
+
889
+ **New:**
890
+ ```bash
891
+ npm install convoke-agents@alpha
892
+ npx convoke-install # This works!
893
+ ```
894
+
895
+ **Note:** The old `npm run install:agents` command never actually worked in user projects. The new npx command is the correct installation method.
896
+
897
+ ### From 1.0.1-alpha to 1.0.2-alpha
898
+
899
+ No changes to installation flow. User guides are now automatically included.
900
+
901
+ ### From 1.0.0-alpha to 1.0.1-alpha
902
+
903
+ No changes to installation flow. Reinstallation will fix the Wade workflow bug.
904
+
905
+ ---
906
+
907
+ ## Links
908
+
909
+ - **npm Package:** https://www.npmjs.com/package/convoke-agents
910
+ - **GitHub Repository:** https://github.com/amalik/convoke-agents
911
+ - **BMAD Method:** https://github.com/bmadhub/bmad
912
+ - **Issues:** https://github.com/amalik/convoke-agents/issues
913
+
914
+ ---
915
+
916
+ **For detailed technical documentation, see:**
917
+ - [README.md](README.md) - Project overview
918
+ - [INSTALLATION.md](INSTALLATION.md) - Installation guide
919
+ - [BMAD-METHOD-COMPATIBILITY.md](BMAD-METHOD-COMPATIBILITY.md) - Integration details
920
+ - User guides in `_bmad/bme/_vortex/guides/`