tighten adapters barrel surface

This commit is contained in:
Eve
2026-05-08 17:15:28 +08:00
parent 9c6afad864
commit c3b95ba3b7
5 changed files with 6 additions and 9 deletions

View File

@@ -3,6 +3,3 @@ export { runDispatcherAdapter } from './dispatcher.mjs';
export { runBridgeSupervisorAdapter } from './bridge-supervisor.mjs';
export { runSenderBindingAdapter } from './sender-binding.mjs';
export { runOrchestratorAdapter } from './orchestrator.mjs';
export { createRuntimeBinding } from './runtime-binding.mjs';
export { loadDeploymentProfileArtifact, createDeploymentBindingContract } from '../storage/profile-artifact.mjs';

View File

@@ -42,8 +42,8 @@ export {
executeRuntimeIntegratedGovernance,
runCompatibilityPreflight,
} from './core/index.mjs';
export { createRuntimeBinding } from './adapters/runtime-binding.mjs';
export {
createRuntimeBinding,
runWatchdogAdapter,
runDispatcherAdapter,
runBridgeSupervisorAdapter,