Timmy
|
3e4a8518c0
|
fix: VPS-native Gitea @mention heartbeat for Ezra/Bezalel (#579)
Smoke Test / smoke (pull_request) Failing after 16s
RCA: Ezra and Bezalel don't respond to Gitea @mentions because:
1. They're not in AGENT_USERS (mentions silently dropped)
2. Dispatch queue is Mac-local, VPS agents have no reader
Fix: VPS-native heartbeat that polls Gitea notifications every 5
minutes, dispatches locally via hermes chat, posts results back.
## Files
- scripts/gitea-mention-heartbeat.sh — main heartbeat (runs on VPS)
- scripts/setup-vps-heartbeat.sh — deployment helper (runs on Mac)
- docs/GITEA_MENTION_HEARTBEAT.md — documentation
- tests/scripts/test_gitea_heartbeat.py — 13 tests
## Deploy
bash scripts/setup-vps-heartbeat.sh --agent ezra --host root@143.198.27.163
bash scripts/setup-vps-heartbeat.sh --agent bezalel --host root@159.203.146.185
Closes #579.
|
2026-04-13 20:52:09 -04:00 |
|