feat(companion): add publishHeartbeat helper across platform clients

This commit is contained in:
William Valentin
2026-02-16 18:35:58 -08:00
parent 4d29c381f7
commit 5db7beeb53
6 changed files with 71 additions and 1 deletions
+1
View File
@@ -1196,6 +1196,7 @@ Companion runtime helper:
- `IOSCompanionClient` (`platform: "ios"`, APNs push registration)
- `AndroidCompanionClient` (`platform: "android"`, FCM push registration)
- shared `bootstrap()` helper (`register` + `getCapabilities`) for startup handshakes
- shared `publishHeartbeat()` helper for periodic `node.status.set` updates with safe defaults
## Canvas / A2UI Foundation