add federated worker registration and heartbeats

This commit is contained in:
kami
2026-07-26 20:32:45 +04:00
parent 26011ed33c
commit 6e4df6d2ff
3 changed files with 111 additions and 0 deletions
+2
View File
@@ -69,6 +69,8 @@ Notification delivery now supports Telegram and ntfy fan-out for completion, fai
Rotation now honors an optional herdr turn-boundary probe (`pane.status`) before hard-threshold release. Adapters without the optional capability retain occupancy-based fallback behavior.
Federation control-plane foundations now include worker registration, heartbeat updates, TTL-based offline status, and `/v1/federation/workers` plus per-worker heartbeat endpoints. Remote event/lease transport and remote worktree ownership remain to be layered on this registry.
Recommended order:
1. Add the orchestration coordinator: lease → worktree → harness session → bootstrap → lifecycle events.