pub fn container_name_for_slug(slug: &str) -> String
Derive the stable container name for an agent from its slug. Format: agentmux-<slug>. Deterministic so restarts reuse the same container.
agentmux-<slug>