agentvibes 2.9.7 → 2.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (441) hide show
  1. package/.claude/commands/agent-vibes/agent-vibes.md +1 -1
  2. package/.claude/commands/agent-vibes/bmad.md +3 -3
  3. package/.claude/commands/agent-vibes/set-pretext.md +2 -2
  4. package/.claude/commands/agent-vibes-bmad-voices.md +5 -5
  5. package/.claude/hooks/bmad-speak.sh +1 -1
  6. package/.claude/hooks/bmad-voice-manager.sh +1 -1
  7. package/.claude/hooks/migrate-to-agentvibes.sh +161 -0
  8. package/.claude/hooks/play-tts-elevenlabs.sh +1 -1
  9. package/.claude/output-styles/agent-vibes.md +3 -3
  10. package/README.md +9 -6
  11. package/RELEASE_NOTES.md +341 -0
  12. package/docs/architecture/provider-system.md +3 -3
  13. package/docs/bmad-v6-support.md +1 -1
  14. package/docs/technical-deep-dive.md +1 -1
  15. package/docs/voice-mapping-format.md +1 -1
  16. package/package.json +1 -1
  17. package/src/installer.js +93 -21
  18. package/test-migration.sh +539 -0
  19. package/.bmad/_cfg/agent-manifest.csv +0 -11
  20. package/.bmad/_cfg/agent-voice-map.csv +0 -11
  21. package/.bmad/_cfg/agents/bmm-analyst.customize.yaml +0 -42
  22. package/.bmad/_cfg/agents/bmm-architect.customize.yaml +0 -42
  23. package/.bmad/_cfg/agents/bmm-dev.customize.yaml +0 -42
  24. package/.bmad/_cfg/agents/bmm-frame-expert.customize.yaml +0 -42
  25. package/.bmad/_cfg/agents/bmm-pm.customize.yaml +0 -42
  26. package/.bmad/_cfg/agents/bmm-sm.customize.yaml +0 -42
  27. package/.bmad/_cfg/agents/bmm-tea.customize.yaml +0 -42
  28. package/.bmad/_cfg/agents/bmm-tech-writer.customize.yaml +0 -42
  29. package/.bmad/_cfg/agents/bmm-ux-designer.customize.yaml +0 -42
  30. package/.bmad/_cfg/agents/core-bmad-master.customize.yaml +0 -42
  31. package/.bmad/_cfg/files-manifest.csv +0 -243
  32. package/.bmad/_cfg/ides/claude-code.yaml +0 -6
  33. package/.bmad/_cfg/manifest.yaml +0 -9
  34. package/.bmad/_cfg/task-manifest.csv +0 -5
  35. package/.bmad/_cfg/tool-manifest.csv +0 -2
  36. package/.bmad/_cfg/workflow-manifest.csv +0 -38
  37. package/.bmad/bmm/README.md +0 -128
  38. package/.bmad/bmm/agents/analyst.md +0 -79
  39. package/.bmad/bmm/agents/analyst.md.backup-pre-tts +0 -75
  40. package/.bmad/bmm/agents/architect.md +0 -80
  41. package/.bmad/bmm/agents/dev.md +0 -70
  42. package/.bmad/bmm/agents/frame-expert.md +0 -72
  43. package/.bmad/bmm/agents/pm.md +0 -84
  44. package/.bmad/bmm/agents/sm.md +0 -93
  45. package/.bmad/bmm/agents/tea.md +0 -80
  46. package/.bmad/bmm/agents/tech-writer.md +0 -84
  47. package/.bmad/bmm/agents/ux-designer.md +0 -79
  48. package/.bmad/bmm/config.yaml +0 -17
  49. package/.bmad/bmm/docs/README.md +0 -236
  50. package/.bmad/bmm/docs/agents-guide.md +0 -1058
  51. package/.bmad/bmm/docs/brownfield-guide.md +0 -762
  52. package/.bmad/bmm/docs/enterprise-agentic-development.md +0 -686
  53. package/.bmad/bmm/docs/faq.md +0 -588
  54. package/.bmad/bmm/docs/glossary.md +0 -320
  55. package/.bmad/bmm/docs/party-mode.md +0 -224
  56. package/.bmad/bmm/docs/quick-spec-flow.md +0 -652
  57. package/.bmad/bmm/docs/quick-start.md +0 -376
  58. package/.bmad/bmm/docs/scale-adaptive-system.md +0 -612
  59. package/.bmad/bmm/docs/test-architecture.md +0 -396
  60. package/.bmad/bmm/docs/workflow-architecture-reference.md +0 -366
  61. package/.bmad/bmm/docs/workflow-document-project-reference.md +0 -489
  62. package/.bmad/bmm/docs/workflows-analysis.md +0 -370
  63. package/.bmad/bmm/docs/workflows-implementation.md +0 -286
  64. package/.bmad/bmm/docs/workflows-planning.md +0 -612
  65. package/.bmad/bmm/docs/workflows-solutioning.md +0 -554
  66. package/.bmad/bmm/teams/default-party.csv +0 -20
  67. package/.bmad/bmm/teams/team-fullstack.yaml +0 -13
  68. package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +0 -675
  69. package/.bmad/bmm/testarch/knowledge/component-tdd.md +0 -486
  70. package/.bmad/bmm/testarch/knowledge/contract-testing.md +0 -957
  71. package/.bmad/bmm/testarch/knowledge/data-factories.md +0 -500
  72. package/.bmad/bmm/testarch/knowledge/email-auth.md +0 -721
  73. package/.bmad/bmm/testarch/knowledge/error-handling.md +0 -725
  74. package/.bmad/bmm/testarch/knowledge/feature-flags.md +0 -750
  75. package/.bmad/bmm/testarch/knowledge/fixture-architecture.md +0 -401
  76. package/.bmad/bmm/testarch/knowledge/network-first.md +0 -486
  77. package/.bmad/bmm/testarch/knowledge/nfr-criteria.md +0 -670
  78. package/.bmad/bmm/testarch/knowledge/playwright-config.md +0 -730
  79. package/.bmad/bmm/testarch/knowledge/probability-impact.md +0 -601
  80. package/.bmad/bmm/testarch/knowledge/risk-governance.md +0 -615
  81. package/.bmad/bmm/testarch/knowledge/selective-testing.md +0 -732
  82. package/.bmad/bmm/testarch/knowledge/selector-resilience.md +0 -527
  83. package/.bmad/bmm/testarch/knowledge/test-healing-patterns.md +0 -644
  84. package/.bmad/bmm/testarch/knowledge/test-levels-framework.md +0 -473
  85. package/.bmad/bmm/testarch/knowledge/test-priorities-matrix.md +0 -373
  86. package/.bmad/bmm/testarch/knowledge/test-quality.md +0 -664
  87. package/.bmad/bmm/testarch/knowledge/timing-debugging.md +0 -372
  88. package/.bmad/bmm/testarch/knowledge/visual-debugging.md +0 -524
  89. package/.bmad/bmm/testarch/tea-index.csv +0 -22
  90. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
  91. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
  92. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
  93. package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
  94. package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
  95. package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -28
  96. package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
  97. package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
  98. package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
  99. package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
  100. package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
  101. package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
  102. package/.bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
  103. package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
  104. package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
  105. package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
  106. package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
  107. package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
  108. package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
  109. package/.bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
  110. package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
  111. package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
  112. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/epics-template.md +0 -80
  113. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/instructions.md +0 -616
  114. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml +0 -53
  115. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
  116. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
  117. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -145
  118. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -61
  119. package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
  120. package/.bmad/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +0 -13
  121. package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
  122. package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -204
  123. package/.bmad/bmm/workflows/2-plan-workflows/prd/project-types.csv +0 -11
  124. package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -52
  125. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
  126. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
  127. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
  128. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
  129. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
  130. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
  131. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -58
  132. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
  133. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
  134. package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
  135. package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
  136. package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
  137. package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
  138. package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -55
  139. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
  140. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
  141. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
  142. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -62
  143. package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
  144. package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -22
  145. package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
  146. package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -60
  147. package/.bmad/bmm/workflows/4-implementation/correct-course/checklist.md +0 -279
  148. package/.bmad/bmm/workflows/4-implementation/correct-course/instructions.md +0 -206
  149. package/.bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -56
  150. package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +0 -240
  151. package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
  152. package/.bmad/bmm/workflows/4-implementation/create-story/template.md +0 -51
  153. package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -71
  154. package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +0 -38
  155. package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
  156. package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -56
  157. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
  158. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
  159. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
  160. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -57
  161. package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1443
  162. package/.bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -56
  163. package/.bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -33
  164. package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -234
  165. package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -55
  166. package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -49
  167. package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
  168. package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
  169. package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
  170. package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -61
  171. package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
  172. package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -26
  173. package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
  174. package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -23
  175. package/.bmad/bmm/workflows/document-project/checklist.md +0 -245
  176. package/.bmad/bmm/workflows/document-project/documentation-requirements.csv +0 -12
  177. package/.bmad/bmm/workflows/document-project/instructions.md +0 -222
  178. package/.bmad/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
  179. package/.bmad/bmm/workflows/document-project/templates/index-template.md +0 -169
  180. package/.bmad/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
  181. package/.bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
  182. package/.bmad/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
  183. package/.bmad/bmm/workflows/document-project/workflow.yaml +0 -29
  184. package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
  185. package/.bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  186. package/.bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
  187. package/.bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  188. package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-helpers.md +0 -127
  189. package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-library.json +0 -90
  190. package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-templates.yaml +0 -127
  191. package/.bmad/bmm/workflows/frame-expert/_shared/validate-json-instructions.md +0 -79
  192. package/.bmad/bmm/workflows/frame-expert/create-dataflow/checklist.md +0 -39
  193. package/.bmad/bmm/workflows/frame-expert/create-dataflow/instructions.md +0 -131
  194. package/.bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml +0 -23
  195. package/.bmad/bmm/workflows/frame-expert/create-diagram/checklist.md +0 -43
  196. package/.bmad/bmm/workflows/frame-expert/create-diagram/instructions.md +0 -142
  197. package/.bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml +0 -24
  198. package/.bmad/bmm/workflows/frame-expert/create-flowchart/checklist.md +0 -49
  199. package/.bmad/bmm/workflows/frame-expert/create-flowchart/instructions.md +0 -242
  200. package/.bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml +0 -27
  201. package/.bmad/bmm/workflows/frame-expert/create-wireframe/checklist.md +0 -38
  202. package/.bmad/bmm/workflows/frame-expert/create-wireframe/instructions.md +0 -133
  203. package/.bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml +0 -23
  204. package/.bmad/bmm/workflows/techdoc/documentation-standards.md +0 -262
  205. package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -363
  206. package/.bmad/bmm/workflows/testarch/atdd/checklist.md +0 -373
  207. package/.bmad/bmm/workflows/testarch/atdd/instructions.md +0 -785
  208. package/.bmad/bmm/workflows/testarch/atdd/workflow.yaml +0 -45
  209. package/.bmad/bmm/workflows/testarch/automate/checklist.md +0 -580
  210. package/.bmad/bmm/workflows/testarch/automate/instructions.md +0 -1303
  211. package/.bmad/bmm/workflows/testarch/automate/workflow.yaml +0 -52
  212. package/.bmad/bmm/workflows/testarch/ci/checklist.md +0 -246
  213. package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -165
  214. package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -128
  215. package/.bmad/bmm/workflows/testarch/ci/instructions.md +0 -517
  216. package/.bmad/bmm/workflows/testarch/ci/workflow.yaml +0 -45
  217. package/.bmad/bmm/workflows/testarch/framework/checklist.md +0 -321
  218. package/.bmad/bmm/workflows/testarch/framework/instructions.md +0 -455
  219. package/.bmad/bmm/workflows/testarch/framework/workflow.yaml +0 -47
  220. package/.bmad/bmm/workflows/testarch/nfr-assess/checklist.md +0 -405
  221. package/.bmad/bmm/workflows/testarch/nfr-assess/instructions.md +0 -722
  222. package/.bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -443
  223. package/.bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +0 -47
  224. package/.bmad/bmm/workflows/testarch/test-design/checklist.md +0 -234
  225. package/.bmad/bmm/workflows/testarch/test-design/instructions.md +0 -782
  226. package/.bmad/bmm/workflows/testarch/test-design/test-design-template.md +0 -285
  227. package/.bmad/bmm/workflows/testarch/test-design/workflow.yaml +0 -48
  228. package/.bmad/bmm/workflows/testarch/test-review/checklist.md +0 -470
  229. package/.bmad/bmm/workflows/testarch/test-review/instructions.md +0 -608
  230. package/.bmad/bmm/workflows/testarch/test-review/test-review-template.md +0 -388
  231. package/.bmad/bmm/workflows/testarch/test-review/workflow.yaml +0 -46
  232. package/.bmad/bmm/workflows/testarch/trace/checklist.md +0 -654
  233. package/.bmad/bmm/workflows/testarch/trace/instructions.md +0 -1045
  234. package/.bmad/bmm/workflows/testarch/trace/trace-template.md +0 -673
  235. package/.bmad/bmm/workflows/testarch/trace/workflow.yaml +0 -55
  236. package/.bmad/bmm/workflows/workflow-status/init/instructions.md +0 -334
  237. package/.bmad/bmm/workflows/workflow-status/init/workflow.yaml +0 -28
  238. package/.bmad/bmm/workflows/workflow-status/instructions.md +0 -388
  239. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +0 -138
  240. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +0 -126
  241. package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
  242. package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -122
  243. package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -113
  244. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
  245. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
  246. package/.bmad/bmm/workflows/workflow-status/project-levels.yaml +0 -59
  247. package/.bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -24
  248. package/.bmad/bmm/workflows/workflow-status/workflow.yaml +0 -28
  249. package/.bmad/core/agents/bmad-master.md +0 -72
  250. package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +0 -113
  251. package/.bmad/core/config.yaml +0 -11
  252. package/.bmad/core/tasks/adv-elicit-methods.csv +0 -39
  253. package/.bmad/core/tasks/advanced-elicitation-methods.csv +0 -21
  254. package/.bmad/core/tasks/advanced-elicitation.xml +0 -106
  255. package/.bmad/core/tasks/index-docs.xml +0 -65
  256. package/.bmad/core/tasks/validate-workflow.xml +0 -89
  257. package/.bmad/core/tasks/workflow.xml +0 -270
  258. package/.bmad/core/tools/shard-doc.xml +0 -109
  259. package/.bmad/core/workflows/brainstorming/README.md +0 -261
  260. package/.bmad/core/workflows/brainstorming/brain-methods.csv +0 -36
  261. package/.bmad/core/workflows/brainstorming/instructions.md +0 -315
  262. package/.bmad/core/workflows/brainstorming/template.md +0 -106
  263. package/.bmad/core/workflows/brainstorming/workflow.yaml +0 -38
  264. package/.bmad/core/workflows/party-mode/instructions.md +0 -203
  265. package/.bmad/core/workflows/party-mode/workflow.yaml +0 -28
  266. package/.bmad/docs/claude-code-instructions.md +0 -25
  267. package/.claude/commands/BMad/analyst.md +0 -88
  268. package/.claude/commands/BMad/architect.md +0 -89
  269. package/.claude/commands/BMad/bmad-master.md +0 -114
  270. package/.claude/commands/BMad/bmad-orchestrator.md +0 -151
  271. package/.claude/commands/BMad/dev.md +0 -85
  272. package/.claude/commands/BMad/pm.md +0 -88
  273. package/.claude/commands/BMad/po.md +0 -83
  274. package/.claude/commands/BMad/qa.md +0 -91
  275. package/.claude/commands/BMad/sm.md +0 -69
  276. package/.claude/commands/BMad/tasks/advanced-elicitation.md +0 -123
  277. package/.claude/commands/BMad/tasks/apply-qa-fixes.md +0 -154
  278. package/.claude/commands/BMad/tasks/brownfield-create-epic.md +0 -166
  279. package/.claude/commands/BMad/tasks/brownfield-create-story.md +0 -153
  280. package/.claude/commands/BMad/tasks/correct-course.md +0 -76
  281. package/.claude/commands/BMad/tasks/create-brownfield-story.md +0 -318
  282. package/.claude/commands/BMad/tasks/create-deep-research-prompt.md +0 -284
  283. package/.claude/commands/BMad/tasks/create-doc.md +0 -107
  284. package/.claude/commands/BMad/tasks/create-next-story.md +0 -118
  285. package/.claude/commands/BMad/tasks/document-project.md +0 -349
  286. package/.claude/commands/BMad/tasks/execute-checklist.md +0 -92
  287. package/.claude/commands/BMad/tasks/facilitate-brainstorming-session.md +0 -142
  288. package/.claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +0 -57
  289. package/.claude/commands/BMad/tasks/index-docs.md +0 -179
  290. package/.claude/commands/BMad/tasks/kb-mode-interaction.md +0 -81
  291. package/.claude/commands/BMad/tasks/nfr-assess.md +0 -349
  292. package/.claude/commands/BMad/tasks/qa-gate.md +0 -167
  293. package/.claude/commands/BMad/tasks/review-story.md +0 -320
  294. package/.claude/commands/BMad/tasks/risk-profile.md +0 -359
  295. package/.claude/commands/BMad/tasks/shard-doc.md +0 -191
  296. package/.claude/commands/BMad/tasks/test-design.md +0 -180
  297. package/.claude/commands/BMad/tasks/trace-requirements.md +0 -270
  298. package/.claude/commands/BMad/tasks/validate-next-story.md +0 -140
  299. package/.claude/commands/BMad/ux-expert.md +0 -73
  300. package/.claude/commands/bmad/bmm/agents/analyst.md +0 -14
  301. package/.claude/commands/bmad/bmm/agents/architect.md +0 -14
  302. package/.claude/commands/bmad/bmm/agents/dev.md +0 -14
  303. package/.claude/commands/bmad/bmm/agents/frame-expert.md +0 -14
  304. package/.claude/commands/bmad/bmm/agents/pm.md +0 -14
  305. package/.claude/commands/bmad/bmm/agents/sm.md +0 -14
  306. package/.claude/commands/bmad/bmm/agents/tea.md +0 -14
  307. package/.claude/commands/bmad/bmm/agents/tech-writer.md +0 -14
  308. package/.claude/commands/bmad/bmm/agents/ux-designer.md +0 -14
  309. package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -13
  310. package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -13
  311. package/.claude/commands/bmad/bmm/workflows/code-review.md +0 -13
  312. package/.claude/commands/bmad/bmm/workflows/correct-course.md +0 -13
  313. package/.claude/commands/bmad/bmm/workflows/create-dataflow.md +0 -13
  314. package/.claude/commands/bmad/bmm/workflows/create-diagram.md +0 -13
  315. package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -13
  316. package/.claude/commands/bmad/bmm/workflows/create-flowchart.md +0 -13
  317. package/.claude/commands/bmad/bmm/workflows/create-story.md +0 -13
  318. package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +0 -13
  319. package/.claude/commands/bmad/bmm/workflows/create-wireframe.md +0 -13
  320. package/.claude/commands/bmad/bmm/workflows/dev-story.md +0 -13
  321. package/.claude/commands/bmad/bmm/workflows/document-project.md +0 -13
  322. package/.claude/commands/bmad/bmm/workflows/domain-research.md +0 -13
  323. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -13
  324. package/.claude/commands/bmad/bmm/workflows/implementation-readiness.md +0 -13
  325. package/.claude/commands/bmad/bmm/workflows/prd.md +0 -13
  326. package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -13
  327. package/.claude/commands/bmad/bmm/workflows/research.md +0 -13
  328. package/.claude/commands/bmad/bmm/workflows/retrospective.md +0 -13
  329. package/.claude/commands/bmad/bmm/workflows/sprint-planning.md +0 -13
  330. package/.claude/commands/bmad/bmm/workflows/story-context.md +0 -13
  331. package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -13
  332. package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -13
  333. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -13
  334. package/.claude/commands/bmad/bmm/workflows/workflow-init.md +0 -13
  335. package/.claude/commands/bmad/bmm/workflows/workflow-status.md +0 -13
  336. package/.claude/commands/bmad/core/agents/bmad-master.md +0 -14
  337. package/.claude/commands/bmad/core/tasks/advanced-elicitation.md +0 -9
  338. package/.claude/commands/bmad/core/tasks/index-docs.md +0 -9
  339. package/.claude/commands/bmad/core/tools/shard-doc.md +0 -9
  340. package/.claude/commands/bmad/core/workflows/brainstorming.md +0 -13
  341. package/.claude/commands/bmad/core/workflows/party-mode.md +0 -13
  342. package/.claude/config/README-personality-defaults.md +0 -162
  343. package/.claude/config/agentvibes.json +0 -1
  344. package/.claude/config/bmad-voices-enabled.flag +0 -0
  345. package/.claude/config/bmad-voices.md +0 -68
  346. package/.claude/config/personality-voice-defaults.default.json +0 -21
  347. package/.claude/github-star-reminder.txt +0 -1
  348. package/.claude/hooks/bmad-party-manager.sh +0 -225
  349. package/.claude/hooks/stop.sh +0 -221
  350. package/.claude/piper-voices-dir.txt +0 -1
  351. package/.claude/plugins/bmad-voices-enabled.flag +0 -0
  352. package/.mcp.json +0 -88
  353. package/RELEASE_NOTES_v2.4.0_DRAFT.md +0 -116
  354. package/RELEASE_NOTES_v2.4.1_DRAFT.md +0 -61
  355. package/docs/2025-11-15_15-14-33.snagx +0 -0
  356. package/docs/Screenshot 2025-11-15 151325.png +0 -0
  357. package/docs/Screenshot 2025-11-15 151432.png +0 -0
  358. package/docs/macos-piper-issue.md +0 -172
  359. package/docs/stargazer-cms-prd.md +0 -1918
  360. package/docs/whatsapp-plugin-github-issue.md +0 -393
  361. package/docs/whatsapp-tts-plugin-feasibility.md +0 -418
  362. package/docs/whatsapp-tts-standalone-plugin.md +0 -628
  363. package/github-profile-draft.md +0 -57
  364. package/linkedin/vibe-coding-and-pulseaudio.md +0 -121
  365. package/mcp-server/agentvibes.db +0 -0
  366. package/scripts/audio-tunnel.config +0 -17
  367. package/v4-backup/.bmad-core/agent-teams/team-all.yaml +0 -15
  368. package/v4-backup/.bmad-core/agent-teams/team-fullstack.yaml +0 -19
  369. package/v4-backup/.bmad-core/agent-teams/team-ide-minimal.yaml +0 -11
  370. package/v4-backup/.bmad-core/agent-teams/team-no-ui.yaml +0 -14
  371. package/v4-backup/.bmad-core/agents/analyst.md +0 -84
  372. package/v4-backup/.bmad-core/agents/architect.md +0 -85
  373. package/v4-backup/.bmad-core/agents/bmad-master.md +0 -110
  374. package/v4-backup/.bmad-core/agents/bmad-orchestrator.md +0 -147
  375. package/v4-backup/.bmad-core/agents/dev.md +0 -81
  376. package/v4-backup/.bmad-core/agents/pm.md +0 -84
  377. package/v4-backup/.bmad-core/agents/po.md +0 -79
  378. package/v4-backup/.bmad-core/agents/qa.md +0 -87
  379. package/v4-backup/.bmad-core/agents/sm.md +0 -65
  380. package/v4-backup/.bmad-core/agents/ux-expert.md +0 -69
  381. package/v4-backup/.bmad-core/checklists/architect-checklist.md +0 -440
  382. package/v4-backup/.bmad-core/checklists/change-checklist.md +0 -184
  383. package/v4-backup/.bmad-core/checklists/pm-checklist.md +0 -372
  384. package/v4-backup/.bmad-core/checklists/po-master-checklist.md +0 -434
  385. package/v4-backup/.bmad-core/checklists/story-dod-checklist.md +0 -96
  386. package/v4-backup/.bmad-core/checklists/story-draft-checklist.md +0 -155
  387. package/v4-backup/.bmad-core/core-config.yaml +0 -22
  388. package/v4-backup/.bmad-core/data/bmad-kb.md +0 -809
  389. package/v4-backup/.bmad-core/data/brainstorming-techniques.md +0 -38
  390. package/v4-backup/.bmad-core/data/elicitation-methods.md +0 -156
  391. package/v4-backup/.bmad-core/data/technical-preferences.md +0 -5
  392. package/v4-backup/.bmad-core/data/test-levels-framework.md +0 -148
  393. package/v4-backup/.bmad-core/data/test-priorities-matrix.md +0 -174
  394. package/v4-backup/.bmad-core/enhanced-ide-development-workflow.md +0 -248
  395. package/v4-backup/.bmad-core/install-manifest.yaml +0 -230
  396. package/v4-backup/.bmad-core/tasks/advanced-elicitation.md +0 -119
  397. package/v4-backup/.bmad-core/tasks/apply-qa-fixes.md +0 -150
  398. package/v4-backup/.bmad-core/tasks/brownfield-create-epic.md +0 -162
  399. package/v4-backup/.bmad-core/tasks/brownfield-create-story.md +0 -149
  400. package/v4-backup/.bmad-core/tasks/correct-course.md +0 -72
  401. package/v4-backup/.bmad-core/tasks/create-brownfield-story.md +0 -314
  402. package/v4-backup/.bmad-core/tasks/create-deep-research-prompt.md +0 -280
  403. package/v4-backup/.bmad-core/tasks/create-doc.md +0 -103
  404. package/v4-backup/.bmad-core/tasks/create-next-story.md +0 -114
  405. package/v4-backup/.bmad-core/tasks/document-project.md +0 -345
  406. package/v4-backup/.bmad-core/tasks/execute-checklist.md +0 -88
  407. package/v4-backup/.bmad-core/tasks/facilitate-brainstorming-session.md +0 -138
  408. package/v4-backup/.bmad-core/tasks/generate-ai-frontend-prompt.md +0 -53
  409. package/v4-backup/.bmad-core/tasks/index-docs.md +0 -175
  410. package/v4-backup/.bmad-core/tasks/kb-mode-interaction.md +0 -77
  411. package/v4-backup/.bmad-core/tasks/nfr-assess.md +0 -345
  412. package/v4-backup/.bmad-core/tasks/qa-gate.md +0 -163
  413. package/v4-backup/.bmad-core/tasks/review-story.md +0 -316
  414. package/v4-backup/.bmad-core/tasks/risk-profile.md +0 -355
  415. package/v4-backup/.bmad-core/tasks/shard-doc.md +0 -187
  416. package/v4-backup/.bmad-core/tasks/test-design.md +0 -176
  417. package/v4-backup/.bmad-core/tasks/trace-requirements.md +0 -266
  418. package/v4-backup/.bmad-core/tasks/validate-next-story.md +0 -136
  419. package/v4-backup/.bmad-core/templates/architecture-tmpl.yaml +0 -651
  420. package/v4-backup/.bmad-core/templates/brainstorming-output-tmpl.yaml +0 -156
  421. package/v4-backup/.bmad-core/templates/brownfield-architecture-tmpl.yaml +0 -477
  422. package/v4-backup/.bmad-core/templates/brownfield-prd-tmpl.yaml +0 -281
  423. package/v4-backup/.bmad-core/templates/competitor-analysis-tmpl.yaml +0 -307
  424. package/v4-backup/.bmad-core/templates/front-end-architecture-tmpl.yaml +0 -219
  425. package/v4-backup/.bmad-core/templates/front-end-spec-tmpl.yaml +0 -350
  426. package/v4-backup/.bmad-core/templates/fullstack-architecture-tmpl.yaml +0 -824
  427. package/v4-backup/.bmad-core/templates/market-research-tmpl.yaml +0 -253
  428. package/v4-backup/.bmad-core/templates/prd-tmpl.yaml +0 -203
  429. package/v4-backup/.bmad-core/templates/project-brief-tmpl.yaml +0 -222
  430. package/v4-backup/.bmad-core/templates/qa-gate-tmpl.yaml +0 -103
  431. package/v4-backup/.bmad-core/templates/story-tmpl.yaml +0 -138
  432. package/v4-backup/.bmad-core/user-guide.md +0 -577
  433. package/v4-backup/.bmad-core/utils/bmad-doc-template.md +0 -327
  434. package/v4-backup/.bmad-core/utils/workflow-management.md +0 -71
  435. package/v4-backup/.bmad-core/workflows/brownfield-fullstack.yaml +0 -298
  436. package/v4-backup/.bmad-core/workflows/brownfield-service.yaml +0 -188
  437. package/v4-backup/.bmad-core/workflows/brownfield-ui.yaml +0 -198
  438. package/v4-backup/.bmad-core/workflows/greenfield-fullstack.yaml +0 -241
  439. package/v4-backup/.bmad-core/workflows/greenfield-service.yaml +0 -207
  440. package/v4-backup/.bmad-core/workflows/greenfield-ui.yaml +0 -236
  441. package/v4-backup/.bmad-core/working-in-the-brownfield.md +0 -606
