You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,9 +143,14 @@ Sample payloads based on the fake test data in [background.js](./background.js):
143
143
- When replying to Steve, prefer plain, everyday language over jargon.
144
144
- Keep explanations direct and practical; explain technical terms briefly when they matter.
145
145
146
+
## Git Safety
147
+
148
+
- VERY IMPORTANT: Never use `git restore`, `git revert`, or any revert/restore operation unless Steve explicitly asks for that exact action.
149
+
146
150
## Git Push Contract
147
151
148
152
- VERY IMPORTANT: When Steve says `push`, treat it as an instruction to push to `beta`.
153
+
- VERY IMPORTANT: Always push all current changes. Do not stash, exclude, unstage, or preserve local changes outside the push unless Steve explicitly says to leave something unpushed.
149
154
- VERY IMPORTANT: Do it serially in this exact order only: `git add -A`, `git commit` (use `--allow-empty` if needed), `git pull --rebase origin beta`, `git push origin beta`.
150
155
- VERY IMPORTANT: Do not parallelize any git commands in that flow.
151
156
- VERY IMPORTANT: Do not add extra git inspection commands unless Steve explicitly asks for them.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -890,6 +890,8 @@ Social Stream Ninja now includes Kokoro TTS, a high-quality browser-based text-t
890
890
891
891
**Note:** Kokoro requires a powerful computer and may be slow to generate responses.
892
892
893
+
For browser overlays, Kokoro's runtime can be forced with `&kokorodevice=wasm&kokorodtype=q8`. macOS browser overlays default to this Kokoro-only WASM path to avoid WebGPU audio distortion while leaving browser graphics acceleration enabled.
894
+
893
895
##### Google Cloud TTS
894
896
For professional-quality voices, Google Cloud Text to Speech API integration is available:
0 commit comments