/** * 工作包 G: * custom world runtime profile 的主入口统一收口到目录化模块。 * 主编译逻辑和各类 normalize/build 子模块已经物理拆分,旧 compiler 文件只保留兼容转发。 */ export * from './buildAttributeSchema.js'; export * from './buildCompiledProfile.js'; export * from './creatorIntentBridge.js'; export * from './normalizeCamp.js'; export * from './normalizeLandmark.js'; export * from './normalizeRole.js'; export * from './normalizeSceneChapter.js'; export * from './normalizeShared.js';