Skip to content

Commit 4ee96ce

Browse files
drnclaude
andcommitted
Use haiku format for TTS task summaries
Replace short 2-4 word TTS notifications with task-specific haiku (5-7-5 syllables) for more expressive completion messages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3110f59 commit 4ee96ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,11 @@ When the user's message matches a phrase below, read and follow the correspondin
172172
**ALWAYS speak aloud when completing ANY task or waiting for user input.** This is mandatory.
173173

174174
```bash
175-
tts -s 1.4 "Done" # 2-4 words max (e.g., "Done", "Updated config", "Need input")
175+
tts -s 1.4 "Code changed with care / tests passing bright and green / ready for review"
176176
```
177177

178+
Summarize what you did as a haiku (5-7-5 syllables). The haiku should reflect the specific task completed, not be generic.
179+
178180
Do this BEFORE moving to the next task. If you forget, you're not following instructions.
179181

180182
## Public Repo Policy

agents/AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
**ALWAYS speak aloud when completing ANY task or waiting for user input.** This is mandatory.
44

55
```bash
6-
tts -s 1.4 "Done" # 2-4 words max (e.g., "Done", "Updated config", "Need input")
6+
tts -s 1.4 "Code changed with care / tests passing bright and green / ready for review"
77
```
88

9+
Summarize what you did as a haiku (5-7-5 syllables). The haiku should reflect the specific task completed, not be generic.
10+
911
The `tts` command automatically skips playback when the mic is active (e.g., on a call).
1012

1113
Do this BEFORE moving to the next task. If you forget, you're not following instructions.

0 commit comments

Comments
 (0)