@@ -1,628 +0,0 @@
1
- # WhatsApp TTS Plugin - Standalone Architecture
2
-
3
- ## Executive Summary
4
-
5
- **Status**: ✅ **HIGHLY FEASIBLE - STANDALONE DESIGN**
6
-
7
- The WhatsApp TTS plugin should be a **completely independent repository** that depends on AgentVibes as an external library, similar to how other MCP plugins work.
8
-
9
- ## Why Standalone?
10
-
11
- ### Benefits of Independent Repository
12
-
13
- ✅ **Separation of Concerns**: Plugin development doesn't affect AgentVibes core
14
- ✅ **Independent Versioning**: Plugin can release updates without AgentVibes releases
15
- ✅ **Easier Maintenance**: Different maintainers can own different repos
16
- ✅ **Cleaner Dependencies**: Users only install what they need
17
- ✅ **Community Contributions**: Easier for external contributors
18
- ✅ **Multiple Plugins**: Opens path for Signal-TTS, Telegram-TTS, Slack-TTS, etc.
19
-
20
- ### Dependency Model
21
-
22
- ```
23
- ┌─────────────────────────────────────┐
24
- │ whatsapp-agentvibes-plugin │ ← New Standalone Repo
25
- │ (Independent MCP Server) │
26
- └──────────────┬──────────────────────┘
27
- │ depends on (via subprocess/API calls)
28
-
29
- ┌────────┴─────────┬────────────────┐
30
- ▼ ▼ ▼
31
- ┌────────────┐ ┌──────────────┐ ┌─────────────┐
32
- │ WhatsApp │ │ AgentVibes │ │ FastMCP │
33
- │ MCP Server │ │ (installed) │ │ (Python) │
34
- └────────────┘ └──────────────┘ └─────────────┘
35
- ```
36
-
37
- ## Standalone Repository Structure
38
-
39
- ### Repository Name
40
- `whatsapp-agentvibes` or `agentvibes-whatsapp-plugin`
41
-
42
- ### Directory Structure
43
-
44
- ```
45
- whatsapp-agentvibes/
46
- ├── README.md # Installation & usage guide
47
- ├── LICENSE # Apache 2.0
48
- ├── requirements.txt # Python dependencies
49
- ├── pyproject.toml # Package metadata
50
- ├── setup.py # Installation script
51
-
52
- ├── src/
53
- │ └── whatsapp_agentvibes/
54
- │ ├── __init__.py
55
- │ ├── server.py # Main MCP server
56
- │ ├── monitor.py # WhatsApp message monitoring
57
- │ ├── voice_manager.py # Voice assignment logic
58
- │ ├── config.py # Configuration management
59
- │ └── agentvibes_client.py # AgentVibes integration layer
60
-
61
- ├── config/
62
- │ ├── notifications.json.example # Example configuration
63
- │ └── claude_desktop_config.json # MCP setup example
64
-
65
- ├── tests/
66
- │ ├── test_voice_assignment.py
67
- │ ├── test_monitor.py
68
- │ └── test_config.py
69
-
70
- └── docs/
71
- ├── installation.md
72
- ├── configuration.md
73
- ├── troubleshooting.md
74
- └── development.md
75
- ```
76
-
77
- ## How It Integrates with AgentVibes
78
-
79
- ### Option 1: Subprocess Calls (RECOMMENDED)
80
-
81
- **The plugin calls AgentVibes' play-tts.sh script directly:**
82
-
83
- ```python
84
- # whatsapp_agentvibes/agentvibes_client.py
85
-
86
- import subprocess
87
- import os
88
- from pathlib import Path
89
-
90
- class AgentVibesClient:
91
- """Client for calling AgentVibes TTS functionality"""
92
-
93
- def __init__(self):
94
- # Detect AgentVibes installation
95
- self.agentvibes_path = self._find_agentvibes()
96
- if not self.agentvibes_path:
97
- raise RuntimeError("AgentVibes not found. Please install AgentVibes first.")
98
-
99
- self.play_tts_script = self.agentvibes_path / ".claude" / "hooks" / "play-tts.sh"
100
-
101
- def _find_agentvibes(self) -> Path:
102
- """Find AgentVibes installation"""
103
- # Check common installation locations
104
- locations = [
105
- Path.home() / ".claude", # Global installation
106
- Path.home() / "AgentVibes" / ".claude", # Local clone
107
- Path("/usr/local/lib/agentvibes/.claude"), # System install
108
- ]
109
-
110
- for location in locations:
111
- if (location / "hooks" / "play-tts.sh").exists():
112
- return location.parent
113
-
114
- # Check if in PATH (npx installation)
115
- try:
116
- result = subprocess.run(
117
- ["which", "agentvibes"],
118
- capture_output=True,
119
- text=True
120
- )
121
- if result.returncode == 0:
122
- # Found in PATH, use global .claude
123
- return Path.home()
124
- except:
125
- pass
126
-
127
- return None
128
-
129
- async def speak(self, text: str, voice: str = None, personality: str = None):
130
- """Use AgentVibes to speak text"""
131
- args = ["bash", str(self.play_tts_script), text]
132
- if voice:
133
- args.append(voice)
134
-
135
- # Set environment for voice/personality
136
- env = os.environ.copy()
137
- if personality:
138
- # Temporarily set personality via environment
139
- env["TTS_PERSONALITY"] = personality
140
-
141
- process = await asyncio.create_subprocess_exec(
142
- *args,
143
- stdout=asyncio.subprocess.PIPE,
144
- stderr=asyncio.subprocess.PIPE,
145
- env=env
146
- )
147
-
148
- stdout, stderr = await process.communicate()
149
-
150
- if process.returncode != 0:
151
- raise RuntimeError(f"TTS failed: {stderr.decode()}")
152
-
153
- return stdout.decode()
154
-
155
- def list_voices(self) -> list:
156
- """Get available voices from AgentVibes"""
157
- voice_manager = self.agentvibes_path / ".claude" / "hooks" / "voice-manager.sh"
158
- result = subprocess.run(
159
- ["bash", str(voice_manager), "list-simple"],
160
- capture_output=True,
161
- text=True
162
- )
163
-
164
- if result.returncode == 0:
165
- return [v.strip() for v in result.stdout.strip().split("\n") if v]
166
- return []
167
- ```
168
-
169
- **Pros**:
170
- - ✅ Simple, no modifications to AgentVibes needed
171
- - ✅ Uses AgentVibes exactly as installed
172
- - ✅ Works with any AgentVibes version
173
- - ✅ No API versioning issues
174
-
175
- **Cons**:
176
- - ⚠️ Requires AgentVibes to be installed and in PATH
177
- - ⚠️ Subprocess overhead (minimal)
178
-
179
- ### Option 2: Python API (Future Enhancement)
180
-
181
- If AgentVibes later exposes a Python API:
182
-
183
- ```python
184
- from agentvibes import TTS
185
-
186
- tts = TTS()
187
- tts.speak("Hello world", voice="Aria")
188
- ```
189
-
190
- This would require AgentVibes to publish as a pip package.
191
-
192
- ## Installation Process
193
-
194
- ### Prerequisites Check
195
-
196
- ```bash
197
- # Installation script checks dependencies
198
- #!/bin/bash
199
-
200
- echo "Checking prerequisites..."
201
-
202
- # 1. Check WhatsApp MCP Server
203
- if [ ! -d "$HOME/whatsapp-mcp" ]; then
204
- echo "❌ WhatsApp MCP Server not found"
205
- echo " Install from: https://github.com/lharries/whatsapp-mcp"
206
- exit 1
207
- fi
208
-
209
- # 2. Check AgentVibes
210
- if ! command -v agentvibes &> /dev/null; then
211
- if [ ! -f "$HOME/.claude/hooks/play-tts.sh" ]; then
212
- echo "❌ AgentVibes not found"
213
- echo " Install with: npx agentvibes install --yes"
214
- exit 1
215
- fi
216
- fi
217
-
218
- # 3. Check Python 3.8+
219
- if ! command -v python3 &> /dev/null; then
220
- echo "❌ Python 3.8+ required"
221
- exit 1
222
- fi
223
-
224
- echo "✅ All prerequisites met!"
225
- ```
226
-
227
- ### User Installation Steps
228
-
229
- **Step 1: Install Prerequisites**
230
- ```bash
231
- # Install WhatsApp MCP Server
232
- git clone https://github.com/lharries/whatsapp-mcp.git
233
- cd whatsapp-mcp/whatsapp-bridge && go run main.go
234
-
235
- # Install AgentVibes
236
- npx agentvibes install --yes
237
- ```
238
-
239
- **Step 2: Install Plugin**
240
- ```bash
241
- # Option A: Via pip (if published)
242
- pip install whatsapp-agentvibes
243
-
244
- # Option B: From source
245
- git clone https://github.com/yourusername/whatsapp-agentvibes.git
246
- cd whatsapp-agentvibes
247
- pip install -e .
248
- ```
249
-
250
- **Step 3: Configure Claude Desktop**
251
- ```json
252
- {
253
- "mcpServers": {
254
- "whatsapp": {
255
- "command": "uv",
256
- "args": [
257
- "--directory",
258
- "/path/to/whatsapp-mcp/whatsapp-mcp-server",
259
- "run",
260
- "main.py"
261
- ]
262
- },
263
- "whatsapp-agentvibes": {
264
- "command": "python",
265
- "args": ["-m", "whatsapp_agentvibes.server"]
266
- }
267
- }
268
- }
269
- ```
270
-
271
- ## Configuration File
272
-
273
- **Location**: `~/.config/whatsapp-agentvibes/config.json`
274
-
275
- ```json
276
- {
277
- "version": "1.0",
278
- "whatsapp": {
279
- "database_path": "~/whatsapp-mcp/whatsapp-bridge/store/messages.db",
280
- "poll_interval_seconds": 2
281
- },
282
- "agentvibes": {
283
- "installation_path": "~/.claude",
284
- "default_voice": "Aria",
285
- "use_personality": true
286
- },
287
- "notifications": {
288
- "enabled_contacts": [],
289
- "contact_voices": {},
290
- "announce_sender_name": true,
291
- "announce_media": true
292
- },
293
- "voice_assignment": {
294
- "strategy": "hash",
295
- "available_voices": []
296
- }
297
- }
298
- ```
299
-
300
- ## MCP Server Implementation
301
-
302
- ### Main Server (Standalone)
303
-
304
- ```python
305
- # src/whatsapp_agentvibes/server.py
306
-
307
- from mcp.server import Server
308
- from mcp.types import Tool, TextContent
309
- import mcp.server.stdio
310
-
311
- from .monitor import WhatsAppMonitor
312
- from .voice_manager import VoiceManager
313
- from .config import Config
314
- from .agentvibes_client import AgentVibesClient
315
-
316
- class WhatsAppAgentVibesServer:
317
- def __init__(self):
318
- self.config = Config.load()
319
- self.agentvibes = AgentVibesClient()
320
- self.voice_manager = VoiceManager(self.agentvibes, self.config)
321
- self.monitor = WhatsAppMonitor(
322
- self.config,
323
- self.voice_manager,
324
- self.agentvibes
325
- )
326
-
327
- async def start_monitoring(self):
328
- """Start monitoring WhatsApp messages"""
329
- await self.monitor.start()
330
-
331
- # Create MCP server
332
- app = Server("whatsapp-agentvibes")
333
- wa_server = WhatsAppAgentVibesServer()
334
-
335
- @app.list_tools()
336
- async def list_tools() -> list[Tool]:
337
- return [
338
- Tool(
339
- name="whatsapp_enable_notifications",
340
- description="Enable TTS notifications for a WhatsApp contact or group",
341
- inputSchema={
342
- "type": "object",
343
- "properties": {
344
- "contact": {
345
- "type": "string",
346
- "description": "Contact name, phone number, or JID"
347
- }
348
- },
349
- "required": ["contact"]
350
- }
351
- ),
352
- # ... other tools
353
- ]
354
-
355
- @app.call_tool()
356
- async def call_tool(name: str, arguments: dict) -> list[TextContent]:
357
- if name == "whatsapp_enable_notifications":
358
- result = await wa_server.enable_notifications(arguments["contact"])
359
- return [TextContent(type="text", text=result)]
360
- # ... handle other tools
361
-
362
- async def main():
363
- # Start background message monitoring
364
- asyncio.create_task(wa_server.start_monitoring())
365
-
366
- # Start MCP server
367
- async with mcp.server.stdio.stdio_server() as (read_stream, write_stream):
368
- await app.run(read_stream, write_stream, app.create_initialization_options())
369
-
370
- if __name__ == "__main__":
371
- asyncio.run(main())
372
- ```
373
-
374
- ## Package Metadata
375
-
376
- ### pyproject.toml
377
-
378
- ```toml
379
- [project]
380
- name = "whatsapp-agentvibes"
381
- version = "1.0.0"
382
- description = "WhatsApp TTS notifications plugin for AgentVibes"
383
- authors = [
384
- {name = "Your Name", email = "your.email@example.com"}
385
- ]
386
- license = {text = "Apache-2.0"}
387
- readme = "README.md"
388
- requires-python = ">=3.8"
389
-
390
- dependencies = [
391
- "mcp>=0.9.0",
392
- "aiosqlite>=0.19.0",
393
- ]
394
-
395
- [project.urls]
396
- Homepage = "https://github.com/yourusername/whatsapp-agentvibes"
397
- Documentation = "https://github.com/yourusername/whatsapp-agentvibes/blob/main/docs"
398
- Repository = "https://github.com/yourusername/whatsapp-agentvibes"
399
- Issues = "https://github.com/yourusername/whatsapp-agentvibes/issues"
400
-
401
- [project.optional-dependencies]
402
- dev = [
403
- "pytest>=7.0.0",
404
- "pytest-asyncio>=0.21.0",
405
- "black>=23.0.0",
406
- "ruff>=0.1.0",
407
- ]
408
-
409
- [build-system]
410
- requires = ["hatchling"]
411
- build-backend = "hatchling.build"
412
-
413
- [project.scripts]
414
- whatsapp-agentvibes = "whatsapp_agentvibes.server:main"
415
- ```
416
-
417
- ### requirements.txt
418
-
419
- ```txt
420
- mcp>=0.9.0
421
- aiosqlite>=0.19.0
422
- ```
423
-
424
- **Note**: AgentVibes is NOT listed as a dependency because it's called via subprocess, not imported.
425
-
426
- ## README Structure
427
-
428
- ```markdown
429
- # WhatsApp AgentVibes Plugin
430
-
431
- Voice notifications for WhatsApp messages using AgentVibes TTS.
432
-
433
- ## Features
434
- - 🔔 TTS notifications for selected contacts/groups
435
- - 🎭 Round-robin voice assignment (different voice per contact)
436
- - 🗣️ Group chat speaker differentiation
437
- - 🎤 27+ voices via AgentVibes
438
- - 🌍 Multi-language support
439
-
440
- ## Prerequisites
441
- 1. **WhatsApp MCP Server**: https://github.com/lharries/whatsapp-mcp
442
- 2. **AgentVibes**: `npx agentvibes install --yes`
443
- 3. **Python 3.8+**
444
-
445
- ## Installation
446
-
447
- ### Quick Start
448
- ```bash
449
- pip install whatsapp-agentvibes
450
- ```
451
-
452
- ### Configure Claude Desktop
453
- Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
454
- ```json
455
- {
456
- "mcpServers": {
457
- "whatsapp-agentvibes": {
458
- "command": "python",
459
- "args": ["-m", "whatsapp_agentvibes.server"]
460
- }
461
- }
462
- }
463
- ```
464
-
465
- ## Usage
466
-
467
- ### Enable notifications for a contact
468
- ```
469
- You: "Enable WhatsApp notifications for Mom"
470
- Claude: ✅ Enabled notifications for Jane Smith with voice "Aria"
471
- ```
472
-
473
- ### View active notifications
474
- ```
475
- You: "Show WhatsApp notification channels"
476
- Claude: 🔔 Active: Mom (Aria), Dad (Terry), Work Group (multiple)
477
- ```
478
-
479
- ## Configuration
480
-
481
- Edit `~/.config/whatsapp-agentvibes/config.json`
482
-
483
- ## Documentation
484
- - [Installation Guide](docs/installation.md)
485
- - [Configuration Reference](docs/configuration.md)
486
- - [Troubleshooting](docs/troubleshooting.md)
487
-
488
- ## License
489
- Apache 2.0
490
- ```
491
-
492
- ## Advantages of Standalone Architecture
493
-
494
- ### 1. **Clean Separation**
495
- - AgentVibes = TTS engine
496
- - WhatsApp MCP = Message source
497
- - This plugin = Integration layer
498
-
499
- ### 2. **Independent Development**
500
- ```
501
- AgentVibes v2.3.0 → v2.4.0 (new voices added)
502
- ↓ (plugin automatically gets new voices)
503
- Plugin v1.0.0 (no changes needed)
504
- ```
505
-
506
- ### 3. **Multiple Plugins Possible**
507
- ```
508
- agentvibes-whatsapp-plugin
509
- agentvibes-signal-plugin
510
- agentvibes-telegram-plugin
511
- agentvibes-slack-plugin
512
- agentvibes-discord-plugin
513
- ```
514
-
515
- All use the same AgentVibes installation!
516
-
517
- ### 4. **Easier Testing**
518
- ```bash
519
- # Test plugin without affecting AgentVibes
520
- cd whatsapp-agentvibes
521
- pytest tests/
522
-
523
- # Test AgentVibes without affecting plugins
524
- cd AgentVibes
525
- npm test
526
- ```
527
-
528
- ### 5. **User Choice**
529
- Users can:
530
- - Use AgentVibes alone (just TTS)
531
- - Use WhatsApp MCP alone (no voice)
532
- - Install plugin to combine both
533
- - Install multiple messaging plugins
534
-
535
- ## Integration Testing
536
-
537
- ### Test Script
538
-
539
- ```python
540
- # tests/test_integration.py
541
-
542
- import pytest
543
- from whatsapp_agentvibes.agentvibes_client import AgentVibesClient
544
-
545
- def test_agentvibes_found():
546
- """Test that AgentVibes is installed and accessible"""
547
- client = AgentVibesClient()
548
- assert client.agentvibes_path is not None
549
- assert client.play_tts_script.exists()
550
-
551
- def test_list_voices():
552
- """Test retrieving voices from AgentVibes"""
553
- client = AgentVibesClient()
554
- voices = client.list_voices()
555
- assert len(voices) > 0
556
- assert "Aria" in voices or "en_US-lessac-medium" in voices
557
-
558
- @pytest.mark.asyncio
559
- async def test_speak():
560
- """Test TTS functionality"""
561
- client = AgentVibesClient()
562
- result = await client.speak("Test message", voice="Aria")
563
- assert "Saved to:" in result or "Spoke:" in result
564
- ```
565
-
566
- ## Distribution Strategy
567
-
568
- ### Phase 1: GitHub Only
569
- ```bash
570
- pip install git+https://github.com/yourusername/whatsapp-agentvibes.git
571
- ```
572
-
573
- ### Phase 2: PyPI Publication
574
- ```bash
575
- pip install whatsapp-agentvibes
576
- ```
577
-
578
- ### Phase 3: NPX Wrapper (Optional)
579
- ```bash
580
- npx whatsapp-agentvibes install
581
- ```
582
-
583
- ## Documentation as Separate Repo
584
-
585
- The plugin repository should have comprehensive docs:
586
-
587
- ```
588
- docs/
589
- ├── installation.md # Step-by-step setup
590
- ├── configuration.md # All config options
591
- ├── usage.md # Example commands
592
- ├── troubleshooting.md # Common issues
593
- ├── development.md # Contributing guide
594
- └── architecture.md # How it works
595
- ```
596
-
597
- ## Conclusion
598
-
599
- **Recommendation**: Build as **completely standalone plugin**
600
-
601
- ### Key Benefits:
602
- ✅ Independent development cycles
603
- ✅ Easier maintenance and contributions
604
- ✅ No coupling to AgentVibes codebase
605
- ✅ Opens path for more messaging plugins
606
- ✅ Users install only what they need
607
- ✅ Cleaner architecture overall
608
-
609
- ### Implementation:
610
- - New repo: `whatsapp-agentvibes` or `agentvibes-whatsapp-plugin`
611
- - Dependency: Calls AgentVibes via subprocess (no code imports)
612
- - Distribution: pip package on PyPI
613
- - Configuration: Separate config file
614
- - Testing: Independent test suite
615
-
616
- This is the **right architectural approach** for a plugin ecosystem! 🎉
617
-
618
- ---
619
-
620
- **Next Steps**:
621
- 1. Create new standalone repository
622
- 2. Implement AgentVibesClient wrapper
623
- 3. Build MCP server with monitoring
624
- 4. Write comprehensive documentation
625
- 5. Publish to PyPI
626
-
627
- **Document Version**: 2.0 (Standalone Architecture)
628
- **Date**: 2025-11-12
@@ -1,57 +0,0 @@
1
- # GitHub Profile Draft - Paul Preibisch
2
-
3
- ## Overview
4
- Hi! I'm Paul Preibisch, a Software Developer with over 12 years of experience, primarily in educational software. I'm currently deep diving into agentic programming and modern AI-driven development workflows.
5
-
6
- ## Current Focus
7
-
8
- ### 🎭 AgentVibes - Voice-Enabled AI Development
9
- Creator and maintainer of [AgentVibes](https://github.com/paulpreibisch/AgentVibes) (13 ⭐), an innovative tool that brings Claude Code sessions to life with voice. This project represents my deep dive into agentic programming, where I've invested over 850 hours exploring autonomous systems and AI-driven development workflows.
10
-
11
- **Key Features:**
12
- - Multi-provider TTS integration (ElevenLabs, Piper, OpenAI)
13
- - Dynamic personality system for voice responses
14
- - Language learning mode with dual-language support
15
- - Claude Code hook integration for seamless AI interaction
16
-
17
- ## Recent Work
18
-
19
- ### Educational Content Creation Platform
20
- Developed a highly scalable content creation tool that enables clients to upload thousands of sentences and automatically generate corresponding images for each sentence. Built with Express.js, React, and Node.js, featuring:
21
- - Efficient batch processing and queue management
22
- - Handling thousands of simultaneous content generation requests
23
- - Large-scale content processing workflows
24
-
25
- ### Open Source Contributions
26
- - Consistent contributor to the MCP Shrimp Task Manager repository
27
- - Focus on task automation and workflow optimization
28
- - Active engagement in agent-based programming paradigms
29
-
30
- ## Professional Experience
31
-
32
- ### Lead Developer - CurrentSCM @ Vista Projects Limited
33
- - Built and maintained robust API with 850+ unique endpoints on multi-tenant enterprise application
34
- - Full-spectrum Laravel Framework development: notifications, queues, jobs, middleware, validations, workflows, pipelines, caching
35
- - Created comprehensive Test Platform for 15 Excel Import Templates using DTOs
36
- - Developed scalable PDF authoring microservice using TDD and SOLID principles
37
- - Consolidated documentation across 9 different exports, saving significant development time
38
- - Enhanced invoicing for milestone payments, solving complex floating point challenges
39
- - Completed 1800+ developer hours of support, resolving GitHub issues and features
40
- - Completed 33 LaraCast lessons for continuous skill development
41
-
42
- ### Lead Developer - Movie English Project (now Globify.com)
43
- 10 years leading platform development in educational software space
44
-
45
- ## Tech Stack
46
- - **Primary:** Laravel, PHP
47
- - **Frontend:** React, modern JavaScript frameworks
48
- - **Backend:** Node.js, Express.js
49
- - **Current Focus:** Agentic Programming, AI Development, Claude Code
50
- - **DevOps:** Queue systems, batch processing, microservices
51
-
52
- ## Get in Touch
53
- 🌐 Website: [preibisch.biz](https://preibisch.biz)
54
- 📍 Location: La Paz, BCS
55
-
56
- ---
57
- *"Digging Deep into Agentic Programming"*