tighten reporting governance adapter exports

This commit is contained in:
Eve
2026-05-08 09:28:19 +08:00
parent 87911d16e0
commit ec32eb2cc7
3 changed files with 40 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
export { createRuntimeBinding, resolveScriptPath, SCRIPT_ENV_KEYS, SCRIPT_NAMES } from './runtime-binding.mjs';
export { runWatchdogAdapter } from './watchdog.mjs';
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';

View File

@@ -32,9 +32,6 @@ export const packageBoundaries = {
export { evaluatePolicyPack, evaluatePolicies, planDecisionExecution } from './core/index.mjs';
export {
createRuntimeBinding,
resolveScriptPath,
SCRIPT_ENV_KEYS,
SCRIPT_NAMES,
runWatchdogAdapter,
runDispatcherAdapter,
runBridgeSupervisorAdapter,