pub const BOOT_CONSUMER_ID: &str = "rbnx-cli/deploy";Expand description
Consumer id used by both rbnx-cli (deploy) and Soma when opening
channels to call Driver(...) during boot. Atlas just records the
edge for bookkeeping — the id is only ever read in inspect_atlas
output, so we keep one stable string instead of inventing per-caller
ones (would only add noise).