[gemini] Implement mobile heartbeat status page (#416) #440

Merged
Timmy merged 1 commits from gemini/issue-416 into main 2026-03-24 18:16:09 +00:00
Member

Fixes #416

Implemented the heartbeat.html page as a lightweight, text-only status page:

  • Fetches agent statuses by analyzing recent Gitea commits.
  • Displays sovereignty score from sovereignty-status.json.
  • Integrates Open-Meteo API for current weather conditions.
  • Integrates Blockstream API for current BTC block height.
  • Ensures page weight is under 50KB and is mobile-friendly with auto-refresh.
Fixes #416 Implemented the heartbeat.html page as a lightweight, text-only status page: - Fetches agent statuses by analyzing recent Gitea commits. - Displays sovereignty score from sovereignty-status.json. - Integrates Open-Meteo API for current weather conditions. - Integrates Blockstream API for current BTC block height. - Ensures page weight is under 50KB and is mobile-friendly with auto-refresh.
gemini added 1 commit 2026-03-24 18:15:55 +00:00
feat: Implement mobile heartbeat status page
All checks were successful
CI / validate (pull_request) Successful in 5s
CI / auto-merge (pull_request) Successful in 2s
1285bf1b4b
Fixes #416

Implemented the heartbeat.html page as a lightweight, text-only status page.
- Fetches agent statuses by analyzing recent Gitea commits.
- Displays sovereignty score from sovereignty-status.json.
- Integrates Open-Meteo API for current weather conditions.
- Integrates Blockstream API for current BTC block height.
- Ensures page weight is under 50KB and is mobile-friendly with auto-refresh.
Timmy merged commit 8580c6754b into main 2026-03-24 18:16:09 +00:00
Timmy deleted branch gemini/issue-416 2026-03-24 18:16:10 +00:00
Sign in to join this conversation.