31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
# HEARTBEAT.md
|
|
|
|
## Daily Tasks (run once per day)
|
|
|
|
Check `memory/heartbeat-state.json` for last run times. Only run if >24h since last check.
|
|
|
|
### Update Check (daily)
|
|
Run `/home/johan/clawd/scripts/check-updates.sh` to check for Claude Code and inou MCP bundle updates.
|
|
Update `memory/heartbeat-state.json` with `lastUpdateCheck` timestamp after running.
|
|
|
|
### Tech News Scan (daily, morning)
|
|
Search X/Twitter for news Johan cares about:
|
|
|
|
**Tech/AI:**
|
|
- Storage optimizations, compression, deduplication
|
|
- Vector embeddings improvements (better/smaller/faster)
|
|
- Backup technology advances
|
|
- Data reduction techniques
|
|
- New AI models (faster, smaller, cheaper, open source)
|
|
|
|
**Politics/General:**
|
|
- What did Trump do today (executive orders, major moves)
|
|
- What's making noise / trending topics
|
|
|
|
**Netherlands:**
|
|
- Dutch news (usually quiet, but flag anything significant)
|
|
- Tax on unrealized profits (vermogensbelasting box 3) — this is a big deal
|
|
|
|
If anything significant, add to dashboard news feed and ping Johan on Signal.
|
|
Update `memory/heartbeat-state.json` with `lastTechScan` timestamp after running.
|