docs: add Agent Vibes TTS integration documentation (v3.11.1)
Added comprehensive documentation for text-to-speech integration via Agent Vibes MCP server. New files (8): - examples/integrations/agent-vibes/README.md - Quick start guide - examples/integrations/agent-vibes/installation.md - 18-minute setup procedure - examples/integrations/agent-vibes/voice-catalog.md - 15 voices (4 FR models, 128 speakers) - examples/integrations/agent-vibes/troubleshooting.md - 7 common issues solved - guide/workflows/tts-setup.md - Step-by-step workflow - examples/hooks/bash/tts-selective.sh - Custom selective TTS hook - examples/claude-md/tts-enabled.md - Project template Documentation: - guide/ai-ecosystem.md (section 5.1) - TTS tools overview - guide/README.md - Added TTS workflow reference - machine-readable/reference.yaml - 8 TTS entries Version updates: - VERSION: 3.11.0 → 3.11.1 - README.md: Template count 71 → 83 - CHANGELOG.md: Added v3.11.1 entry - Synced version across all docs (cheatsheet, ultimate-guide, reference.yaml) Other: - .gitignore: Added audio file exclusions (*.wav, *.mp3, *.onnx) Context: Tested Agent Vibes v3.0.0 + Piper TTS with French voices. Works offline, no cloud dependency. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
89f81562b5
commit
5fbea061d5
16 changed files with 2470 additions and 14 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Source: guide/ultimate-guide.md
|
||||
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
|
||||
|
||||
version: "3.11.0"
|
||||
version: "3.11.1"
|
||||
updated: "2026-01-21"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
|
|
@ -46,6 +46,15 @@ deep_dive:
|
|||
learning_capture_hook: "examples/hooks/bash/learning-capture.sh"
|
||||
# Anti-patterns
|
||||
vibe_coding_trap: "guide/learning-with-ai.md:81"
|
||||
# TTS Integration (Agent Vibes) - Added 2026-01-22
|
||||
tts_integration_guide: "examples/integrations/agent-vibes/README.md"
|
||||
tts_installation: "examples/integrations/agent-vibes/installation.md"
|
||||
tts_voice_catalog: "examples/integrations/agent-vibes/voice-catalog.md"
|
||||
tts_troubleshooting: "examples/integrations/agent-vibes/troubleshooting.md"
|
||||
tts_workflow: "guide/workflows/tts-setup.md"
|
||||
tts_ai_ecosystem: "guide/ai-ecosystem.md:507"
|
||||
tts_hook_example: "examples/hooks/bash/tts-selective.sh"
|
||||
tts_claude_md_template: "examples/claude-md/tts-enabled.md"
|
||||
# Architecture internals (guide/architecture.md)
|
||||
architecture_master_loop: "guide/architecture.md:60"
|
||||
architecture_tools: "guide/architecture.md:130"
|
||||
|
|
@ -491,7 +500,7 @@ ecosystem:
|
|||
- "Cross-links modified → Update all 4 repos"
|
||||
history:
|
||||
- date: "2026-01-20"
|
||||
event: "Code Landing sync v3.11.0, 66 templates, cross-links"
|
||||
event: "Code Landing sync v3.11.1, 66 templates, cross-links"
|
||||
commit: "5b5ce62"
|
||||
- date: "2026-01-20"
|
||||
event: "Cowork Landing fix (paths, README, UI badges)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue