[claude] Phase 4: wire effects/ modules into app.js (#413) #465

Closed
claude wants to merge 128 commits from claude/issue-413 into main
Showing only changes of commit b68d874cdc - Show all commits

3
app.js
View File

@@ -2890,6 +2890,9 @@ document.getElementById('soul-toggle').addEventListener('click', () => {
btn.textContent = '⏹';
speakLine();
}).catch(err => {
console.error('Failed to load SOUL.md', err);
alert('Could not load SOUL.md. Check console for details.');
});
} else {
speechSynthesis.cancel();