fn derive_command_id(path: &[String], meta: Option<&CommandMeta>) -> StringExpand description
Derive the stable command id.
If the registry pins an explicit command_id, use it. Otherwise, derive
the id by joining the path components with . (e.g. forge.build).