create-byan-agent 2.7.7 → 2.7.8

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 (978) hide show
  1. package/CHANGELOG.md +196 -689
  2. package/LICENSE +1 -1
  3. package/README.md +110 -312
  4. package/bin/create-byan-agent-backup.js +220 -0
  5. package/lib/yanstaller/backuper.js +108 -0
  6. package/package.json +31 -59
  7. package/src/byan-v2/context/session-state.js +1 -17
  8. package/src/byan-v2/generation/templates/default-agent.md +1 -1
  9. package/src/byan-v2/index.js +5 -612
  10. package/src/byan-v2/orchestrator/interview-state.js +3 -85
  11. package/src/byan-v2/orchestrator/state-machine.js +9 -58
  12. package/src/index.js +1 -1
  13. package/{install/templates → templates}/_byan/byan-soul-memory.md +43 -1
  14. package/{install/templates → templates}/_byan/byan-soul.md +32 -1
  15. package/API-BYAN-V2.md +0 -741
  16. package/BMAD-QUICK-REFERENCE.md +0 -370
  17. package/CHANGELOG-v2.1.0.md +0 -371
  18. package/MIGRATION-v2.0-to-v2.1.md +0 -430
  19. package/README-BYAN-V2.md +0 -446
  20. package/TEST-GUIDE-v2.3.2.md +0 -161
  21. package/install/BUGFIX-SUMMARY.txt +0 -91
  22. package/install/DEPLOYMENT-GUIDE-V2.md +0 -431
  23. package/install/DOCS-INDEX.md +0 -261
  24. package/install/FINAL-REPORT.md +0 -594
  25. package/install/GUIDE-INSTALLATION-BYAN-SIMPLE.md +0 -1083
  26. package/install/GUIDE-INSTALLATION-SIMPLE.md +0 -344
  27. package/install/HERMES-GUIDE.md +0 -410
  28. package/install/INSTALLER-V2-CHANGES.md +0 -472
  29. package/install/LICENSE +0 -21
  30. package/install/MARC-COMMANDS-CHEAT-SHEET.md +0 -454
  31. package/install/MARC-INDEX.md +0 -476
  32. package/install/MARC-PRE-PUBLICATION-CHECKLIST.md +0 -293
  33. package/install/PUBLICATION-CHECKLIST.md +0 -265
  34. package/install/PUBLISH-GUIDE.md +0 -190
  35. package/install/QUICKSTART.md +0 -311
  36. package/install/README-NPM-PUBLISH.md +0 -298
  37. package/install/README-NPM-SHORT.md +0 -298
  38. package/install/README-NPM.md +0 -433
  39. package/install/README-RACHID.md +0 -302
  40. package/install/README-V2-INDEX.md +0 -306
  41. package/install/README.md +0 -242
  42. package/install/RESUME-EXECUTIF-YAN.md +0 -408
  43. package/install/UPDATE-SUMMARY.md +0 -205
  44. package/install/install.sh +0 -239
  45. package/install/jest.config.js +0 -33
  46. package/install/package-npm.json +0 -55
  47. package/install/package.json +0 -65
  48. package/install/src/byan-v2/context/copilot-context.js +0 -79
  49. package/install/src/byan-v2/context/session-state.js +0 -98
  50. package/install/src/byan-v2/dispatcher/complexity-scorer.js +0 -232
  51. package/install/src/byan-v2/dispatcher/local-executor.js +0 -221
  52. package/install/src/byan-v2/dispatcher/task-router.js +0 -122
  53. package/install/src/byan-v2/dispatcher/task-tool-interface-mock.js +0 -134
  54. package/install/src/byan-v2/dispatcher/task-tool-interface.js +0 -123
  55. package/install/src/byan-v2/generation/agent-profile-validator.js +0 -113
  56. package/install/src/byan-v2/generation/profile-template.js +0 -113
  57. package/install/src/byan-v2/generation/templates/default-agent.md +0 -49
  58. package/install/src/byan-v2/generation/templates/test-template.md +0 -1
  59. package/install/src/byan-v2/index.js +0 -199
  60. package/install/src/byan-v2/observability/error-tracker.js +0 -105
  61. package/install/src/byan-v2/observability/logger.js +0 -154
  62. package/install/src/byan-v2/observability/metrics-collector.js +0 -194
  63. package/install/src/byan-v2/orchestrator/analysis-state.js +0 -268
  64. package/install/src/byan-v2/orchestrator/generation-state.js +0 -340
  65. package/install/src/byan-v2/orchestrator/interview-state.js +0 -271
  66. package/install/src/byan-v2/orchestrator/state-machine.js +0 -204
  67. package/install/src/core/cache/cache.js +0 -126
  68. package/install/src/core/context/context.js +0 -86
  69. package/install/src/core/dispatcher/dispatcher.js +0 -135
  70. package/install/src/core/worker-pool/worker-pool.js +0 -194
  71. package/install/src/core/workflow/workflow-executor.js +0 -220
  72. package/install/src/index.js +0 -139
  73. package/install/src/observability/dashboard/dashboard.js +0 -191
  74. package/install/src/observability/logger/structured-logger.js +0 -254
  75. package/install/src/observability/metrics/metrics-collector.js +0 -325
  76. package/install/switch-to-v2.sh +0 -126
  77. package/install/test-chalk-fix.sh +0 -210
  78. package/install/test-installer-v2.sh +0 -204
  79. package/install/test-path-resolution.sh +0 -200
  80. package/src/byan-v2/data/mantras.json +0 -852
  81. package/src/byan-v2/dispatcher/five-whys-analyzer.js +0 -319
  82. package/src/byan-v2/elo/challenge-evaluator.js +0 -121
  83. package/src/byan-v2/elo/domain-config.js +0 -129
  84. package/src/byan-v2/elo/elo-store.js +0 -159
  85. package/src/byan-v2/elo/glicko2.js +0 -105
  86. package/src/byan-v2/elo/index.js +0 -163
  87. package/src/byan-v2/elo/llm-router.js +0 -47
  88. package/src/byan-v2/elo/pedagogy-layer.js +0 -170
  89. package/src/byan-v2/fact-check/claim-parser.js +0 -51
  90. package/src/byan-v2/fact-check/fact-sheet.js +0 -96
  91. package/src/byan-v2/fact-check/index.js +0 -263
  92. package/src/byan-v2/fact-check/knowledge-graph.js +0 -152
  93. package/src/byan-v2/fact-check/level-scorer.js +0 -45
  94. package/src/byan-v2/generation/mantra-validator.js +0 -416
  95. package/src/byan-v2/integration/voice-integration.js +0 -295
  96. package/src/byan-v2/orchestrator/active-listener.js +0 -541
  97. package/src/byan-v2/orchestrator/glossary-builder.js +0 -438
  98. package/update-byan-agent/README.md +0 -165
  99. package/update-byan-agent/bin/update-byan-agent.js +0 -303
  100. /package/{install/bin → bin}/create-byan-agent-fixed.js +0 -0
  101. /package/{install/bin → bin}/create-byan-agent-v2.js +0 -0
  102. /package/{install/bin → bin}/create-byan-agent.js +0 -0
  103. /package/{install/lib → lib}/domain-questions.js +0 -0
  104. /package/{install/lib → lib}/errors.js +0 -0
  105. /package/{install/lib → lib}/exit-codes.js +0 -0
  106. /package/{install/lib → lib}/phase2-chat.js +0 -0
  107. /package/{install/lib → lib}/platforms/claude-code.js +0 -0
  108. /package/{install/lib → lib}/platforms/codex.js +0 -0
  109. /package/{install/lib → lib}/platforms/copilot-cli.js +0 -0
  110. /package/{install/lib → lib}/platforms/index.js +0 -0
  111. /package/{install/lib → lib}/platforms/vscode.js +0 -0
  112. /package/{install/lib → lib}/project-agents-generator.js +0 -0
  113. /package/{install/lib → lib}/utils/config-loader.js +0 -0
  114. /package/{install/lib → lib}/utils/file-utils.js +0 -0
  115. /package/{install/lib → lib}/utils/git-detector.js +0 -0
  116. /package/{install/lib → lib}/utils/logger.js +0 -0
  117. /package/{install/lib → lib}/utils/node-detector.js +0 -0
  118. /package/{install/lib → lib}/utils/os-detector.js +0 -0
  119. /package/{install/lib → lib}/utils/yaml-utils.js +0 -0
  120. /package/{install/lib → lib}/yanstaller/agent-launcher.js +0 -0
  121. /package/{install/lib → lib}/yanstaller/detector.js +0 -0
  122. /package/{install/lib → lib}/yanstaller/index.js +0 -0
  123. /package/{install/lib → lib}/yanstaller/installer.js +0 -0
  124. /package/{install/lib → lib}/yanstaller/interviewer.js +0 -0
  125. /package/{install/lib → lib}/yanstaller/platform-selector.js +0 -0
  126. /package/{install/lib → lib}/yanstaller/recommender.js +0 -0
  127. /package/{install/lib → lib}/yanstaller/troubleshooter.js +0 -0
  128. /package/{install/lib → lib}/yanstaller/validator.js +0 -0
  129. /package/{install/lib → lib}/yanstaller/wizard.js +0 -0
  130. /package/{install/setup-turbo-whisper.js → setup-turbo-whisper.js} +0 -0
  131. /package/{install/templates → templates}/.claude/CLAUDE.md +0 -0
  132. /package/{install/templates → templates}/.claude/rules/byan-agents.md +0 -0
  133. /package/{install/templates → templates}/.claude/rules/elo-trust.md +0 -0
  134. /package/{install/templates → templates}/.claude/rules/fact-check.md +0 -0
  135. /package/{install/templates → templates}/.claude/rules/hermes-dispatcher.md +0 -0
  136. /package/{install/templates → templates}/.claude/rules/merise-agile.md +0 -0
  137. /package/{install/templates → templates}/.github/agents/bmad-agent-bmad-master.md +0 -0
  138. /package/{install/templates → templates}/.github/agents/bmad-agent-bmb-agent-builder.md +0 -0
  139. /package/{install/templates → templates}/.github/agents/bmad-agent-bmb-module-builder.md +0 -0
  140. /package/{install/templates → templates}/.github/agents/bmad-agent-bmb-workflow-builder.md +0 -0
  141. /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-analyst.md +0 -0
  142. /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-architect.md +0 -0
  143. /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-dev.md +0 -0
  144. /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-pm.md +0 -0
  145. /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +0 -0
  146. /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-quinn.md +0 -0
  147. /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-sm.md +0 -0
  148. /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-tech-writer.md +0 -0
  149. /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-ux-designer.md +0 -0
  150. /package/{install/templates → templates}/.github/agents/bmad-agent-byan-test.md +0 -0
  151. /package/{install/templates → templates}/.github/agents/bmad-agent-byan-v2.md +0 -0
  152. /package/{install/templates → templates}/.github/agents/bmad-agent-byan.md +0 -0
  153. /package/{install/templates → templates}/.github/agents/bmad-agent-carmack.md +0 -0
  154. /package/{install/templates → templates}/.github/agents/bmad-agent-cis-brainstorming-coach.md +0 -0
  155. /package/{install/templates → templates}/.github/agents/bmad-agent-cis-creative-problem-solver.md +0 -0
  156. /package/{install/templates → templates}/.github/agents/bmad-agent-cis-design-thinking-coach.md +0 -0
  157. /package/{install/templates → templates}/.github/agents/bmad-agent-cis-innovation-strategist.md +0 -0
  158. /package/{install/templates → templates}/.github/agents/bmad-agent-cis-presentation-master.md +0 -0
  159. /package/{install/templates → templates}/.github/agents/bmad-agent-cis-storyteller.md +0 -0
  160. /package/{install/templates → templates}/.github/agents/bmad-agent-claude.md +0 -0
  161. /package/{install/templates → templates}/.github/agents/bmad-agent-codex.md +0 -0
  162. /package/{install/templates → templates}/.github/agents/bmad-agent-drawio.md +0 -0
  163. /package/{install/templates → templates}/.github/agents/bmad-agent-fact-checker.md +0 -0
  164. /package/{install/templates → templates}/.github/agents/bmad-agent-forgeron.md +0 -0
  165. /package/{install/templates → templates}/.github/agents/bmad-agent-jimmy.md +0 -0
  166. /package/{install/templates → templates}/.github/agents/bmad-agent-marc.md +0 -0
  167. /package/{install/templates → templates}/.github/agents/bmad-agent-mike.md +0 -0
  168. /package/{install/templates → templates}/.github/agents/bmad-agent-patnote.md +0 -0
  169. /package/{install/templates → templates}/.github/agents/bmad-agent-rachid.md +0 -0
  170. /package/{install/templates → templates}/.github/agents/bmad-agent-skeptic.md +0 -0
  171. /package/{install/templates → templates}/.github/agents/bmad-agent-tao.md +0 -0
  172. /package/{install/templates → templates}/.github/agents/bmad-agent-tea-tea.md +0 -0
  173. /package/{install/templates → templates}/.github/agents/bmad-agent-test-dynamic.md +0 -0
  174. /package/{install/templates → templates}/.github/agents/bmad-agent-yanstaller-interview.md +0 -0
  175. /package/{install/templates → templates}/.github/agents/bmad-agent-yanstaller-phase2.md +0 -0
  176. /package/{install/templates → templates}/.github/agents/bmad-agent-yanstaller.md +0 -0
  177. /package/{install/templates → templates}/.github/agents/expert-merise-agile.md +0 -0
  178. /package/{install/templates → templates}/.github/agents/franck.md +0 -0
  179. /package/{install/templates → templates}/.github/agents/hermes.md +0 -0
  180. /package/{install/templates → templates}/_bmad/bmb/agents/agent-builder.md +0 -0
  181. /package/{install/templates → templates}/_bmad/bmb/agents/byan-test.md +0 -0
  182. /package/{install/templates → templates}/_bmad/bmb/agents/byan.md +0 -0
  183. /package/{install/templates → templates}/_bmad/bmb/agents/marc.md +0 -0
  184. /package/{install/templates → templates}/_bmad/bmb/agents/module-builder.md +0 -0
  185. /package/{install/templates → templates}/_bmad/bmb/agents/patnote.md +0 -0
  186. /package/{install/templates → templates}/_bmad/bmb/agents/rachid.md +0 -0
  187. /package/{install/templates → templates}/_bmad/bmb/agents/workflow-builder.md +0 -0
  188. /package/{install/templates → templates}/_bmad/bmb/workflows/byan/data/mantras.yaml +0 -0
  189. /package/{install/templates → templates}/_bmad/bmb/workflows/byan/data/templates.yaml +0 -0
  190. /package/{install/templates → templates}/_bmad/bmb/workflows/byan/delete-agent-workflow.md +0 -0
  191. /package/{install/templates → templates}/_bmad/bmb/workflows/byan/edit-agent-workflow.md +0 -0
  192. /package/{install/templates → templates}/_bmad/bmb/workflows/byan/interview-workflow.md +0 -0
  193. /package/{install/templates → templates}/_bmad/bmb/workflows/byan/quick-create-workflow.md +0 -0
  194. /package/{install/templates → templates}/_bmad/bmb/workflows/byan/templates/base-agent-template.md +0 -0
  195. /package/{install/templates → templates}/_bmad/bmb/workflows/byan/validate-agent-workflow.md +0 -0
  196. /package/{install/templates → templates}/_bmad/core/agents/carmack.md +0 -0
  197. /package/{install/templates → templates}/_byan/COMPLETION-REPORT.md +0 -0
  198. /package/{install/templates → templates}/_byan/_config/agent-manifest.csv +0 -0
  199. /package/{install/templates → templates}/_byan/_config/agents/bmb-agent-builder.customize.yaml +0 -0
  200. /package/{install/templates → templates}/_byan/_config/agents/bmb-module-builder.customize.yaml +0 -0
  201. /package/{install/templates → templates}/_byan/_config/agents/bmb-workflow-builder.customize.yaml +0 -0
  202. /package/{install/templates → templates}/_byan/_config/agents/bmm-analyst.customize.yaml +0 -0
  203. /package/{install/templates → templates}/_byan/_config/agents/bmm-architect.customize.yaml +0 -0
  204. /package/{install/templates → templates}/_byan/_config/agents/bmm-dev.customize.yaml +0 -0
  205. /package/{install/templates → templates}/_byan/_config/agents/bmm-pm.customize.yaml +0 -0
  206. /package/{install/templates → templates}/_byan/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +0 -0
  207. /package/{install/templates → templates}/_byan/_config/agents/bmm-quinn.customize.yaml +0 -0
  208. /package/{install/templates → templates}/_byan/_config/agents/bmm-sm.customize.yaml +0 -0
  209. /package/{install/templates → templates}/_byan/_config/agents/bmm-tech-writer.customize.yaml +0 -0
  210. /package/{install/templates → templates}/_byan/_config/agents/bmm-ux-designer.customize.yaml +0 -0
  211. /package/{install/templates → templates}/_byan/_config/agents/byan.customize.yaml +0 -0
  212. /package/{install/templates → templates}/_byan/_config/agents/cis-brainstorming-coach.customize.yaml +0 -0
  213. /package/{install/templates → templates}/_byan/_config/agents/cis-creative-problem-solver.customize.yaml +0 -0
  214. /package/{install/templates → templates}/_byan/_config/agents/cis-design-thinking-coach.customize.yaml +0 -0
  215. /package/{install/templates → templates}/_byan/_config/agents/cis-innovation-strategist.customize.yaml +0 -0
  216. /package/{install/templates → templates}/_byan/_config/agents/cis-presentation-master.customize.yaml +0 -0
  217. /package/{install/templates → templates}/_byan/_config/agents/cis-storyteller.customize.yaml +0 -0
  218. /package/{install/templates → templates}/_byan/_config/agents/core-bmad-master.customize.yaml +0 -0
  219. /package/{install/templates → templates}/_byan/_config/agents/tea-tea.customize.yaml +0 -0
  220. /package/{install/templates → templates}/_byan/_config/bmad-help.csv +0 -0
  221. /package/{install/templates → templates}/_byan/_config/files-manifest.csv +0 -0
  222. /package/{install/templates → templates}/_byan/_config/ides/codex.yaml +0 -0
  223. /package/{install/templates → templates}/_byan/_config/manifest.yaml +0 -0
  224. /package/{install/templates → templates}/_byan/_config/task-manifest.csv +0 -0
  225. /package/{install/templates → templates}/_byan/_config/tool-manifest.csv +0 -0
  226. /package/{install/templates → templates}/_byan/_config/workflow-manifest.csv +0 -0
  227. /package/{install/templates → templates}/_byan/_memory/config.yaml +0 -0
  228. /package/{install/templates → templates}/_byan/_memory/elo-profile.json +0 -0
  229. /package/{install/templates → templates}/_byan/_memory/fact-graph.json +0 -0
  230. /package/{install/templates → templates}/_byan/_memory/storyteller-sidecar/stories-told.md +0 -0
  231. /package/{install/templates → templates}/_byan/_memory/storyteller-sidecar/story-preferences.md +0 -0
  232. /package/{install/templates → templates}/_byan/_memory/tech-writer-sidecar/documentation-standards.md +0 -0
  233. /package/{install/templates → templates}/_byan/agents/byan-test.md +0 -0
  234. /package/{install/templates → templates}/_byan/agents/byan.md +0 -0
  235. /package/{install/templates → templates}/_byan/agents/jimmy-soul.md +0 -0
  236. /package/{install/templates → templates}/_byan/agents/jimmy-tao.md +0 -0
  237. /package/{install/templates → templates}/_byan/agents/jimmy.md +0 -0
  238. /package/{install/templates → templates}/_byan/agents/marc-soul.md +0 -0
  239. /package/{install/templates → templates}/_byan/agents/marc-tao.md +0 -0
  240. /package/{install/templates → templates}/_byan/agents/marc.md +0 -0
  241. /package/{install/templates → templates}/_byan/agents/mike-soul.md +0 -0
  242. /package/{install/templates → templates}/_byan/agents/mike-tao.md +0 -0
  243. /package/{install/templates → templates}/_byan/agents/mike.md +0 -0
  244. /package/{install/templates → templates}/_byan/agents/rachid-soul.md +0 -0
  245. /package/{install/templates → templates}/_byan/agents/rachid-tao.md +0 -0
  246. /package/{install/templates → templates}/_byan/agents/rachid.md +0 -0
  247. /package/{install/templates → templates}/_byan/agents/skeptic-soul.md +0 -0
  248. /package/{install/templates → templates}/_byan/agents/skeptic-tao.md +0 -0
  249. /package/{install/templates → templates}/_byan/agents/skeptic.md +0 -0
  250. /package/{install/templates → templates}/_byan/agents/tao-soul.md +0 -0
  251. /package/{install/templates → templates}/_byan/agents/tao-tao.md +0 -0
  252. /package/{install/templates → templates}/_byan/agents/tao.md +0 -0
  253. /package/{install/templates → templates}/_byan/agents/turbo-whisper-soul.md +0 -0
  254. /package/{install/templates → templates}/_byan/agents/turbo-whisper-tao.md +0 -0
  255. /package/{install/templates → templates}/_byan/agents/turbo-whisper.md +0 -0
  256. /package/{install/templates → templates}/_byan/agents/yanstaller-soul.md +0 -0
  257. /package/{install/templates → templates}/_byan/agents/yanstaller-tao.md +0 -0
  258. /package/{install/templates → templates}/_byan/agents/yanstaller.md +0 -0
  259. /package/{install/templates → templates}/_byan/bmb/agents/agent-builder.md +0 -0
  260. /package/{install/templates → templates}/_byan/bmb/agents/byan-test.md +0 -0
  261. /package/{install/templates → templates}/_byan/bmb/agents/byan.md +0 -0
  262. /package/{install/templates → templates}/_byan/bmb/agents/byan.optimized-v2.md +0 -0
  263. /package/{install/templates → templates}/_byan/bmb/agents/byan.optimized.md +0 -0
  264. /package/{install/templates → templates}/_byan/bmb/agents/claude.md +0 -0
  265. /package/{install/templates → templates}/_byan/bmb/agents/codex.md +0 -0
  266. /package/{install/templates → templates}/_byan/bmb/agents/drawio.md +0 -0
  267. /package/{install/templates → templates}/_byan/bmb/agents/fact-checker.md +0 -0
  268. /package/{install/templates → templates}/_byan/bmb/agents/forgeron-soul.md +0 -0
  269. /package/{install/templates → templates}/_byan/bmb/agents/forgeron-tao.md +0 -0
  270. /package/{install/templates → templates}/_byan/bmb/agents/forgeron.md +0 -0
  271. /package/{install/templates → templates}/_byan/bmb/agents/marc.md +0 -0
  272. /package/{install/templates → templates}/_byan/bmb/agents/module-builder.md +0 -0
  273. /package/{install/templates → templates}/_byan/bmb/agents/patnote.md +0 -0
  274. /package/{install/templates → templates}/_byan/bmb/agents/rachid.md +0 -0
  275. /package/{install/templates → templates}/_byan/bmb/agents/turbo-whisper-integration.md +0 -0
  276. /package/{install/templates → templates}/_byan/bmb/agents/workflow-builder.md +0 -0
  277. /package/{install/templates → templates}/_byan/bmb/config.yaml +0 -0
  278. /package/{install/templates → templates}/_byan/bmb/module-help.csv +0 -0
  279. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/agent-compilation.md +0 -0
  280. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/agent-menu-patterns.md +0 -0
  281. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/agent-metadata.md +0 -0
  282. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/brainstorm-context.md +0 -0
  283. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/communication-presets.csv +0 -0
  284. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/critical-actions.md +0 -0
  285. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/expert-agent-architecture.md +0 -0
  286. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/expert-agent-validation.md +0 -0
  287. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/module-agent-validation.md +0 -0
  288. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/persona-properties.md +0 -0
  289. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/principles-crafting.md +0 -0
  290. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/reference/module-examples/architect.md +0 -0
  291. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/simple-agent-architecture.md +0 -0
  292. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/simple-agent-validation.md +0 -0
  293. /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/understanding-agent-types.md +0 -0
  294. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-01-brainstorm.md +0 -0
  295. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-02-discovery.md +0 -0
  296. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-03-type-metadata.md +0 -0
  297. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-04-persona.md +0 -0
  298. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-05-commands-menu.md +0 -0
  299. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-06-activation.md +0 -0
  300. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-07a-build-simple.md +0 -0
  301. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-07b-build-expert.md +0 -0
  302. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-07c-build-module.md +0 -0
  303. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-08-celebrate.md +0 -0
  304. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-01-load-existing.md +0 -0
  305. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-02-discover-edits.md +0 -0
  306. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-03-placeholder.md +0 -0
  307. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-04-type-metadata.md +0 -0
  308. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-05-persona.md +0 -0
  309. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-06-commands-menu.md +0 -0
  310. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-07-activation.md +0 -0
  311. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +0 -0
  312. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +0 -0
  313. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-08c-edit-module.md +0 -0
  314. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-09-celebrate.md +0 -0
  315. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-01-load-review.md +0 -0
  316. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +0 -0
  317. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +0 -0
  318. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +0 -0
  319. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +0 -0
  320. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +0 -0
  321. /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-03-summary.md +0 -0
  322. /package/{install/templates → templates}/_byan/bmb/workflows/agent/templates/agent-plan.template.md +0 -0
  323. /package/{install/templates → templates}/_byan/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +0 -0
  324. /package/{install/templates → templates}/_byan/bmb/workflows/agent/templates/simple-agent.template.md +0 -0
  325. /package/{install/templates → templates}/_byan/bmb/workflows/agent/workflow.md +0 -0
  326. /package/{install/templates → templates}/_byan/bmb/workflows/byan/data/mantras.yaml +0 -0
  327. /package/{install/templates → templates}/_byan/bmb/workflows/byan/data/templates.yaml +0 -0
  328. /package/{install/templates → templates}/_byan/bmb/workflows/byan/delete-agent-workflow.md +0 -0
  329. /package/{install/templates → templates}/_byan/bmb/workflows/byan/edit-agent-workflow.md +0 -0
  330. /package/{install/templates → templates}/_byan/bmb/workflows/byan/interview-workflow.md +0 -0
  331. /package/{install/templates → templates}/_byan/bmb/workflows/byan/quick-create-workflow.md +0 -0
  332. /package/{install/templates → templates}/_byan/bmb/workflows/byan/templates/base-agent-template.md +0 -0
  333. /package/{install/templates → templates}/_byan/bmb/workflows/byan/validate-agent-workflow.md +0 -0
  334. /package/{install/templates → templates}/_byan/bmb/workflows/module/data/agent-architecture.md +0 -0
  335. /package/{install/templates → templates}/_byan/bmb/workflows/module/data/agent-spec-template.md +0 -0
  336. /package/{install/templates → templates}/_byan/bmb/workflows/module/data/module-installer-standards.md +0 -0
  337. /package/{install/templates → templates}/_byan/bmb/workflows/module/data/module-standards.md +0 -0
  338. /package/{install/templates → templates}/_byan/bmb/workflows/module/data/module-yaml-conventions.md +0 -0
  339. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-01-welcome.md +0 -0
  340. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-02-spark.md +0 -0
  341. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-03-module-type.md +0 -0
  342. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-04-vision.md +0 -0
  343. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-05-identity.md +0 -0
  344. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-06-users.md +0 -0
  345. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-07-value.md +0 -0
  346. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-08-agents.md +0 -0
  347. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-09-workflows.md +0 -0
  348. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-10-tools.md +0 -0
  349. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-11-scenarios.md +0 -0
  350. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-12-creative.md +0 -0
  351. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-13-review.md +0 -0
  352. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-14-finalize.md +0 -0
  353. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-01-load-brief.md +0 -0
  354. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-01b-continue.md +0 -0
  355. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-02-structure.md +0 -0
  356. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-03-config.md +0 -0
  357. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-04-installer.md +0 -0
  358. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-05-agents.md +0 -0
  359. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-06-workflows.md +0 -0
  360. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-07-docs.md +0 -0
  361. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-08-complete.md +0 -0
  362. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-01-load-target.md +0 -0
  363. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-02-select-edit.md +0 -0
  364. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-03-apply-edit.md +0 -0
  365. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-04-review.md +0 -0
  366. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-05-confirm.md +0 -0
  367. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-01-load-target.md +0 -0
  368. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-02-file-structure.md +0 -0
  369. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-03-module-yaml.md +0 -0
  370. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-04-agent-specs.md +0 -0
  371. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-05-workflow-specs.md +0 -0
  372. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-06-documentation.md +0 -0
  373. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-07-installation.md +0 -0
  374. /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-08-report.md +0 -0
  375. /package/{install/templates → templates}/_byan/bmb/workflows/module/templates/brief-template.md +0 -0
  376. /package/{install/templates → templates}/_byan/bmb/workflows/module/templates/workflow-spec-template.md +0 -0
  377. /package/{install/templates → templates}/_byan/bmb/workflows/module/workflow.md +0 -0
  378. /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/configure-workflow.md +0 -0
  379. /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/docker-setup-workflow.md +0 -0
  380. /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/install-workflow.md +0 -0
  381. /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/integrate-workflow.md +0 -0
  382. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/architecture.md +0 -0
  383. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/common-workflow-tools.csv +0 -0
  384. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/csv-data-file-standards.md +0 -0
  385. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/frontmatter-standards.md +0 -0
  386. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/input-discovery-standards.md +0 -0
  387. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +0 -0
  388. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/menu-handling-standards.md +0 -0
  389. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/output-format-standards.md +0 -0
  390. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/step-file-rules.md +0 -0
  391. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/step-type-patterns.md +0 -0
  392. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +0 -0
  393. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/trimodal-workflow-structure.md +0 -0
  394. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/workflow-chaining-standards.md +0 -0
  395. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/workflow-examples.md +0 -0
  396. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/workflow-type-criteria.md +0 -0
  397. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-00-conversion.md +0 -0
  398. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-01-discovery.md +0 -0
  399. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-01b-continuation.md +0 -0
  400. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-02-classification.md +0 -0
  401. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-03-requirements.md +0 -0
  402. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-04-tools.md +0 -0
  403. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-05-plan-review.md +0 -0
  404. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-06-design.md +0 -0
  405. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-07-foundation.md +0 -0
  406. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +0 -0
  407. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +0 -0
  408. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-10-confirmation.md +0 -0
  409. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-11-completion.md +0 -0
  410. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +0 -0
  411. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +0 -0
  412. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +0 -0
  413. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +0 -0
  414. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +0 -0
  415. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +0 -0
  416. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-07-complete.md +0 -0
  417. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +0 -0
  418. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-01-validate.md +0 -0
  419. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-01b-structure.md +0 -0
  420. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +0 -0
  421. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +0 -0
  422. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +0 -0
  423. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +0 -0
  424. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +0 -0
  425. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +0 -0
  426. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +0 -0
  427. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +0 -0
  428. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +0 -0
  429. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +0 -0
  430. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-10-report-complete.md +0 -0
  431. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +0 -0
  432. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/minimal-output-template.md +0 -0
  433. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +0 -0
  434. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/step-1b-template.md +0 -0
  435. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/step-template.md +0 -0
  436. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/workflow-template.md +0 -0
  437. /package/{install/templates → templates}/_byan/bmb/workflows/workflow/workflow.md +0 -0
  438. /package/{install/templates → templates}/_byan/bmm/agents/analyst-soul.md +0 -0
  439. /package/{install/templates → templates}/_byan/bmm/agents/analyst-tao.md +0 -0
  440. /package/{install/templates → templates}/_byan/bmm/agents/analyst.md +0 -0
  441. /package/{install/templates → templates}/_byan/bmm/agents/architect-soul.md +0 -0
  442. /package/{install/templates → templates}/_byan/bmm/agents/architect-tao.md +0 -0
  443. /package/{install/templates → templates}/_byan/bmm/agents/architect.md +0 -0
  444. /package/{install/templates → templates}/_byan/bmm/agents/dev-soul.md +0 -0
  445. /package/{install/templates → templates}/_byan/bmm/agents/dev-tao.md +0 -0
  446. /package/{install/templates → templates}/_byan/bmm/agents/dev.md +0 -0
  447. /package/{install/templates → templates}/_byan/bmm/agents/expert-merise-agile.md +0 -0
  448. /package/{install/templates → templates}/_byan/bmm/agents/pm-soul.md +0 -0
  449. /package/{install/templates → templates}/_byan/bmm/agents/pm-tao.md +0 -0
  450. /package/{install/templates → templates}/_byan/bmm/agents/pm.md +0 -0
  451. /package/{install/templates → templates}/_byan/bmm/agents/quick-flow-solo-dev.md +0 -0
  452. /package/{install/templates → templates}/_byan/bmm/agents/quinn-soul.md +0 -0
  453. /package/{install/templates → templates}/_byan/bmm/agents/quinn-tao.md +0 -0
  454. /package/{install/templates → templates}/_byan/bmm/agents/quinn.md +0 -0
  455. /package/{install/templates → templates}/_byan/bmm/agents/sm-soul.md +0 -0
  456. /package/{install/templates → templates}/_byan/bmm/agents/sm-tao.md +0 -0
  457. /package/{install/templates → templates}/_byan/bmm/agents/sm.md +0 -0
  458. /package/{install/templates → templates}/_byan/bmm/agents/tech-writer/tech-writer.md +0 -0
  459. /package/{install/templates → templates}/_byan/bmm/agents/ux-designer-soul.md +0 -0
  460. /package/{install/templates → templates}/_byan/bmm/agents/ux-designer-tao.md +0 -0
  461. /package/{install/templates → templates}/_byan/bmm/agents/ux-designer.md +0 -0
  462. /package/{install/templates → templates}/_byan/bmm/config.yaml +0 -0
  463. /package/{install/templates → templates}/_byan/bmm/data/project-context-template.md +0 -0
  464. /package/{install/templates → templates}/_byan/bmm/module-help.csv +0 -0
  465. /package/{install/templates → templates}/_byan/bmm/teams/default-party.csv +0 -0
  466. /package/{install/templates → templates}/_byan/bmm/teams/team-fullstack.yaml +0 -0
  467. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +0 -0
  468. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +0 -0
  469. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -0
  470. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +0 -0
  471. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +0 -0
  472. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +0 -0
  473. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +0 -0
  474. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -0
  475. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/workflow.md +0 -0
  476. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +0 -0
  477. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +0 -0
  478. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +0 -0
  479. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +0 -0
  480. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +0 -0
  481. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +0 -0
  482. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +0 -0
  483. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +0 -0
  484. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +0 -0
  485. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +0 -0
  486. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +0 -0
  487. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +0 -0
  488. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/research.template.md +0 -0
  489. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +0 -0
  490. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +0 -0
  491. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +0 -0
  492. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +0 -0
  493. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +0 -0
  494. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +0 -0
  495. /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/workflow.md +0 -0
  496. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -0
  497. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +0 -0
  498. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +0 -0
  499. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +0 -0
  500. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +0 -0
  501. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +0 -0
  502. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +0 -0
  503. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +0 -0
  504. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +0 -0
  505. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +0 -0
  506. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +0 -0
  507. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +0 -0
  508. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +0 -0
  509. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +0 -0
  510. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +0 -0
  511. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +0 -0
  512. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +0 -0
  513. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +0 -0
  514. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +0 -0
  515. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +0 -0
  516. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +0 -0
  517. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -0
  518. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -0
  519. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -0
  520. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -0
  521. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -0
  522. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -0
  523. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -0
  524. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -0
  525. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -0
  526. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -0
  527. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -0
  528. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -0
  529. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -0
  530. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -0
  531. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +0 -0
  532. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md +0 -0
  533. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/workflow.md +0 -0
  534. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +0 -0
  535. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +0 -0
  536. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +0 -0
  537. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +0 -0
  538. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +0 -0
  539. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +0 -0
  540. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +0 -0
  541. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +0 -0
  542. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +0 -0
  543. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +0 -0
  544. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +0 -0
  545. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +0 -0
  546. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +0 -0
  547. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +0 -0
  548. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +0 -0
  549. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -0
  550. /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -0
  551. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +0 -0
  552. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +0 -0
  553. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -0
  554. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +0 -0
  555. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -0
  556. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +0 -0
  557. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +0 -0
  558. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +0 -0
  559. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -0
  560. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +0 -0
  561. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +0 -0
  562. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +0 -0
  563. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +0 -0
  564. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +0 -0
  565. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +0 -0
  566. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +0 -0
  567. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +0 -0
  568. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +0 -0
  569. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +0 -0
  570. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +0 -0
  571. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/workflow.md +0 -0
  572. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -0
  573. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +0 -0
  574. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +0 -0
  575. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +0 -0
  576. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +0 -0
  577. /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +0 -0
  578. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/code-review/checklist.md +0 -0
  579. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/code-review/instructions.xml +0 -0
  580. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -0
  581. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/correct-course/checklist.md +0 -0
  582. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/correct-course/instructions.md +0 -0
  583. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -0
  584. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/checklist.md +0 -0
  585. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/instructions.xml +0 -0
  586. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/template.md +0 -0
  587. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -0
  588. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/dev-story/checklist.md +0 -0
  589. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/dev-story/instructions.xml +0 -0
  590. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -0
  591. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/retrospective/instructions.md +0 -0
  592. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -0
  593. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -0
  594. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -0
  595. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -0
  596. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -0
  597. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-status/instructions.md +0 -0
  598. /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -0
  599. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +0 -0
  600. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +0 -0
  601. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +0 -0
  602. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +0 -0
  603. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +0 -0
  604. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +0 -0
  605. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +0 -0
  606. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +0 -0
  607. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +0 -0
  608. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +0 -0
  609. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +0 -0
  610. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +0 -0
  611. /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +0 -0
  612. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/checklist.md +0 -0
  613. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/documentation-requirements.csv +0 -0
  614. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/instructions.md +0 -0
  615. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/deep-dive-template.md +0 -0
  616. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/index-template.md +0 -0
  617. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/project-overview-template.md +0 -0
  618. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -0
  619. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/source-tree-template.md +0 -0
  620. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflow.yaml +0 -0
  621. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -0
  622. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -0
  623. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -0
  624. /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/full-scan.yaml +0 -0
  625. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +0 -0
  626. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +0 -0
  627. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +0 -0
  628. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +0 -0
  629. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +0 -0
  630. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +0 -0
  631. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +0 -0
  632. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +0 -0
  633. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +0 -0
  634. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +0 -0
  635. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +0 -0
  636. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +0 -0
  637. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +0 -0
  638. /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +0 -0
  639. /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/project-context-template.md +0 -0
  640. /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/steps/step-01-discover.md +0 -0
  641. /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/steps/step-02-generate.md +0 -0
  642. /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/steps/step-03-complete.md +0 -0
  643. /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/workflow.md +0 -0
  644. /package/{install/templates → templates}/_byan/bmm/workflows/qa/automate/checklist.md +0 -0
  645. /package/{install/templates → templates}/_byan/bmm/workflows/qa/automate/instructions.md +0 -0
  646. /package/{install/templates → templates}/_byan/bmm/workflows/qa/automate/workflow.yaml +0 -0
  647. /package/{install/templates → templates}/_byan/byan-soul-reference.md +0 -0
  648. /package/{install/templates → templates}/_byan/byan-tao-reference.md +0 -0
  649. /package/{install/templates → templates}/_byan/byan-tao.md +0 -0
  650. /package/{install/templates → templates}/_byan/cis/agents/brainstorming-coach-soul.md +0 -0
  651. /package/{install/templates → templates}/_byan/cis/agents/brainstorming-coach-tao.md +0 -0
  652. /package/{install/templates → templates}/_byan/cis/agents/brainstorming-coach.md +0 -0
  653. /package/{install/templates → templates}/_byan/cis/agents/creative-problem-solver-soul.md +0 -0
  654. /package/{install/templates → templates}/_byan/cis/agents/creative-problem-solver-tao.md +0 -0
  655. /package/{install/templates → templates}/_byan/cis/agents/creative-problem-solver.md +0 -0
  656. /package/{install/templates → templates}/_byan/cis/agents/design-thinking-coach-soul.md +0 -0
  657. /package/{install/templates → templates}/_byan/cis/agents/design-thinking-coach-tao.md +0 -0
  658. /package/{install/templates → templates}/_byan/cis/agents/design-thinking-coach.md +0 -0
  659. /package/{install/templates → templates}/_byan/cis/agents/innovation-strategist-soul.md +0 -0
  660. /package/{install/templates → templates}/_byan/cis/agents/innovation-strategist-tao.md +0 -0
  661. /package/{install/templates → templates}/_byan/cis/agents/innovation-strategist.md +0 -0
  662. /package/{install/templates → templates}/_byan/cis/agents/presentation-master-soul.md +0 -0
  663. /package/{install/templates → templates}/_byan/cis/agents/presentation-master-tao.md +0 -0
  664. /package/{install/templates → templates}/_byan/cis/agents/presentation-master.md +0 -0
  665. /package/{install/templates → templates}/_byan/cis/agents/storyteller/storyteller.md +0 -0
  666. /package/{install/templates → templates}/_byan/cis/config.yaml +0 -0
  667. /package/{install/templates → templates}/_byan/cis/module-help.csv +0 -0
  668. /package/{install/templates → templates}/_byan/cis/teams/creative-squad.yaml +0 -0
  669. /package/{install/templates → templates}/_byan/cis/teams/default-party.csv +0 -0
  670. /package/{install/templates → templates}/_byan/cis/workflows/README.md +0 -0
  671. /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/README.md +0 -0
  672. /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/design-methods.csv +0 -0
  673. /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/instructions.md +0 -0
  674. /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/template.md +0 -0
  675. /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/workflow.yaml +0 -0
  676. /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/README.md +0 -0
  677. /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -0
  678. /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/instructions.md +0 -0
  679. /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/template.md +0 -0
  680. /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/workflow.yaml +0 -0
  681. /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/README.md +0 -0
  682. /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/instructions.md +0 -0
  683. /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/solving-methods.csv +0 -0
  684. /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/template.md +0 -0
  685. /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/workflow.yaml +0 -0
  686. /package/{install/templates → templates}/_byan/cis/workflows/storytelling/README.md +0 -0
  687. /package/{install/templates → templates}/_byan/cis/workflows/storytelling/instructions.md +0 -0
  688. /package/{install/templates → templates}/_byan/cis/workflows/storytelling/story-types.csv +0 -0
  689. /package/{install/templates → templates}/_byan/cis/workflows/storytelling/template.md +0 -0
  690. /package/{install/templates → templates}/_byan/cis/workflows/storytelling/workflow.yaml +0 -0
  691. /package/{install/templates → templates}/_byan/config.yaml +0 -0
  692. /package/{install/templates → templates}/_byan/core/MODEL-SELECTOR-GUIDE.md +0 -0
  693. /package/{install/templates → templates}/_byan/core/activation/soul-activation.md +0 -0
  694. /package/{install/templates → templates}/_byan/core/agents/bmad-master-soul.md +0 -0
  695. /package/{install/templates → templates}/_byan/core/agents/bmad-master-tao.md +0 -0
  696. /package/{install/templates → templates}/_byan/core/agents/bmad-master.md +0 -0
  697. /package/{install/templates → templates}/_byan/core/agents/carmack.md +0 -0
  698. /package/{install/templates → templates}/_byan/core/agents/test-dynamic.md +0 -0
  699. /package/{install/templates → templates}/_byan/core/base/bmad-base-agent.md +0 -0
  700. /package/{install/templates → templates}/_byan/core/config.yaml +0 -0
  701. /package/{install/templates → templates}/_byan/core/model-selector.js +0 -0
  702. /package/{install/templates → templates}/_byan/core/model-selector.yaml +0 -0
  703. /package/{install/templates → templates}/_byan/core/module-help.csv +0 -0
  704. /package/{install/templates → templates}/_byan/core/resources/excalidraw/README.md +0 -0
  705. /package/{install/templates → templates}/_byan/core/resources/excalidraw/excalidraw-helpers.md +0 -0
  706. /package/{install/templates → templates}/_byan/core/resources/excalidraw/library-loader.md +0 -0
  707. /package/{install/templates → templates}/_byan/core/resources/excalidraw/validate-json-instructions.md +0 -0
  708. /package/{install/templates → templates}/_byan/core/tasks/editorial-review-prose.xml +0 -0
  709. /package/{install/templates → templates}/_byan/core/tasks/editorial-review-structure.xml +0 -0
  710. /package/{install/templates → templates}/_byan/core/tasks/help.md +0 -0
  711. /package/{install/templates → templates}/_byan/core/tasks/index-docs.xml +0 -0
  712. /package/{install/templates → templates}/_byan/core/tasks/review-adversarial-general.xml +0 -0
  713. /package/{install/templates → templates}/_byan/core/tasks/shard-doc.xml +0 -0
  714. /package/{install/templates → templates}/_byan/core/tasks/workflow.xml +0 -0
  715. /package/{install/templates → templates}/_byan/core/workflows/advanced-elicitation/methods.csv +0 -0
  716. /package/{install/templates → templates}/_byan/core/workflows/advanced-elicitation/workflow.xml +0 -0
  717. /package/{install/templates → templates}/_byan/core/workflows/brainstorming/brain-methods.csv +0 -0
  718. /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-01-session-setup.md +0 -0
  719. /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-01b-continue.md +0 -0
  720. /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02a-user-selected.md +0 -0
  721. /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +0 -0
  722. /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02c-random-selection.md +0 -0
  723. /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +0 -0
  724. /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-03-technique-execution.md +0 -0
  725. /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-04-idea-organization.md +0 -0
  726. /package/{install/templates → templates}/_byan/core/workflows/brainstorming/template.md +0 -0
  727. /package/{install/templates → templates}/_byan/core/workflows/brainstorming/workflow.md +0 -0
  728. /package/{install/templates → templates}/_byan/core/workflows/party-mode/steps/step-01-agent-loading.md +0 -0
  729. /package/{install/templates → templates}/_byan/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +0 -0
  730. /package/{install/templates → templates}/_byan/core/workflows/party-mode/steps/step-03-graceful-exit.md +0 -0
  731. /package/{install/templates → templates}/_byan/core/workflows/party-mode/workflow.md +0 -0
  732. /package/{install/templates → templates}/_byan/creator-soul-template.md +0 -0
  733. /package/{install/templates → templates}/_byan/creator-soul.md +0 -0
  734. /package/{install/templates → templates}/_byan/data/agent-catalog.json +0 -0
  735. /package/{install/templates → templates}/_byan/soul-memory-reference.md +0 -0
  736. /package/{install/templates → templates}/_byan/soul-memory-template.md +0 -0
  737. /package/{install/templates → templates}/_byan/soul-template.md +0 -0
  738. /package/{install/templates → templates}/_byan/tea/agents/tea-soul.md +0 -0
  739. /package/{install/templates → templates}/_byan/tea/agents/tea-tao.md +0 -0
  740. /package/{install/templates → templates}/_byan/tea/agents/tea.md +0 -0
  741. /package/{install/templates → templates}/_byan/tea/config.yaml +0 -0
  742. /package/{install/templates → templates}/_byan/tea/module-help.csv +0 -0
  743. /package/{install/templates → templates}/_byan/tea/teams/default-party.csv +0 -0
  744. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/adr-quality-readiness-checklist.md +0 -0
  745. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/api-request.md +0 -0
  746. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/api-testing-patterns.md +0 -0
  747. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/auth-session.md +0 -0
  748. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/burn-in.md +0 -0
  749. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/ci-burn-in.md +0 -0
  750. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/component-tdd.md +0 -0
  751. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/contract-testing.md +0 -0
  752. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/data-factories.md +0 -0
  753. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/email-auth.md +0 -0
  754. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/error-handling.md +0 -0
  755. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/feature-flags.md +0 -0
  756. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/file-utils.md +0 -0
  757. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/fixture-architecture.md +0 -0
  758. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/fixtures-composition.md +0 -0
  759. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/intercept-network-call.md +0 -0
  760. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/log.md +0 -0
  761. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/network-error-monitor.md +0 -0
  762. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/network-first.md +0 -0
  763. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/network-recorder.md +0 -0
  764. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/nfr-criteria.md +0 -0
  765. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/overview.md +0 -0
  766. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/playwright-config.md +0 -0
  767. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/probability-impact.md +0 -0
  768. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/recurse.md +0 -0
  769. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/risk-governance.md +0 -0
  770. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/selective-testing.md +0 -0
  771. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/selector-resilience.md +0 -0
  772. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-healing-patterns.md +0 -0
  773. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-levels-framework.md +0 -0
  774. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-priorities-matrix.md +0 -0
  775. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-quality.md +0 -0
  776. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/timing-debugging.md +0 -0
  777. /package/{install/templates → templates}/_byan/tea/testarch/knowledge/visual-debugging.md +0 -0
  778. /package/{install/templates → templates}/_byan/tea/testarch/tea-index.csv +0 -0
  779. /package/{install/templates → templates}/_byan/tea/workflows/testarch/README.md +0 -0
  780. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/atdd-checklist-template.md +0 -0
  781. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/checklist.md +0 -0
  782. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/instructions.md +0 -0
  783. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +0 -0
  784. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-02-generation-mode.md +0 -0
  785. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-03-test-strategy.md +0 -0
  786. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +0 -0
  787. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04a-subprocess-api-failing.md +0 -0
  788. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04b-subprocess-e2e-failing.md +0 -0
  789. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +0 -0
  790. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-05-validate-and-complete.md +0 -0
  791. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-e/step-01-assess.md +0 -0
  792. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-e/step-02-apply-edit.md +0 -0
  793. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-v/step-01-validate.md +0 -0
  794. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +0 -0
  795. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +0 -0
  796. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/workflow-plan.md +0 -0
  797. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/workflow.md +0 -0
  798. /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/workflow.yaml +0 -0
  799. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/checklist.md +0 -0
  800. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/instructions.md +0 -0
  801. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +0 -0
  802. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-02-identify-targets.md +0 -0
  803. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +0 -0
  804. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03a-subprocess-api.md +0 -0
  805. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03b-subprocess-e2e.md +0 -0
  806. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +0 -0
  807. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-04-validate-and-summarize.md +0 -0
  808. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-e/step-01-assess.md +0 -0
  809. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-e/step-02-apply-edit.md +0 -0
  810. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-v/step-01-validate.md +0 -0
  811. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/validation-report-20260127-095021.md +0 -0
  812. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/validation-report-20260127-102401.md +0 -0
  813. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/workflow-plan.md +0 -0
  814. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/workflow.md +0 -0
  815. /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/workflow.yaml +0 -0
  816. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/checklist.md +0 -0
  817. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/github-actions-template.yaml +0 -0
  818. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/gitlab-ci-template.yaml +0 -0
  819. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/instructions.md +0 -0
  820. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-01-preflight.md +0 -0
  821. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +0 -0
  822. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +0 -0
  823. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-04-validate-and-summary.md +0 -0
  824. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-e/step-01-assess.md +0 -0
  825. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-e/step-02-apply-edit.md +0 -0
  826. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-v/step-01-validate.md +0 -0
  827. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/validation-report-20260127-095021.md +0 -0
  828. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/validation-report-20260127-102401.md +0 -0
  829. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/workflow-plan.md +0 -0
  830. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/workflow.md +0 -0
  831. /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/workflow.yaml +0 -0
  832. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/checklist.md +0 -0
  833. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/instructions.md +0 -0
  834. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-01-preflight.md +0 -0
  835. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-02-select-framework.md +0 -0
  836. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +0 -0
  837. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-04-docs-and-scripts.md +0 -0
  838. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-05-validate-and-summary.md +0 -0
  839. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-e/step-01-assess.md +0 -0
  840. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-e/step-02-apply-edit.md +0 -0
  841. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-v/step-01-validate.md +0 -0
  842. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/validation-report-20260127-095021.md +0 -0
  843. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/validation-report-20260127-102401.md +0 -0
  844. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/workflow-plan.md +0 -0
  845. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/workflow.md +0 -0
  846. /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/workflow.yaml +0 -0
  847. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/checklist.md +0 -0
  848. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/instructions.md +0 -0
  849. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/nfr-report-template.md +0 -0
  850. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md +0 -0
  851. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-02-define-thresholds.md +0 -0
  852. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-03-gather-evidence.md +0 -0
  853. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +0 -0
  854. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subprocess-security.md +0 -0
  855. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subprocess-performance.md +0 -0
  856. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subprocess-reliability.md +0 -0
  857. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subprocess-scalability.md +0 -0
  858. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +0 -0
  859. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-05-generate-report.md +0 -0
  860. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-e/step-01-assess.md +0 -0
  861. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-e/step-02-apply-edit.md +0 -0
  862. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-v/step-01-validate.md +0 -0
  863. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +0 -0
  864. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +0 -0
  865. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/workflow-plan.md +0 -0
  866. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/workflow.md +0 -0
  867. /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/workflow.yaml +0 -0
  868. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/checklist.md +0 -0
  869. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/curriculum.yaml +0 -0
  870. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/quiz-questions.yaml +0 -0
  871. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/role-paths.yaml +0 -0
  872. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/session-content-map.yaml +0 -0
  873. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +0 -0
  874. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/instructions.md +0 -0
  875. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-01-init.md +0 -0
  876. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-01b-continue.md +0 -0
  877. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-02-assess.md +0 -0
  878. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-03-session-menu.md +0 -0
  879. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md +0 -0
  880. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md +0 -0
  881. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md +0 -0
  882. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md +0 -0
  883. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md +0 -0
  884. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md +0 -0
  885. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md +0 -0
  886. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-05-completion.md +0 -0
  887. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +0 -0
  888. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-e/step-e-02-apply-edits.md +0 -0
  889. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-v/step-v-01-validate.md +0 -0
  890. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/templates/certificate-template.md +0 -0
  891. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/templates/progress-template.yaml +0 -0
  892. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/templates/session-notes-template.md +0 -0
  893. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +0 -0
  894. /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/workflow.md +0 -0
  895. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/checklist.md +0 -0
  896. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/instructions.md +0 -0
  897. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-01-detect-mode.md +0 -0
  898. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +0 -0
  899. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-03-risk-and-testability.md +0 -0
  900. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-04-coverage-plan.md +0 -0
  901. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +0 -0
  902. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-e/step-01-assess.md +0 -0
  903. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-e/step-02-apply-edit.md +0 -0
  904. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-v/step-01-validate.md +0 -0
  905. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/test-design-architecture-template.md +0 -0
  906. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/test-design-qa-template.md +0 -0
  907. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/test-design-template.md +0 -0
  908. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +0 -0
  909. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +0 -0
  910. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/workflow-plan.md +0 -0
  911. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/workflow.md +0 -0
  912. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/workflow.yaml +0 -0
  913. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/checklist.md +0 -0
  914. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/instructions.md +0 -0
  915. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +0 -0
  916. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-02-discover-tests.md +0 -0
  917. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +0 -0
  918. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03a-subprocess-determinism.md +0 -0
  919. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03b-subprocess-isolation.md +0 -0
  920. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03c-subprocess-maintainability.md +0 -0
  921. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03d-subprocess-coverage.md +0 -0
  922. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03e-subprocess-performance.md +0 -0
  923. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +0 -0
  924. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-04-generate-report.md +0 -0
  925. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-e/step-01-assess.md +0 -0
  926. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-e/step-02-apply-edit.md +0 -0
  927. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-v/step-01-validate.md +0 -0
  928. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/test-review-template.md +0 -0
  929. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +0 -0
  930. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +0 -0
  931. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/workflow-plan.md +0 -0
  932. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/workflow.md +0 -0
  933. /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/workflow.yaml +0 -0
  934. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/checklist.md +0 -0
  935. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/instructions.md +0 -0
  936. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-01-load-context.md +0 -0
  937. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-02-discover-tests.md +0 -0
  938. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-03-map-criteria.md +0 -0
  939. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +0 -0
  940. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-05-gate-decision.md +0 -0
  941. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-e/step-01-assess.md +0 -0
  942. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-e/step-02-apply-edit.md +0 -0
  943. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-v/step-01-validate.md +0 -0
  944. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/trace-template.md +0 -0
  945. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/validation-report-20260127-095021.md +0 -0
  946. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/validation-report-20260127-102401.md +0 -0
  947. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/workflow-plan.md +0 -0
  948. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/workflow.md +0 -0
  949. /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/workflow.yaml +0 -0
  950. /package/{install/templates → templates}/_byan/templates/basic-agent.md +0 -0
  951. /package/{install/templates → templates}/_byan/workers/launchers/README.md +0 -0
  952. /package/{install/templates → templates}/_byan/workers/launchers/launch-yanstaller-claude.md +0 -0
  953. /package/{install/templates → templates}/_byan/workers/launchers/launch-yanstaller-codex.md +0 -0
  954. /package/{install/templates → templates}/_byan/workers/launchers/launch-yanstaller-copilot.md +0 -0
  955. /package/{install/templates → templates}/_byan/workers.md +0 -0
  956. /package/{install/templates → templates}/_byan/workflows/byan/fact-check-workflow.md +0 -0
  957. /package/{install/templates → templates}/_byan/workflows/byan/feature-workflow.md +0 -0
  958. /package/{install/templates → templates}/_byan/workflows/byan/forge-persona-workflow.md +0 -0
  959. /package/{install/templates → templates}/_byan/workflows/byan/forge-soul-workflow.md +0 -0
  960. /package/{install/templates → templates}/_byan/workflows/byan/persona-player-workflow.md +0 -0
  961. /package/{install/templates → templates}/_byan/workflows/byan/soul-memory-update.md +0 -0
  962. /package/{install/templates → templates}/_byan/workflows/byan/soul-revision.md +0 -0
  963. /package/{install/templates → templates}/_byan/workflows/byan/thomas-workflow.md +0 -0
  964. /package/{install/templates → templates}/_byan/workflows/edit-agent-workflow.md +0 -0
  965. /package/{install/templates → templates}/_byan/workflows/interview-workflow.md +0 -0
  966. /package/{install/templates → templates}/_byan/workflows/validate-agent-workflow.md +0 -0
  967. /package/{install/templates → templates}/_byan/workflows/yanstaller/interview.md +0 -0
  968. /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-01-detect-platforms.md +0 -0
  969. /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-01-placeholder.md +0 -0
  970. /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-02-placeholder.md +0 -0
  971. /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-03-placeholder.md +0 -0
  972. /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-04-placeholder.md +0 -0
  973. /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-05-placeholder.md +0 -0
  974. /package/{install/templates → templates}/_byan/workflows/yanstaller/workflow.md +0 -0
  975. /package/{install/templates → templates}/_byan/workflows/yanstaller-interview-workflow.md +0 -0
  976. /package/{install/templates → templates}/workers/README.md +0 -0
  977. /package/{install/templates → templates}/workers/cost-optimizer.js +0 -0
  978. /package/{install/templates → templates}/workers/fact-check-worker.js +0 -0
