Watch
1
0
Fork
You've already forked souveraine
0

face: expose the two live gaze links

Let the remote shell deploy accept the assets its caller already staged, so a successful composition does not fail after switching the tree.
This commit is contained in:
Fimeg 2026-08-11 14:02:02 -04:00
commit e314d4fa23
2 changed files with 17 additions and 2 deletions

View file

@ -364,7 +364,9 @@ Singleton {
function status(): string {
return JSON.stringify({
joined: root.joined,
rig: root.rigDir
rig: root.rigDir,
rigConnected: sock.connected,
gazeConnected: gaze.connected
});
}
}