/** * Shared constants barrel export. * * This directory provides layer-independent constants that can be imported * by any architectural layer (commands, operations, services, adapters) * without creating cross-layer dependency violations. */ export { CUNEIFORM_NAMESPACE, CUNEIFORM_NAMESPACE_PREFIX, NAMESPACE_PRODUCT_MAP, CLOUD_NAMESPACE_MAP, getProductName, isCuneiformNamespace, extractNamespaces, categorizeNamespace, type NamespaceCategory, } from './namespace-constants.js';