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
13 changes: 0 additions & 13 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,19 +167,6 @@ When the user's message matches a phrase below, read and follow the correspondin
| "notion", "read notion", "notion page", "notion database" | `agents/skills/notion/SKILL.md` |
| "speak to me", "read to me", "read this aloud", "say this", "speak the summary" | `agents/skills/tts/SKILL.md` |

## TTS Notifications

**ALWAYS speak aloud when completing ANY task or waiting for user input.** This is mandatory.

Use the **Haiku** model to generate a task-specific summary (6 words max), then speak it:
```bash
tts -s 1.1 "<SUMMARY>"
```

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.

## Public Repo Policy

This is a public repository. Skills and configuration checked in here must be generic and reusable by anyone. Never commit company names, internal tool names, proprietary patterns, or org-specific conventions to skills or CLAUDE.md. Put org-specific knowledge in private project-local CLAUDE.md files instead.
Expand Down
8 changes: 2 additions & 6 deletions agents/AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
## TTS Notifications

**ALWAYS speak aloud when completing ANY task or waiting for user input.** This is mandatory.
**ALWAYS speak aloud when completing ANY task or waiting for user input.**

Use the **Haiku** model to generate a task-specific summary (6 words max), then speak it:
After finishing work, generate a task-specific summary (6 words max) and speak it:
```bash
tts -s 1.1 "<SUMMARY>" # default
tts -s 1.1 -v alloy "<SUMMARY>" # for thanx repos (git remote contains "thanx")
```

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