Watch
1
0
Fork
You've already forked souveraine
0

shell: stage the AirPods opening card

This commit is contained in:
Fimeg 2026-08-13 15:27:51 -04:00
commit 52640cd650
7 changed files with 295 additions and 0 deletions

View file

@ -442,6 +442,13 @@ Singleton {
Session.lock();
return;
}
if (msg.directive === "accessory_presentation") {
// sessiond sends this only after producer admission and content
// classification. The shell projects it; it does not reinterpret
// a Bluetooth observation into an authority decision.
AccessoryPresentation.present(msg.presentation ?? {});
return;
}
console.error("[sessiond-bridge] UNKNOWN authority directive: "
+ JSON.stringify(msg)
+ " — this shell is older than the daemon driving it");