pub const CAIXA_KIND_LABEL_SUPERVISOR: &str = "supervisor";Expand description
Canonical human-readable label the M2 crate::CaixaKind::Supervisor
arm surfaces under crate::CaixaKind::as_str and (routed through
it) std::fmt::Display. Peer of CAIXA_KIND_LABEL_BIBLIOTECA /
CAIXA_KIND_LABEL_BINARIO / CAIXA_KIND_LABEL_SERVICO /
CAIXA_KIND_LABEL_APLICACAO on the same closed
crate::CaixaKind enum surface; see CAIXA_KIND_LABEL_BIBLIOTECA
for the shared lift rationale.
No layout-leaf-kind peer today — the :kind Supervisor typed slot
carries no on-disk source-file sub-tree (a supervisor is composed
entirely of :children references to other caixas), so no
crate::LayoutError::MissingEntry kind: diagnostic reaches for
this label. The const stands as the sole source of truth for the
crate::CaixaKind::Supervisor arm’s human-readable form.