pub const INBOX_NAMESPACE_PREFIX: &str = "_inbox/";Expand description
_inbox/ namespace prefix for agent-to-agent notification routing.
Reserved-namespace convention; the recipient’s target_agent id
is appended to form the canonical inbox namespace
(_inbox/<target>).
v0.7.0 multi-agent literal-sweep (scanner E finding F-E5 / #1436):
pre-fix 4 production sites hand-formatted the string
(format!("_inbox/{target}")); see inbox_namespace for the
canonical helper.