agentvibes 2.3.1 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/.claude/hooks/piper-installer.sh +118 -40
  2. package/.claude/hooks/play-tts-piper.sh +10 -2
  3. package/README.md +7 -7
  4. package/RELEASE_NOTES.md +301 -2
  5. package/docs/providers.md +8 -6
  6. package/package.json +1 -1
  7. package/src/installer.js +46 -70
  8. package/.bmad-core/agent-teams/team-all.yaml +0 -15
  9. package/.bmad-core/agent-teams/team-fullstack.yaml +0 -19
  10. package/.bmad-core/agent-teams/team-ide-minimal.yaml +0 -11
  11. package/.bmad-core/agent-teams/team-no-ui.yaml +0 -14
  12. package/.bmad-core/agents/analyst.md +0 -84
  13. package/.bmad-core/agents/architect.md +0 -85
  14. package/.bmad-core/agents/bmad-master.md +0 -110
  15. package/.bmad-core/agents/bmad-orchestrator.md +0 -147
  16. package/.bmad-core/agents/dev.md +0 -81
  17. package/.bmad-core/agents/pm.md +0 -84
  18. package/.bmad-core/agents/po.md +0 -79
  19. package/.bmad-core/agents/qa.md +0 -87
  20. package/.bmad-core/agents/sm.md +0 -65
  21. package/.bmad-core/agents/ux-expert.md +0 -69
  22. package/.bmad-core/checklists/architect-checklist.md +0 -440
  23. package/.bmad-core/checklists/change-checklist.md +0 -184
  24. package/.bmad-core/checklists/pm-checklist.md +0 -372
  25. package/.bmad-core/checklists/po-master-checklist.md +0 -434
  26. package/.bmad-core/checklists/story-dod-checklist.md +0 -96
  27. package/.bmad-core/checklists/story-draft-checklist.md +0 -155
  28. package/.bmad-core/core-config.yaml +0 -22
  29. package/.bmad-core/data/bmad-kb.md +0 -809
  30. package/.bmad-core/data/brainstorming-techniques.md +0 -38
  31. package/.bmad-core/data/elicitation-methods.md +0 -156
  32. package/.bmad-core/data/technical-preferences.md +0 -5
  33. package/.bmad-core/data/test-levels-framework.md +0 -148
  34. package/.bmad-core/data/test-priorities-matrix.md +0 -174
  35. package/.bmad-core/enhanced-ide-development-workflow.md +0 -248
  36. package/.bmad-core/install-manifest.yaml +0 -230
  37. package/.bmad-core/tasks/advanced-elicitation.md +0 -119
  38. package/.bmad-core/tasks/apply-qa-fixes.md +0 -150
  39. package/.bmad-core/tasks/brownfield-create-epic.md +0 -162
  40. package/.bmad-core/tasks/brownfield-create-story.md +0 -149
  41. package/.bmad-core/tasks/correct-course.md +0 -72
  42. package/.bmad-core/tasks/create-brownfield-story.md +0 -314
  43. package/.bmad-core/tasks/create-deep-research-prompt.md +0 -280
  44. package/.bmad-core/tasks/create-doc.md +0 -103
  45. package/.bmad-core/tasks/create-next-story.md +0 -114
  46. package/.bmad-core/tasks/document-project.md +0 -345
  47. package/.bmad-core/tasks/execute-checklist.md +0 -88
  48. package/.bmad-core/tasks/facilitate-brainstorming-session.md +0 -138
  49. package/.bmad-core/tasks/generate-ai-frontend-prompt.md +0 -53
  50. package/.bmad-core/tasks/index-docs.md +0 -175
  51. package/.bmad-core/tasks/kb-mode-interaction.md +0 -77
  52. package/.bmad-core/tasks/nfr-assess.md +0 -345
  53. package/.bmad-core/tasks/qa-gate.md +0 -163
  54. package/.bmad-core/tasks/review-story.md +0 -316
  55. package/.bmad-core/tasks/risk-profile.md +0 -355
  56. package/.bmad-core/tasks/shard-doc.md +0 -187
  57. package/.bmad-core/tasks/test-design.md +0 -176
  58. package/.bmad-core/tasks/trace-requirements.md +0 -266
  59. package/.bmad-core/tasks/validate-next-story.md +0 -136
  60. package/.bmad-core/templates/architecture-tmpl.yaml +0 -651
  61. package/.bmad-core/templates/brainstorming-output-tmpl.yaml +0 -156
  62. package/.bmad-core/templates/brownfield-architecture-tmpl.yaml +0 -477
  63. package/.bmad-core/templates/brownfield-prd-tmpl.yaml +0 -281
  64. package/.bmad-core/templates/competitor-analysis-tmpl.yaml +0 -307
  65. package/.bmad-core/templates/front-end-architecture-tmpl.yaml +0 -219
  66. package/.bmad-core/templates/front-end-spec-tmpl.yaml +0 -350
  67. package/.bmad-core/templates/fullstack-architecture-tmpl.yaml +0 -824
  68. package/.bmad-core/templates/market-research-tmpl.yaml +0 -253
  69. package/.bmad-core/templates/prd-tmpl.yaml +0 -203
  70. package/.bmad-core/templates/project-brief-tmpl.yaml +0 -222
  71. package/.bmad-core/templates/qa-gate-tmpl.yaml +0 -103
  72. package/.bmad-core/templates/story-tmpl.yaml +0 -138
  73. package/.bmad-core/user-guide.md +0 -577
  74. package/.bmad-core/utils/bmad-doc-template.md +0 -327
  75. package/.bmad-core/utils/workflow-management.md +0 -71
  76. package/.bmad-core/workflows/brownfield-fullstack.yaml +0 -298
  77. package/.bmad-core/workflows/brownfield-service.yaml +0 -188
  78. package/.bmad-core/workflows/brownfield-ui.yaml +0 -198
  79. package/.bmad-core/workflows/greenfield-fullstack.yaml +0 -241
  80. package/.bmad-core/workflows/greenfield-service.yaml +0 -207
  81. package/.bmad-core/workflows/greenfield-ui.yaml +0 -236
  82. package/.bmad-core/working-in-the-brownfield.md +0 -606
  83. package/.claude/commands/BMad/analyst.md +0 -88
  84. package/.claude/commands/BMad/architect.md +0 -89
  85. package/.claude/commands/BMad/bmad-master.md +0 -114
  86. package/.claude/commands/BMad/bmad-orchestrator.md +0 -151
  87. package/.claude/commands/BMad/dev.md +0 -85
  88. package/.claude/commands/BMad/pm.md +0 -88
  89. package/.claude/commands/BMad/po.md +0 -83
  90. package/.claude/commands/BMad/qa.md +0 -91
  91. package/.claude/commands/BMad/sm.md +0 -69
  92. package/.claude/commands/BMad/tasks/advanced-elicitation.md +0 -123
  93. package/.claude/commands/BMad/tasks/apply-qa-fixes.md +0 -154
  94. package/.claude/commands/BMad/tasks/brownfield-create-epic.md +0 -166
  95. package/.claude/commands/BMad/tasks/brownfield-create-story.md +0 -153
  96. package/.claude/commands/BMad/tasks/correct-course.md +0 -76
  97. package/.claude/commands/BMad/tasks/create-brownfield-story.md +0 -318
  98. package/.claude/commands/BMad/tasks/create-deep-research-prompt.md +0 -284
  99. package/.claude/commands/BMad/tasks/create-doc.md +0 -107
  100. package/.claude/commands/BMad/tasks/create-next-story.md +0 -118
  101. package/.claude/commands/BMad/tasks/document-project.md +0 -349
  102. package/.claude/commands/BMad/tasks/execute-checklist.md +0 -92
  103. package/.claude/commands/BMad/tasks/facilitate-brainstorming-session.md +0 -142
  104. package/.claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +0 -57
  105. package/.claude/commands/BMad/tasks/index-docs.md +0 -179
  106. package/.claude/commands/BMad/tasks/kb-mode-interaction.md +0 -81
  107. package/.claude/commands/BMad/tasks/nfr-assess.md +0 -349
  108. package/.claude/commands/BMad/tasks/qa-gate.md +0 -167
  109. package/.claude/commands/BMad/tasks/review-story.md +0 -320
  110. package/.claude/commands/BMad/tasks/risk-profile.md +0 -359
  111. package/.claude/commands/BMad/tasks/shard-doc.md +0 -191
  112. package/.claude/commands/BMad/tasks/test-design.md +0 -180
  113. package/.claude/commands/BMad/tasks/trace-requirements.md +0 -270
  114. package/.claude/commands/BMad/tasks/validate-next-story.md +0 -140
  115. package/.claude/commands/BMad/ux-expert.md +0 -73
  116. package/.claude/github-star-reminder.txt +0 -1
  117. package/.claude/piper-voices-dir.txt +0 -1
  118. package/.claude/plugins/bmad-voices-enabled.flag +0 -0
  119. package/linkedin/vibe-coding-and-pulseaudio.md +0 -121
  120. package/mcp-server/agentvibes.db +0 -0
  121. package/scripts/audio-tunnel.config +0 -17