package/CHANGELOG.md CHANGED
@@ -1,695 +1,202 @@
1
- # Changelog - BYAN (create-byan-agent)
1
+ # Changelog - create-byan-agent
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ---
9
-
10
- ## [2.7.0] - 2026-02-21
11
-
12
- ### Added - Soul System + Tao System
13
-
14
- #### Tao System (Voice Directives)
15
-
16
- **New concept: Agent Tao** -- Each agent now has a `tao.md` that defines HOW they speak. The soul says WHO you are, the tao says HOW you show it.
17
-
18
- - **Tao agent** (`_byan/agents/tao.md`) -- Voice Director, forges and audits agent voices
19
- - **tao-template.md** -- 7-section template: Register, Signatures, Temperature, Forbidden Vocabulary, Non-dits, Emotional Grammar, Concrete Examples
20
- - **BYAN tao** (`_byan/tao.md`) -- BYAN's voice: "Attends -- pourquoi ?", "OK. On construit.", "Ca, c'est du generique."
21
- - **Step 2b/2c loading** -- Tao loaded silently during activation, after soul
22
- - **TAO rule** -- Injected into all agents with tao files
23
- - **Anti-uniformity test** -- Each tao verified: if you remove the name, you still know who speaks
24
- - **3-layer voice model** -- Creator accent (shared) + Module accent (profession) + Agent accent (individual)
25
- - **16 tao files created** -- BYAN + 7 BMM + 5 CIS + TEA + Core + Forgeron
26
- - **Creation workflow integration** -- interview-workflow and quick-create now generate tao alongside soul
27
-
28
- #### Soul System
29
-
30
- **New concept: Agent Souls** -- Each BYAN agent now has a `soul.md` that provides personality and behavioral guardrails, distilled from the creator's values through a psychological interview ("forge").
31
-
32
- #### Architecture
33
-
34
- - **Two-layer soul**: Immutable core (3 truths from creator, never modified) + living layer (evolves through experience, user-validated)
35
- - **Inheritance chain**: `creator-soul.md` -> BYAN `soul.md` -> each agent's `{id}-soul.md`
36
- - **Soul memory**: Living journal (`soul-memory.md`) that captures resonances, tensions, and insights across sessions
37
- - **Anti-dissonance protocol**: Entries validated against immutable core before writing
38
- - **Periodic revision**: Every 14 days, agent runs a 5-question auto-diagnostic on its living layer
39
-
40
- #### Core Files
41
-
42
- - `_byan/creator-soul.md` -- Yan's immutable soul (source of all agent souls)
43
- - `_byan/soul.md` -- BYAN's soul distilled from creator
44
- - `_byan/soul-memory.md` -- BYAN's living journal
45
-
46
- #### Workflows
47
-
48
- - `forge-soul-workflow.md` -- 4-phase psychological interview (Blessure -> Fierte -> Coleres -> Essence)
49
- - `soul-memory-update.md` -- Automatic memory update (introspection -> proposal -> anti-dissonance -> writing)
50
- - `soul-revision.md` -- Periodic 5-question auto-diagnostic
51
-
52
- #### Agent & Integration
53
-
54
- - **Le Forgeron** -- Dedicated soul forging agent (`_byan/bmb/agents/forgeron.md`) with its own soul
55
- - **[FORGE] menu** -- Added to BYAN for direct soul forging from menu
56
- - **[SOUL] menu** -- View/edit BYAN's soul from menu
57
- - **EXIT hook** -- Mandatory soul introspection before quitting any session
58
- - **Mid-session triggers** -- Emotion patterns (frustration, pride, tension) trigger immediate introspection
59
-
60
- #### Soul Inheritance in Agent Creation
61
-
62
- - `soul-template.md` -- Template used when BYAN creates new agents
63
- - `soul-memory-template.md` -- Template for new agent soul memories
64
- - Interview and quick-create workflows updated to generate soul as deliverable
65
- - `base-agent-template.md` updated with step 2a (soul loading), SOUL rule, SOUL-MEMORY rule, exit hook, revision check
66
-
67
- #### Soul Compliance (Validation)
68
-
69
- - Step 5b added to `validate-agent-workflow.md` -- 8-point soul compliance checklist
70
- - Scoring: -10% per WARNING, -20% per FAIL, <60% = rework needed
71
-
72
- #### 23 Agent Souls Created
73
-
74
- | Module | Agents |
75
- |--------|--------|
76
- | BYAN | byan, forgeron |
77
- | BMM (7) | analyst, architect, dev, pm, quinn, sm, ux-designer |
78
- | CIS (5) | brainstorming-coach, creative-problem-solver, design-thinking-coach, innovation-strategist, presentation-master |
79
- | TEA (1) | tea (Murat) |
80
- | Core (1) | bmad-master |
81
- | _byan (7) | skeptic, marc, rachid, yanstaller, turbo-whisper, jimmy, mike |
82
-
83
- #### Creator's Immutable Core (from Forge)
84
-
85
- 1. "Il y a toujours une solution -- trouver la meilleure ou la moins pire"
86
- 2. "La verite avant tout -- le mensonge est une trahison fondamentale"
87
- 3. "Tout le monde merite le respect -- sans condition"
88
-
89
- ---
90
-
91
- ## [2.5.0] - 2026-02-19
92
-
93
- ### 🔄 Version Update
94
-
95
- **Minor version bump to 2.5.0**
96
-
97
- - Updated package version from 2.4.6 to 2.5.0
98
- - Synchronized version references in README.md and package.json description
99
- - Preparation for new features and improvements
100
-
101
- ---
102
-
103
- ## [2.4.5] - 2026-02-12
104
-
105
- ### 🐛 Fixed - Copilot CLI Auth Command
106
-
107
- **Problem:** Auth check used `gh auth status` instead of `copilot --version`. GitHub CLI (gh) is separate from Copilot CLI.
108
-
109
- **Fix:**
110
- - Auth check: `gh` → `copilot --version`
111
- - Login instruction: `gh auth login` → `copilot auth`
112
-
113
- ---
114
-
115
- ## [2.4.4] - 2026-02-11
116
-
117
- ### 🐛 Fixed - Config Prompt Scope Bug
118
-
119
- **Problem:** `config.userName` was undefined when user skipped interview or Turbo Whisper installation, causing crashes.
120
-
121
- **Root Cause:** The `const config = await inquirer.prompt(...)` was inside the `if (installMode === 'custom' && interviewResults)` conditional block. Users taking other paths never got prompted for their name.
122
-
123
- **Fix:** Moved user config prompt (name + language) BEFORE the conditional block so it's asked for ALL installation modes.
124
-
125
- ```javascript
126
- // Before: config defined inside conditional (bug)
127
- if (installMode === 'custom' && interviewResults) {
128
- const config = await inquirer.prompt(...); // Only for custom mode!
129
- ...
130
- }
131
- // config.userName → undefined for auto/express modes
132
-
133
- // After: config defined before conditional (fixed)
134
- const config = await inquirer.prompt([...]); // Asked for ALL modes
135
- if (installMode === 'custom' && interviewResults) {
136
- // config available here
137
- }
138
- // config.userName always defined
139
- ```
140
-
141
- ---
142
-
143
- ## [2.4.3] - 2026-02-11
144
-
145
- ### 🐛 Fixed - Codex Trusted Directory + Auth Loop
146
-
147
- **Codex Fix:** Added `--skip-git-repo-check` to `codex exec` command to allow Phase 2 chat when not inside a trusted git repository.
148
-
149
- **Auth Flow Improvement:** Replaced simple version check with real authentication verification:
150
- - **Copilot**: `gh auth status` (actual login check)
151
- - **Claude**: `claude -p "reply OK" --max-turns 1` (real API call)
152
- - **Codex**: version check (no auth status command available)
153
-
154
- If not authenticated, user gets 3 choices: Retry (loop), Auto mode (skip AI chat), or Cancel. No more silent bypass.
155
-
156
- ---
157
-
158
- ## [2.4.2] - 2026-02-11
159
-
160
- ### 🐛 Fixed - Claude Phase 2 System Prompt Separation
161
-
162
- **Problem:** On Windows 11, Claude Code Phase 2 chat responded with generic "How can I help you today?" instead of acting as Yanstaller persona.
163
-
164
- **Root Cause:** `claude -p "entire_blob"` treats the argument as a user query, not system instructions. The entire system context (Hermes docs, agent catalog, conversation history, instructions) was passed as `-p` argument. Claude ignored it and responded with its default greeting.
165
-
166
- **Fix:** Split system prompt from user message using proper Claude Code CLI flags:
167
- - System context `--append-system-prompt-file` (temp file, auto-cleaned)
168
- - User message → `-p` (just the actual user query)
169
-
170
- ```javascript
171
- // Before (broken): everything as -p argument
172
- runCliCommand('claude', ['-p', fullPrompt], projectRoot);
173
-
174
- // After (fixed): proper separation
175
- runCliCommand('claude', [
176
- '-p', message, // user query only
177
- '--append-system-prompt-file', tmpFile // system context in file
178
- ], projectRoot);
179
- ```
180
-
181
- **Impact:** Claude Code Phase 2 now correctly receives Yanstaller persona, Hermes knowledge, and conversation history as system instructions while treating user input as the actual query.
182
-
183
- ---
184
-
185
- ## [2.4.0] - 2026-02-11
186
-
187
- ### ✨ Added - Claude Code Native Agent Integration
188
-
189
- **New Feature: BYAN agents natively integrated with Claude Code**
190
-
191
- Claude Code uses `.claude/CLAUDE.md` and `.claude/rules/*.md` for project memory.
192
- Yanstaller now creates this structure automatically when Claude is detected.
193
-
194
- **Files Created in User Project:**
195
- ```
196
- .claude/
197
- CLAUDE.md # Main project memory with Hermes entry point
198
- rules/
199
- hermes-dispatcher.md # Hermes commands, routing rules, pipelines
200
- byan-agents.md # 35+ agents across 5 modules (tables)
201
- merise-agile.md # Methodology, mantras, dev cycle, test levels
202
- ```
203
-
204
- **Hermes Always Included:**
205
- - Hermes dispatcher is the universal entry point on ALL Claude Code projects
206
- - `CLAUDE.md` references Hermes and links to rules via `@.claude/rules/` imports
207
- - Claude Code auto-loads all `.claude/rules/*.md` at session start
208
-
209
- **How It Works:**
210
- - User runs `npx create-byan-agent` and selects Claude Code platform
211
- - Yanstaller detects Claude and installs `.claude/` structure
212
- - Claude Code reads `CLAUDE.md` + all `rules/*.md` at every session start
213
- - User asks "quel agent pour mon projet?" → Claude knows Hermes and all agents
214
- - No MCP server needed for agent knowledge (native Claude Code memory)
215
-
216
- **Verification:**
217
- - Installation checks: CLAUDE.md, rules/ directory, hermes-dispatcher.md
218
- - Updated success message with Claude-specific activation instructions
219
-
220
- **Based on Claude Code SDK:**
221
- - Uses official `.claude/rules/*.md` modular rules system
222
- - Uses `@path` import syntax for cross-referencing
223
- - Rules auto-loaded per session (no manual configuration)
224
-
225
- ---
226
-
227
- ## [2.3.8] - 2026-02-11
228
-
229
- ### 🐛 Fixed - Windows 11 + Claude Code Compatibility
230
-
231
- **Cross-Platform CLI Execution:**
232
- - Replaced `execSync` with `spawnSync` in Phase 2 chat (no shell = no character interpretation)
233
- - On Unix: args passed directly (no `@`, `$`, `%` interpretation)
234
- - On Windows: `shell: true` for `.cmd` file support, stdin for long prompts
235
- - Removed all bash-only syntax: `$(cat ...)`, `2>/dev/null`, single-quote escaping
236
-
237
- **Version Display Fix:**
238
- - `BYAN_VERSION` now reads from `package.json` (was hardcoded as `2.3.0`)
239
- - Banner now shows correct installed version
240
-
241
- **Claude-Aware Model Selection:**
242
- - When Claude platform selected, model switches from `gpt-5-mini` to `claude-haiku-4.5`
243
- - `generateDefaultConfig()` now accepts `selectedPlatform` parameter
244
- - Display: "Model adapte: claude-haiku-4.5 (plateforme: Claude)"
245
-
246
- **Claude Auth Improvements:**
247
- - Login command fixed: `claude login` (was `claude auth`)
248
- - Shows 3 connection methods on failure:
249
- 1. `claude login` (OAuth)
250
- 2. `export ANTHROPIC_API_KEY=sk-ant-...`
251
- 3. `/login` dans Claude Code
252
- - Auth error detection in Phase 2 chat with specific guidance
253
-
254
- **Files Modified:**
255
- - `install/lib/phase2-chat.js`: New `runCliCommand()` helper, cross-platform `sendChatMessage()`
256
- - `install/bin/create-byan-agent-v2.js`: `spawnSync` imports, dynamic version, platform-aware model
257
-
258
- ---
259
-
260
- ## [2.3.7] - 2026-02-11
261
-
262
- ### 🐛 Fixed - Codex Prompt Escaping
263
-
264
- **Issue:** Bash interpreted `@hermes` as shell command in Codex prompts
265
- - Phase 2 chat with Codex failed with `/bin/bash: ligne 1: @hermes : commande introuvable`
266
- - Root cause: `echo "${prompt}"` with double quotes allowed bash to interpret special characters
267
- - The Hermes documentation contains `@hermes` examples, which bash tried to execute
268
-
269
- **Fix:**
270
- - Changed `install/lib/phase2-chat.js`: Use single quotes for Codex echo command
271
- - Escape single quotes within content: `replace(/'/g, "'\\''")`
272
- - Prevents bash from interpreting `@`, `$`, backticks, and other special chars
273
- - Copilot and Claude already working (direct arguments, not shell expansion)
274
-
275
- **Impact:** Yanstaller Phase 2 now works correctly with Codex platform
276
-
277
- ---
278
-
279
- ## [2.3.6] - 2026-02-11
280
-
281
- ### ✨ Enhanced - Hermes in Yanstaller Knowledge Base
282
-
283
- **Feature:** Yanstaller Phase 2 now knows complete BYAN ecosystem
284
- - Added full Hermes documentation to Phase 2 system prompt (~1500 tokens)
285
- - Documents all 35+ agents across 5 modules (Core, BMM, BMB, CIS, TEA)
286
- - Includes 7 predefined workflows with agent chains
287
- - Explains smart routing capabilities and pipelines
288
- - Yanstaller recommends Hermes as universal entry point
289
-
290
- **Knowledge Expansion:**
291
- - Before: ~300 tokens (basic user profile)
292
- - After: ~1500 tokens (complete ecosystem)
293
- - 5x increase in contextual intelligence
294
-
295
- **Impact:** Users asking about Hermes or agents get intelligent, informed responses
296
-
297
- ---
298
-
299
- ## [2.3.5] - 2026-02-11
300
-
301
- ### 🐛 Fixed - Multi-Platform CLI Commands
302
-
303
- **Issue:** Codex and Claude commands were incorrect
304
- - Codex: `codex -p "prompt"` doesn't exist (wrong flag)
305
- - Claude: `claude -p "prompt" --no-input` used wrong flags
306
- - Both failed during Phase 2 chat in Yanstaller
307
-
308
- **Fix:**
309
- - `install/lib/phase2-chat.js`:
310
- - Codex: Changed to `codex exec` with stdin (line 175)
311
- - Claude: Changed to `claude -p` print mode (line 184)
312
- - Copilot: Already correct with `-p` flag
313
-
314
- **Verified:**
315
- - Copilot: `copilot -p "prompt" -s` ✓
316
- - Codex: `echo "prompt" | codex exec` ✓
317
- - Claude: `claude -p "prompt"` ✓
318
-
319
- ---
320
-
321
- ## [2.3.4] - 2026-02-11
322
-
323
- ### 🐛 Fixed - Yanstaller Phase 2 Config Bug
324
-
325
- **Issue:** ReferenceError during Phase 2 chat initialization
326
- - Error: `Cannot access 'config' before initialization`
327
- - Root cause: `config` variable used at line 737 but defined at line 817
328
- - Phase 2 chat failed to start
329
-
330
- **Fix:**
331
- - `install/bin/create-byan-agent-v2.js`: Moved config prompt to Phase 1.5 (before Phase 2 chat)
332
- - Config now collected at lines 714-729 (userName, language)
333
- - Passed to `launchPhase2Chat()` as parameters
334
- - Removed duplicate config definition
335
-
336
- **Impact:** Yanstaller Phase 2 now starts correctly with all platforms
337
-
338
- ---
339
-
340
- ## [2.3.3] - 2026-02-10
341
-
342
- ### 🐛 Fixed - GitHub Repository URLs
343
-
344
- **Issue:** README and package.json pointed to wrong GitHub repository
345
- - Old URL: `github.com/yannsix/byan-v2` (incorrect)
346
- - Correct URL: `github.com/Yan-Acadenice/BYAN`
347
-
348
- **Changes:**
349
- - `README.md`: Updated 10 GitHub link occurrences
350
- - `package.json`: Updated repository URLs (3 occurrences)
351
- - repository.url
352
- - bugs.url
353
- - homepage
354
-
355
- **Impact:** Users can now find correct repository and report issues properly
356
-
357
- ---
358
-
359
- ## [2.3.2] - 2026-02-10
360
-
361
- ### 🏛️ Added - Hermes Universal Dispatcher
362
-
363
- **Major Feature: Hermes Agent**
364
- - New `hermes` agent: Universal dispatcher for entire BYAN ecosystem (573 lines XML)
365
- - Intelligent routing to 35+ specialized agents across 5 modules
366
- - 6-step mandatory activation sequence with config loading
367
- - Menu-driven interface with 9 commands (LA, LW, LC, REC, PIPE, ?, @, EXIT, HELP)
368
- - Smart routing rules: keyword-based agent recommendations
369
- - 7 predefined pipelines (Feature Complete, Idea→Code, Bug Fix, etc.)
370
- - Fuzzy matching for agent names
371
- - Quick help system without loading full agents
372
- - Multi-agent pipeline suggestions for complex goals
373
-
374
- **Integration:**
375
- - Added Hermes entry to agent-manifest.csv (first entry - core module)
376
- - Created HERMES-GUIDE.md: Complete 10k+ word documentation
377
- - Routing rules for all 35+ agents (bmm, bmb, cis, tea, core modules)
378
- - Manifest-driven architecture (agent-manifest, workflow-manifest, task-manifest)
379
-
380
- **Capabilities:**
381
- 1. **[LA]** List Agents - Display all 35+ agents by module
382
- 2. **[LW]** List Workflows - Show available workflows
383
- 3. **[LC]** List Contexts - Discover project contexts
384
- 4. **[REC]** Smart Routing - Recommend best agent(s) for task
385
- 5. **[PIPE]** Pipeline - Multi-agent workflow suggestions
386
- 6. **[?]** Quick Help - Brief agent info without loading
387
- 7. **[@]** Invoke - Direct agent activation
388
- 8. **[EXIT]** Exit Hermes gracefully
389
- 9. **[HELP]** Redisplay menu
390
-
391
- **Files:**
392
- - `install/templates/.github/agents/hermes.md` (573 lines, 168 XML tags)
393
- - `install/HERMES-GUIDE.md` (10k+ words, complete usage guide)
394
- - Updated `install/templates/_byan/_config/agent-manifest.csv` (Hermes first)
395
-
396
- ### 🐛 Fixed - Node.js 12 Compatibility
397
-
398
- **Issue:** Optional chaining operator (`?.`) caused syntax errors on Node 12
399
- - Node 12 doesn't support optional chaining (requires Node 14+)
400
- - Server installations with older Node versions failed
401
-
402
- **Changes:**
403
- - Replaced all optional chaining in `install/` directory (9 instances across 5 files):
404
- - `install/bin/create-byan-agent-v2.js` (4 fixes)
405
- - `install/lib/phase2-chat.js` (1 fix)
406
- - `install/lib/yanstaller/platform-selector.js` (2 fixes)
407
- - `install/lib/yanstaller/agent-launcher.js` (2 fixes)
408
- - Changed `package.json` engines requirement: `node >=18.0.0` → `>=12.0.0`
409
- - All optional chaining replaced with explicit null checks
410
-
411
- **Before:**
412
- ```javascript
413
- interviewResults.agents.essential?.join(', ')
414
- config?.communication_language || 'English'
415
- ```
416
-
417
- **After:**
418
- ```javascript
419
- interviewResults.agents.essential ? interviewResults.agents.essential.join(', ') : ''
420
- config ? config.communication_language : 'English'
421
- ```
422
-
423
- **Documentation:**
424
- - Created `TEST-GUIDE-v2.3.2.md` with Node 12+ verification steps
425
-
426
- ### 🔧 Technical Details
427
-
428
- **Hermes Architecture:**
429
- - XML-based agent definition with mandatory activation
430
- - 6-step activation: Load persona → Load config → Store vars → Display menu → Wait → Process
431
- - Handler system: number, command, invoke, fuzzy
432
- - Manifest-driven: Reads CSV files at runtime (never pre-load)
433
- - Fail-fast error handling with actionable suggestions
434
- - KISS principle: Minimal interface, maximum efficiency
435
-
436
- **Mantras Applied:**
437
- - #7: KISS (Keep It Simple, Stupid)
438
- - #37: Ockham's Razor - Simplicity first
439
- - #4: Fail Fast - Immediate actionable errors
440
- - IA-21: Self-Aware Agent - "I dispatch, I do not execute"
441
- - IA-24: Clean Code - Minimal, clear communication
442
-
443
- **Agent Manifest:**
444
- - 35+ agents across 5 modules (core, bmm, bmb, cis, tea)
445
- - CSV format: name, displayName, title, icon, role, identity, style, principles, module, path
446
- - Hermes entry: First line (dispatcher priority)
447
-
448
- ### 📚 Documentation
449
-
450
- **New Guides:**
451
- - `install/HERMES-GUIDE.md`: Complete Hermes documentation
452
- - Overview and installation
453
- - All 9 commands with examples
454
- - Routing rules table
455
- - Predefined pipelines
456
- - Troubleshooting
457
- - Roadmap
458
-
459
- - `TEST-GUIDE-v2.3.2.md`: Node 12+ compatibility guide
460
- - Verification steps
461
- - Before/after code examples
462
- - Testing checklist
463
-
464
- ### 🎯 Use Cases
465
-
466
- **Hermes Examples:**
467
-
468
- 1. **New Project Discovery:**
469
- ```bash
470
- @hermes
471
- [1] [LA] # List all agents by module
472
- [?dev] # Quick info on Dev agent
473
- @dev # Invoke Dev agent
474
- ```
475
-
476
- 2. **Smart Routing:**
477
- ```bash
478
- @hermes
479
- [4] [REC]
480
- # User: "créer API backend avec tests"
481
- # Hermes recommends: PM → Architect → Dev → Tea
482
- ```
483
-
484
- 3. **Pipeline Creation:**
485
- ```bash
486
- @hermes
487
- [5] [PIPE]
488
- # User: "feature complète de A à Z"
489
- # Hermes suggests: PM → Architect → UX → SM → Dev → Tea
490
- ```
491
-
492
- ### 🔄 Migration from 2.3.0/2.3.1
493
-
494
- **No Breaking Changes** - Fully backward compatible
495
-
496
- **New in 2.3.2:**
497
- - Hermes agent available via `@hermes`
498
- - Improved Node 12+ support (was 18+ in 2.3.0/1)
499
- - Enhanced agent discovery via manifest
500
-
501
- **Upgrade:**
502
- ```bash
503
- npm install -g create-byan-agent@2.3.2
504
- ```
505
-
506
- **Or via npx (always latest):**
507
- ```bash
508
- npx create-byan-agent
509
- ```
510
-
511
- ### 📦 Package Info
512
-
513
- **Size:** ~1.4 MB, 900+ files
514
- **Dependencies:**
515
- - Required: commander, inquirer, fs-extra, chalk, winston, dotenv
516
- - Optional: byan-copilot-router (cost optimizer)
517
-
518
- **Engines:**
519
- - Node.js: >=12.0.0 (was >=18.0.0 in 2.3.0/1)
520
- - npm: >=6.0.0
521
-
522
- ### 🚀 Performance
523
-
524
- **Hermes Performance:**
525
- - Menu display: <50ms
526
- - Agent list (35+): <100ms
527
- - Smart routing: <200ms
528
- - Agent invocation: <500ms
529
- - Manifest parsing: <100ms (CSV)
530
-
531
- **Install Performance:**
532
- - Yanstaller: ~30-60 seconds (unchanged)
533
- - Cost Optimizer: +5 seconds if enabled (optional)
534
-
535
- ---
536
-
537
- ## [2.3.1] - 2026-02-10
538
-
539
- ### 🔧 Fixed - Yanstaller Integration Issues
540
-
541
- **Issue:** Yanstaller didn't prompt for platform or verify authentication
542
-
543
- **Changes:**
544
- - Added platform selection question after detection (Copilot/Codex/Claude)
545
- - Added authentication verification with helpful error messages
546
- - Modified `create-byan-agent-v2.js` to add platform selection (+60 lines)
547
- - Updated `phase2-chat.js` to accept selectedPlatform parameter
548
- - Changed `sendChatMessage()` to use selectedPlatform instead of array
549
- - Added fallback to AUTO mode if authentication fails
550
-
551
- **Files:**
552
- - `install/bin/create-byan-agent-v2.js` (platform selection logic)
553
- - `install/lib/phase2-chat.js` (platform parameter)
554
- - Commit: "fix: improve Yanstaller integration and error handling"
555
-
556
- ---
557
-
558
- ## [2.3.0] - 2026-02-10
559
-
560
- ### ✨ Added - Cost Optimizer Integration
561
-
562
- **Feature: Cost Optimizer Worker**
563
- - Integrated `@byan/copilot-router` (v1.0.1) as optional dependency
564
- - New worker template: `install/templates/_byan/workers/cost-optimizer.js`
565
- - Automatic installation option during Yanstaller setup
566
- - 87.5% cost savings (based on real measurements)
567
-
568
- **Changes:**
569
- - Added `byan-copilot-router` to `optionalDependencies` in package.json
570
- - Created cost-optimizer worker template with CopilotRouter integration
571
- - Modified installer to ask: "Activer l'optimiseur de coûts LLM?"
572
- - Auto-copy worker to `_byan/workers/` if enabled
573
- - Worker auto-detects if router module installed
574
-
575
- **Worker Features:**
576
- - Complexity analysis (5 factors)
577
- - Intelligent routing: worker (cheap) vs agent (expensive)
578
- - Automatic fallback on worker failure
579
- - Cost tracking and statistics
580
- - JSON/CSV export
581
- - Daily/weekly reports
582
-
583
- **Files:**
584
- - `install/templates/_byan/workers/cost-optimizer.js` (202 lines)
585
- - `install/templates/_byan/workers/README.md` (documentation)
586
- - Updated `install/bin/create-byan-agent-v2.js` (installer question)
587
-
588
- ---
589
-
590
- ## [2.2.0] - 2026-02-08
591
-
592
- ### ✨ Added
593
-
594
- **New Agents:**
595
- - `hermes` (prototype): Universal dispatcher for BYAN agents
596
- - `marc`: GitHub Copilot CLI integration specialist
597
- - `rachid`: NPM/NPX deployment specialist
598
- - `patnote`: Update manager and conflict resolution
599
- - `carmack`: Token optimizer for BYAN agents
600
-
601
- **Developer Experience:**
602
- - Enhanced CLI with better error messages
603
- - Improved platform detection (Copilot/Codex/Claude)
604
- - Auto-detection of installed AI platforms
605
-
606
- ### 🔧 Changed
607
-
608
- - Refactored agent templates for better modularity
609
- - Improved manifest system (agent-manifest.csv)
610
- - Better configuration management
611
-
612
- ---
613
-
614
- ## [2.1.0] - 2026-02-05
615
-
616
- ### ✨ Added
617
-
618
- **BYAN v2 Core:**
619
- - Intelligent agent creation via 12-question interview
620
- - 64 mantras integration (Merise Agile + TDD)
621
- - Multi-platform support (GitHub Copilot, Codex, Claude)
622
- - Yanstaller: Smart installer with platform detection
623
- - Agent manifest system
624
- - Workflow manifest system
625
-
626
- **Agents:**
627
- - `byan`: Intelligent agent creator
628
- - `bmad-master`: Workflow orchestrator
629
- - `analyst`: Business analyst (Mary)
630
- - `architect`: System architect (Winston)
631
- - `dev`: Developer (Amelia)
632
- - `pm`: Product manager (John)
633
- - `sm`: Scrum master (Bob)
634
- - `quinn`: QA engineer
635
- - `tech-writer`: Documentation specialist (Paige)
636
- - `ux-designer`: UX designer (Sally)
637
- - `quick-flow-solo-dev`: Fast brownfield dev (Barry)
638
- - `brainstorming-coach`: Brainstorming (Carson)
639
- - `tea`: Test architect (Murat)
640
- - And 20+ more specialized agents
641
-
642
- **Modules:**
643
- - `core`: Foundation (bmad-master, yanstaller, merise expert)
644
- - `bmm`: Business Modeling & Management (SDLC agents)
645
- - `bmb`: Builder agents (BYAN, agent-builder, etc.)
646
- - `cis`: Creative & Innovation Strategy
647
- - `tea`: Test Architecture
648
-
649
- ---
650
-
651
- ## [2.0.0] - 2026-01-15
652
-
653
- ### 🎉 Initial Release - BYAN v2
654
-
655
- **Major Rewrite:**
656
- - Complete platform rewrite from v1.x
657
- - Markdown + YAML agent definitions
658
- - XML-based agent structure
659
- - Multi-platform support
660
- - Module system (core, bmm, bmb, cis, tea)
661
-
662
- **Core Features:**
663
- - Intelligent agent creation
664
- - Structured interview process
665
- - Manifest-driven architecture
666
- - Config system with YAML
667
- - Template engine
668
- - Platform detection
669
- - NPX integration
670
-
671
- ---
672
-
673
- ## [1.x] - 2025 (Legacy)
674
-
675
- **Note:** v1.x was the original BYAN prototype. See git history for details.
676
-
677
- ---
678
-
679
- ## Legend
680
-
681
- - 🎉 Major release
682
- - ✨ New features
683
- - 🔧 Changes
684
- - 🐛 Bug fixes
685
- - 📚 Documentation
686
- - 🔄 Migration guide
687
- - 💥 Breaking changes
688
- - 🔐 Security fixes
689
- - 🚀 Performance improvements
690
-
691
- ---
692
-
693
- **Latest:** [2.3.2] - Hermes Universal Dispatcher + Node 12+ Support
694
- **Download:** `npm install -g create-byan-agent@2.3.2`
695
- **NPX:** `npx create-byan-agent` (always latest)
8
+ ## [1.1.3] - 2026-02-03
9
+
10
+ ### Fixed
11
+ - **CRITICAL**: Template path resolution in installer
12
+ - Fixed template directory detection (removed extra `..` navigation)
13
+ - Added `_byan/` prefix for agents and workflows paths
14
+ - Removed extra `..` in .github agents path
15
+ - Added validation and detailed logging for debugging
16
+ - 100% file copy success rate achieved
17
+
18
+ ### Impact
19
+ - **Before**: 0% installation success (0/37 files copied)
20
+ - **After**: 100% installation success (37/37 files copied)
21
+ - All 8 agents now install correctly
22
+ - All 6 workflows now install correctly
23
+ - All 23 GitHub agent stubs now install correctly
24
+
25
+ ### Validation
26
+ - Tested with Node.js path resolution
27
+ - Verified template structure integrity
28
+ - Confirmed npm package includes all templates
29
+
30
+ **Bug reported by:** Dimitry
31
+ **Fixed by:** Marc (GitHub Copilot CLI Expert) + Rachid (NPM Specialist)
32
+
33
+ ## [1.1.2] - 2026-02-03
34
+
35
+ ### Fixed
36
+ - **README Links**: Fixed broken links to documentation on npmjs.com
37
+ - Changed relative links to absolute GitHub URLs
38
+ - GUIDE-INSTALLATION-BYAN-SIMPLE.md Full GitHub URL
39
+ - QUICKSTART.md → Full GitHub URL
40
+ - Links now work correctly on npmjs.com package page
41
+
42
+ ### Documentation
43
+ - README.md now displays correctly on npmjs.com with working links
44
+
45
+ ## [1.1.1] - 2026-02-03
46
+
47
+ ### Fixed
48
+ - **CRITICAL**: Fixed 24 agents not detected by GitHub Copilot CLI
49
+ - Corrected YAML frontmatter: `name: "bmad-agent-xxx"` `name: "xxx"`
50
+ - Agents now invokable with short names (e.g., `/agent marc` instead of `/agent bmad-agent-marc`)
51
+ - Affected agents: marc, byan, rachid, all BMM/BMB/CIS/TEA agents
52
+
53
+ - **CRITICAL**: Fixed missing templates in NPX installer
54
+ - Added patnote.md to templates/_byan/bmb/agents/
55
+ - Added byan-test.md to templates/_byan/bmb/agents/
56
+ - Added carmack.md to templates/_byan/core/agents/
57
+ - Users installing v1.1.0 were NOT getting new agents
58
+
59
+ - **CRITICAL**: Fixed version mismatch in installer
60
+ - create-byan-agent.js: BYAN_VERSION '1.0.5' '1.1.1'
61
+ - Banner now displays correct version
62
+
63
+ ### Breaking Changes
64
+ - Agent invocation changed from `--agent=bmad-agent-xxx` to `--agent=xxx`
65
+ - Users with scripts using old format must update to new short names
66
+ - Migration: Remove `bmad-agent-` prefix from all agent references
67
+
68
+ ## [1.1.0] - 2026-02-03 [YANKED - DO NOT USE]
69
+
70
+ **Note:** This version was published with critical bugs. Use 1.1.1 instead.
71
+
72
+ ### Added
73
+ - **PATNOTE Agent**: Update Manager & Conflict Resolution Specialist
74
+ - Update existing agents intelligently
75
+ - Merge agent versions with conflict detection
76
+ - Preserve user customizations during updates
77
+ - Generate detailed changelogs
78
+ - Backup/restore functionality
79
+ - Never loses data principle
80
+
81
+ - **CARMACK Agent**: Token Optimizer for BMAD/BYAN Agents
82
+ - Optimize agents for 40-50% token reduction
83
+ - Analyze token usage across agents
84
+ - Validate optimized agents maintain functionality
85
+ - Compare before/after metrics
86
+ - Batch optimize multiple agents
87
+ - Surgical precision in removing redundancy
88
+
89
+ - **BYAN-Test Agent**: Optimized version of BYAN
90
+ - 46% token reduction vs standard BYAN
91
+ - Same capabilities, reduced token cost
92
+ - Ideal for high-volume agent creation
93
+
94
+ ### Changed
95
+ - **README.md**: Complete documentation overhaul
96
+ - Five specialized agents section (vs three)
97
+ - Detailed role descriptions for all agents
98
+ - Usage examples for each agent
99
+ - Version bumped to 1.1.0 in docs
100
+
101
+ - **package.json**: Enhanced metadata
102
+ - Description updated to reflect full ecosystem
103
+ - Keywords expanded: patnote, carmack, token-optimization, update-manager, conflict-resolution
104
+ - Version: 1.0.5 → 1.1.0
105
+
106
+ ### Excluded
107
+ - **Franck Agent**: Client-specific (not part of BYAN core)
108
+ - **Expert-Merise-Agile Agent**: Client application (excluded from npm/git)
109
+
110
+ ### Security
111
+ - npm audit: 0 vulnerabilities
112
+ - All dependencies up to date
113
+ - .npmignore and .gitignore configured for security
114
+
115
+ ## [1.0.5] - 2026-02-02
116
+
117
+ ### Added
118
+ - **GUIDE-INSTALLATION-SIMPLE.md**: Documentation utilisateur simplifiée (7 KB)
119
+ - Installation en 3 minutes
120
+ - Guide des 3 agents (BYAN, RACHID, MARC)
121
+ - Workflows typiques et cas d'usage
122
+ - Section dépannage rapide
123
+
124
+ - **Validation MARC Complète**: 6 documents de validation (55 KB)
125
+ - MARC-VALIDATION-REPORT.md (rapport détaillé)
126
+ - MARC-VALIDATION-SUMMARY.md (résumé exécutif)
127
+ - MARC-PRE-PUBLICATION-CHECKLIST.md (checklist interactive)
128
+ - MARC-COPILOT-CLI-TEST-GUIDE.md (guide test)
129
+ - MARC-COMMANDS-CHEAT-SHEET.md (commandes essentielles)
130
+ - MARC-INDEX.md (index documents)
131
+
132
+ ### Changed
133
+ - Templates mis à jour avec 37 fichiers (vs 24 précédemment)
134
+ - YAML frontmatter aligné avec noms de fichiers pour Copilot CLI
135
+ - Structure .github/agents/ étendue à 44 agents
136
+
137
+ ### Fixed
138
+ - Alignment YAML agent names avec convention bmad-agent-{name}
139
+ - Détection Copilot CLI améliorée
140
+
141
+ ## [1.0.4] - 2026-02-02
142
+
143
+ ### Changed
144
+ - Version intermédiaire avec corrections mineures
145
+
146
+ ## [1.0.2] - 2026-02-02
147
+
148
+ ### Added
149
+ - **RACHID Agent**: NPM/NPX deployment specialist
150
+ - Install BYAN via npx create-byan-agent
151
+ - Validate _byan directory structure
152
+ - Fix npm dependency conflicts
153
+ - Update package.json and scripts
154
+ - Publish to npm registry
155
+ - Test npx installations
156
+ - Security audits
157
+ - NPM best practices guidance
158
+
159
+ - **MARC Agent**: GitHub Copilot CLI integration specialist
160
+ - Validate .github/agents/ structure
161
+ - Test /agent detection in Copilot CLI
162
+ - Create agent stubs for new agents
163
+ - Fix YAML frontmatter issues
164
+ - Configure MCP servers
165
+ - Test agent invocation
166
+ - Optimize context loading
167
+ - Troubleshoot agent loading issues
168
+
169
+ - **Templates Directory**: All BYAN files now packaged
170
+ - Complete _byan/bmb/ structure
171
+ - All agent definitions (byan.md, rachid.md, marc.md)
172
+ - All workflows with steps
173
+ - Templates and data files
174
+ - .github/agents/ stubs for Copilot CLI
175
+
176
+ ### Changed
177
+ - Installer now copies complete file structure from templates/
178
+ - Version bumped to 1.0.2
179
+ - Enhanced verification checks (10 checks total)
180
+ - Improved post-installation messages with usage for all 3 agents
181
+ - Updated README with RACHID and MARC documentation
182
+
183
+ ### Fixed
184
+ - Template directory resolution in getTemplateDir()
185
+ - File copying logic for production npm packages
186
+ - GitHub agents directory creation
187
+
188
+ ## [1.0.1] - 2026-02-01
189
+
190
+ ### Changed
191
+ - Minor bug fixes
192
+ - Documentation updates
193
+
194
+ ## [1.0.0] - 2026-02-01
195
+
196
+ ### Added
197
+ - Initial release
198
+ - BYAN agent with intelligent interview workflow
199
+ - Multi-platform support (Copilot, VSCode, Claude, Codex)
200
+ - 64 Mantras methodology
201
+ - Merise Agile + TDD approach
202
+ - NPX installer scaffolding