Heartbeat state updates

This commit is contained in:
OpenClaw Bot 2026-02-28 18:34:32 -06:00
parent e285ab1dba
commit 00d23fabd8
2 changed files with 29 additions and 11 deletions

View File

@ -21,3 +21,31 @@ lastChecks:
- All checks green, no alerts
- Mom's birthday events are recurring, expected
- No work needed this cycle
## Blog Creator - Audio Fix
**Issue:** Generated audio was reading stage directions like "[Intro music fades out]", "[Pause for emphasis]" instead of using them as actual audio cues.
**Root cause:**
1. Ollama was generating scripts with bracketed stage directions
2. prepareScriptForNarration() extracted them but they were never used for audio mixing
**Fix applied:**
1. Created audio-mixer.ts - mixes narration with intro/outro music using ffmpeg
2. Updated pipeline to use generateAudioWithMusic instead of basic TTS
3. Fixed Ollama prompt to NOT generate bracketed cues
4. Added placeholder audio assets (intro.mp3, outro.mp3, transition.mp3)
**Current state:** Build succeeds, audio mixing works with placeholders
**Next step:** Replace placeholder audio files with real royalty-free music
## Cron Jobs Fixed
- Subagent Status Update: Re-enabled (was disabled during sandbox fix)
- Gantt Board Worker: Fixed delivery mode (no more Telegram errors)
- Daily Digest: Was disabled, now enabled - runs 7am CST
## Vercel Issues
- Blog Backup: Frontend deployment blocked ("fair use limits exceeded")
- Mission Control: API routes return 404 (needs investigation)
- Gantt Board: Working fine

View File

@ -1,11 +1 @@
{
"lastChecks": {
"ganttBoard": 1740782160,
"email": 1740770000,
"calendar": 1740782160,
"git": 1740782160,
"memoryMaintenance": 1740770000
},
"alertsGiven": [],
"version": 5
}
{"lastChecks":{"ganttBoard":1772323473,"email":1740770000,"calendar":1772323473,"git":1772323473,"memoryMaintenance":1740770000},"alertsGiven":[],"version":5}