style: avoid "the", use "our" — writing style rule + sweep
This commit is contained in:
parent
d4d6344326
commit
074cbbd22f
1 changed files with 7 additions and 6 deletions
13
CLAUDE.md
13
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue