Severity: minor (readability) · crates/broker/src/relaycast/workspace.rs:101-102, crates/broker/src/runtime/fleet.rs:43, crates/broker/src/runtime/delivery.rs:172
The workspace firehose /v1/ws was removed — the broker now holds exactly one WebSocket (/v1/node/ws, runtime/init.rs:232) — but comments still reference the removed firehose, and delivery.rs:172 references the deleted stdio SDK frame handler. Misleading for anyone tracing the connection topology.
Fix: delete/update the stale comments.
Found during a multi-agent reliability review of the relay tool/protocol.
Severity: minor (readability) ·
crates/broker/src/relaycast/workspace.rs:101-102,crates/broker/src/runtime/fleet.rs:43,crates/broker/src/runtime/delivery.rs:172The workspace firehose
/v1/wswas removed — the broker now holds exactly one WebSocket (/v1/node/ws,runtime/init.rs:232) — but comments still reference the removed firehose, anddelivery.rs:172references the deleted stdio SDK frame handler. Misleading for anyone tracing the connection topology.Fix: delete/update the stale comments.
Found during a multi-agent reliability review of the relay tool/protocol.