@@ -1,121 +0,0 @@
1
- # Vibe Coding: How PulseAudio Can Give Your Remote SSH Session a Voice!
2
-
3
- My mornings and late evenings are when I'm at my creative peak. I like to use this time for things that are fun—or at least that I think are fun. Since I recently created AgentVibes (a way to make my computer speak back to me), I wanted to solve a limitation I was experiencing while working on a remote server. That curiosity led me down the PulseAudio rabbit hole, and what I discovered fundamentally changed how I code with AI.
4
-
5
- ## What is "Vibe Coding"?
6
-
7
- According to Gene Kim, a researcher and author featured in the DORA report, **"vibe coding"** is defined as any form of coding where you don't type out code by hand. Instead of manual typing, the code emerges from an **iterative conversation with an AI**.
8
-
9
- This is the future of software development. Not replacing developers, but amplifying our capabilities through natural dialogue.
10
-
11
- ## If We're Going to Have a Conversation, Let's Use Voice
12
-
13
- When I discovered whisper typing several months ago, it fundamentally changed the way I use my computer. Rather than typing everything to my AI assistant, I now **talk** using whisper typing. The speed, the naturalness, the flow—it was transformative.
14
-
15
- But then a thought struck me: **If I can talk to my computer, why can't it talk back?**
16
-
17
- That question led me to create [**AgentVibes**](https://github.com/paulpreibisch/AgentVibes)—a plugin for Claude Code that brings professional text-to-speech narration to your AI coding sessions. Your AI assistant can now acknowledge your requests, confirm task completion, and provide feedback through voice.
18
-
19
- Imagine this workflow:
20
- - You speak your coding request using whisper typing
21
- - Your AI assistant acknowledges with voice: "I'll refactor that authentication module for you"
22
- - You continue working while hearing real-time progress updates
23
- - The AI confirms: "Refactoring complete, all tests passing"
24
-
25
- This is vibe coding at its finest—a natural, conversational flow between human and AI.
26
-
27
- ## The Remote Server Problem
28
-
29
- But I discovered a limitation. Since text-to-speech typically executes on the computer you're programming on, **what happens when you're programming on a remote machine via SSH?**
30
-
31
- This is the reality for many developers:
32
- - Cloud development environments
33
- - Powerful remote servers
34
- - Team shared infrastructure
35
- - Corporate VDI setups
36
-
37
- The audio plays on the remote server—where you can't hear it. The conversational flow breaks down. The vibe is lost.
38
-
39
- ## Enter PulseAudio: The Hidden Hero
40
-
41
- I went to task trying to figure out if there was a way to somehow play audio from a remote machine onto my local machine. That's when I was introduced to the true capabilities of **PulseAudio**.
42
-
43
- Now, I've been a Linux user for many years and have used PulseAudio forever. But little did I know that **PulseAudio can actually stream audio over a network**, allowing a client to play audio from a remote server.
44
-
45
- This completely blew my mind. 🤯
46
-
47
- Here's what makes this powerful:
48
-
49
- ### The Architecture
50
- ```
51
- Remote Linux Server (PulseAudio)
52
- ↓ SSH Reverse Tunnel
53
- Windows Client (WSL/RDP Audio)
54
-
55
- Local Speakers 🔊
56
- ```
57
-
58
- ### What This Enables
59
- - Run AgentVibes on your remote server
60
- - Hear TTS announcements on your local speakers
61
- - Maintain the conversational flow of vibe coding
62
- - Work from anywhere with full audio feedback
63
-
64
- I'll tell you, I was **floored** that this was even possible.
65
-
66
- ## The Game-Changing Impact
67
-
68
- The ability to have your AI assistant **acknowledge what you've typed and provide vocal confirmation** really does change the game when vibe coding.
69
-
70
- Here's why it matters:
71
-
72
- **1. Cognitive Offloading**
73
- You don't need to constantly check the terminal to see if your AI understood. Voice acknowledgment lets you focus on problem-solving.
74
-
75
- **2. Natural Flow State**
76
- Conversations have rhythm. When both parties speak and listen, you stay in flow. Text-only breaks that rhythm.
77
-
78
- **3. Active Guidance with Voice Feedback**
79
- Vibe coding doesn't mean you stop paying attention—quite the opposite. You're actively guiding the AI through the implementation, reviewing its decisions, and course-correcting in real-time. Voice acknowledgment keeps you in the loop while your hands stay free to sketch architecture, review documentation, or reference other code. The conversation is continuous, and if you're an experienced developer, the depth and precision of that conversation becomes truly transformative.
80
-
81
- **4. Reduced Context Switching**
82
- No need to constantly alt-tab between terminal and code. Your ears keep you updated.
83
-
84
- ## Try It Yourself
85
-
86
- Want to experience vibe coding with remote audio? I've documented the entire setup process.
87
-
88
- **Check out AgentVibes:**
89
- 📦 GitHub: [github.com/paulpreibisch/AgentVibes](https://github.com/paulpreibisch/AgentVibes)
90
-
91
- **Remote Audio Setup Guide:**
92
- 📚 Complete documentation: [Remote Audio Setup](https://github.com/paulpreibisch/AgentVibes/blob/master/docs/remote-audio-setup.md)
93
-
94
- The setup includes:
95
- - Automated scripts for Linux and Windows
96
- - PulseAudio network configuration
97
- - SSH tunnel setup
98
- - Troubleshooting guides
99
- - VS Code Remote-SSH integration
100
-
101
- It took me a morning to figure out, but now you can set it up in 10 minutes.
102
-
103
- ## The Bigger Picture
104
-
105
- This journey taught me something important: **The best developer tools emerge from solving real problems in your own workflow.**
106
-
107
- I didn't set out to become a PulseAudio expert. I just wanted my AI assistant to talk back when I'm working on remote servers. The solution required diving deep into audio streaming, SSH tunneling, and network protocols—but the result is worth it.
108
-
109
- Vibe coding isn't just about AI generating code. It's about creating an **environment where human and AI collaborate naturally**—through conversation, through voice, through continuous feedback loops.
110
-
111
- And sometimes, that requires discovering that the tools you've been using for years have hidden superpowers you never knew existed.
112
-
113
- ---
114
-
115
- **What's your experience with AI-assisted development? Have you tried vibe coding? Let's discuss in the comments!**
116
-
117
- #VibeCoding #AI #DeveloperTools #SoftwareEngineering #PulseAudio #RemoteDevelopment #DevOps #AIAssisted #ClaudeCode #OpenSource
118
-
119
- ---
120
-
121
- *P.S. - If you found this interesting, check out the AgentVibes project on GitHub. It's open source, supports multiple TTS providers (including free Piper TTS), and has 30+ professional AI voices. Star the repo if you find it useful!* ⭐
File without changes
@@ -1,17 +0,0 @@
1
- # AgentVibes Audio Tunnel Configuration
2
- # Personal configuration - DO NOT COMMIT
3
-
4
- # Remote server hostname (from your ~/.ssh/config)
5
- REMOTE_HOST="ubuntu-rdp"
6
-
7
- # Tunnel port (default: 14713)
8
- TUNNEL_PORT="14713"
9
-
10
- # PulseAudio socket path (WSL default)
11
- PULSE_SOCKET="/mnt/wslg/PulseServer"
12
-
13
- # Log file for automatic fixes
14
- AUTO_FIX_LOG="/tmp/audio-tunnel-autofix.log"
15
-
16
- # Healthcheck interval in minutes (for cron setup)
17
- CHECK_INTERVAL="5"