// lib/architecture/index.ts // Transferable architecture wins from the scene/ project: context-injection // modules, pooled materials, lazy procedural textures, undo/redo, never-throw // param coercion, and raycast introspection. export * from './scene-module.js' export * from './material-pool.js' export * from './procedural-texture.js' export * from './edit-stack.js' export * from './param-coercion.js' export * from './pick.js' export * from './view-registry.js'