Tests: fix config boundary drift

This commit is contained in:
Peter Steinberger
2026-04-07 20:11:17 +08:00
parent f8f0c3a017
commit e7bef917c9
2 changed files with 11 additions and 1 deletions

View File

@@ -112,5 +112,8 @@ export type {
export { emptyPluginConfigSchema } from "../plugins/config-schema.js";
export { registerContextEngine } from "../context-engine/registry.js";
export { delegateCompactionToRuntime } from "../context-engine/delegate.js";
export {
buildMemorySystemPromptAddition,
delegateCompactionToRuntime,
} from "../context-engine/delegate.js";
export { onDiagnosticEvent } from "../infra/diagnostic-events.js";