pub fn publish_install_progress(broker: &Broker, block_id: &str, message: &str)Expand description
Publish a single install-progress line to the frontend for a given block.
The frontend subscribes to install_progress events scoped to block:{block_id}
and displays each message as a log line in the agent presentation view.