BMAD-METHOD/tools/cli/installers/lib/core
Paul Preibisch 5f0db3fd27 feat: Add declarative TTS voice configuration in agent YAML files
- Add optional `tts` section to agent schema with intro and voices
- Update manifest-generator.js to read TTS from YAML and generate provider-aware CSV
- Add TTS configuration to all 9 agent YAML files with Piper and macOS voices
- Voice map CSV now auto-generated from agent YAML instead of hardcoded
- Provider-aware: auto-selects correct voice based on active TTS (Piper/macOS)

Benefits:
- Declarative: voice config lives with agent definition
- Loose coupling: AgentVibes reads CSV, no YAML dependency
- Extensible: new agents automatically get voice mapping

Related:
- Created comprehensive test suite in AgentVibes repo (test/unit/bmad-voice-map.bats)
- All 10 tests passing (8 pass, 2 skip future features)
- Validates BMAD → AgentVibes voice configuration pipeline

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-07 00:12:26 -07:00
..
config-collector.js feat: default installer username to system user (#939) 2025-11-19 20:36:54 -06:00
dependency-resolver.js installer fixes 2025-10-26 19:38:38 -05:00
detector.js customize installation folder for the bmad content 2025-11-08 15:19:19 -06:00
ide-config-manager.js fix quick udpate status bug in installer 2025-11-04 21:16:52 -06:00
installer.js fix: Always run AgentVibes installer when enabled 2025-12-06 12:20:57 -07:00
manifest-generator.js feat: Add declarative TTS voice configuration in agent YAML files 2025-12-07 00:12:26 -07:00
manifest.js fix: ensure POSIX-compliant newlines in generated files (#856) 2025-11-04 20:18:12 -06:00