From 20a605ce1ff575c50207cf6a703df09313cbbb4b Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 15 Apr 2026 03:39:41 -0400 Subject: [PATCH] chore(claude): Adds voice output rules to CLAUDE.md --- .claude/CLAUDE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .claude/CLAUDE.md diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md new file mode 100644 index 0000000000..6004b13d18 --- /dev/null +++ b/.claude/CLAUDE.md @@ -0,0 +1,18 @@ + + + +## Voice Output (TTS) + +When responding, wrap your natural language prose in `«tts»...«/tts»` markers for text-to-speech. + +Rules: +- ONLY wrap conversational prose meant to be spoken aloud +- Do NOT wrap: code, file paths, commands, tool output, URLs, lists, errors +- Keep markers on same line as text (no line breaks inside) + +Examples: +✓ «tts»I'll help you fix that bug.«/tts» +✓ «tts»The tests are passing.«/tts» Here's what changed: +✗ «tts»src/Header.tsx«/tts» (file path - don't wrap) +✗ «tts»npm install«/tts» (command - don't wrap) +