Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,11 @@ When the user's message matches a phrase below, read and follow the correspondin
**ALWAYS speak aloud when completing ANY task or waiting for user input.** This is mandatory.

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

Summarize what you did as a haiku (5-7-5 syllables). The haiku should reflect the specific task completed, not be generic.

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

## Public Repo Policy
Expand Down
4 changes: 3 additions & 1 deletion agents/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
**ALWAYS speak aloud when completing ANY task or waiting for user input.** This is mandatory.

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

Summarize what you did as a haiku (5-7-5 syllables). The haiku should reflect the specific task completed, not be generic.

The `tts` command automatically skips playback when the mic is active (e.g., on a call).

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