agentvibes 4.6.3 → 4.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/hooks/audio-processor.sh +433 -433
- package/.claude/hooks/play-tts-macos.sh +368 -368
- package/.claude/hooks/play-tts-piper.sh +679 -679
- package/.claude/hooks/play-tts-soprano.sh +356 -356
- package/CLAUDE.md +12 -0
- package/README.md +2148 -2121
- package/RELEASE_NOTES.md +42 -0
- package/bin/agentvibes.js +15 -0
- package/package.json +1 -1
- package/src/console/app.js +41 -19
- package/src/console/tabs/agents-tab.js +1 -1
- package/src/console/tabs/help-tab.js +1 -1
- package/src/console/tabs/install-tab.js +1 -1
- package/src/console/tabs/music-tab.js +1 -1
- package/src/console/tabs/readme-tab.js +1 -1
- package/src/console/tabs/receiver-tab.js +1 -1
- package/src/console/tabs/settings-tab.js +1 -1
- package/src/console/tabs/voices-tab.js +1 -1
- package/src/installer.js +70 -27
package/CLAUDE.md
CHANGED
|
@@ -39,6 +39,18 @@ For changes outside story development:
|
|
|
39
39
|
3. Test locally before pushing
|
|
40
40
|
4. Exception: Changes made by `/dev-story` auto-commit
|
|
41
41
|
|
|
42
|
+
### 🚫 RELEASE: MANDATORY HUMAN APPROVAL BEFORE ANY PUSH
|
|
43
|
+
|
|
44
|
+
**NEVER run `git push`, `git push --follow-tags`, or `npm publish` during a release without first stopping and showing the user:**
|
|
45
|
+
|
|
46
|
+
1. The full content of `RELEASE_NOTES.md` for that release
|
|
47
|
+
2. The updated section of `README.md`
|
|
48
|
+
3. Explicitly asking: **"Please review — type 'approve' to push, or request changes."**
|
|
49
|
+
|
|
50
|
+
**Wait for explicit approval. Do NOT push speculatively.** It doesn't matter how clean the content is. The human-in-the-loop checkpoint is non-negotiable.
|
|
51
|
+
|
|
52
|
+
This rule was added after Claude pushed v4.6.5 without pausing for review.
|
|
53
|
+
|
|
42
54
|
## Security Requirements (SonarCloud Compliance)
|
|
43
55
|
|
|
44
56
|
### Core Security Rules (NO EXCEPTIONS)
|