From 074cbbd22f86955dba7d9da7b5aec902de957450 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Tue, 31 Mar 2026 13:20:22 -0400 Subject: [PATCH] =?UTF-8?q?style:=20avoid=20"the",=20use=20"our"=20?= =?UTF-8?q?=E2=80=94=20writing=20style=20rule=20+=20sweep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 64e1047..42a6038 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -32,7 +32,7 @@ - DO: `make deploy`, `make voices`, `make test` - DON'T: Manual docker commands, curl commands -**Makefile is the source of truth** for all deployment and development tasks. +**Makefile is our source of truth** for all deployment and development tasks. ### 2. Remote Access: tmux-hosts and tmux ONLY @@ -56,7 +56,7 @@ tmux capture-pane -t 0:1 -p | tail -20 - **NEVER** use `ssh user@host "command"` -- use `tmux send-keys -t 0:1` - **NEVER** use `rsync` or `scp` -- use `git push` then `tmux send-keys -t 0:1 'git pull' Enter` -- **ALWAYS** discover the correct window with `tmux-hosts` first +- **ALWAYS** discover our correct window with `tmux-hosts` first ### 3. Git-Based Deployment @@ -73,8 +73,8 @@ tmux send-keys -t 0:1 'cd ~/git/uncloseai-speech && git pull && sudo docker comp ### 4. All Commands Run Locally -The Makefile assumes it runs on the server directly. No remote execution. -When you need to run make targets on the server, use tmux: +Our Makefile assumes it runs on our server directly. No remote execution. +When you need to run make targets on our server, use tmux: ```bash tmux send-keys -t 0:1 'cd ~/git/uncloseai-speech && make deploy' Enter @@ -151,7 +151,7 @@ tmux capture-pane -t 0:1 -p | tail -20 - **Female (11):** aria, clara, elena, grace, hazel, iris, luna, maya, ruby, sage, sofia - **Male (10):** atlas, caleb, felix, hugo, jasper, kai, leo, marcus, owen, theo -Voice WAV files are in `cloned-voices/`, mounted into the container. +Voice WAV files are in `cloned-voices/`, mounted into our container. Config is in `voice_to_speaker.default.yaml`. ## TTS Engine Status @@ -209,7 +209,7 @@ tmux capture-pane -t 0:1 -p | tail -20 ## AGPL v3 Compliance -**This project is AGPL v3 licensed.** Anyone using this TTS service over a network must be able to access the source code. +**This project is AGPL v3 licensed.** Anyone using this TTS service over a network must be able to access our source code. ## Multiprocess Architecture @@ -226,3 +226,4 @@ See `speech.py:23-113` for implementation. ## Style - **Never use "AI" — always say "machine learning."** We grow machine learning, not "AI." This term is forbidden in all permacomputer discourse, marketing, & documentation. +- Never use "the" — use "our" instead.