WEFT_OS/crates/weft-appd/src
Marco Allegretti dbe44bd0e0 feat(appd): include app_id in AppReady broadcast
ipc.rs: AppReady { session_id, app_id: String }.

runtime.rs: supervise() passes app_id (already in scope as parameter)
when building the AppReady broadcast message.

main.rs: supervisor integration test updated to use .. to ignore
app_id in the AppReady pattern match.
2026-03-11 10:50:41 +01:00
..
ipc.rs feat(appd): include app_id in AppReady broadcast 2026-03-11 10:50:41 +01:00
main.rs feat(appd): include app_id in AppReady broadcast 2026-03-11 10:50:41 +01:00
runtime.rs feat(appd): include app_id in AppReady broadcast 2026-03-11 10:50:41 +01:00
ws.rs feat(appd): add WebSocket UI endpoint for Servo shell integration 2026-03-11 09:01:54 +01:00