pub fn validate_deployment_instance_names(root: &Value) -> Result<()>Expand description
Validate package instance identities in one deployment.
Every primitive, service, and skill entry name becomes an Atlas provider
id. The ids must therefore be non-empty, whitespace-normalized, and unique
across package sections. Built-in system processes resolve their provider
ids through component-specific configuration and are checked against the
live Atlas registry when package startup begins.