Tests: align plugin-sdk root export contract

This commit is contained in:
Peter Steinberger
2026-04-07 21:04:20 +08:00
parent cc70e663f1
commit 42fa0cb438

View File

@@ -96,6 +96,7 @@ describe("plugin-sdk exports", () => {
it("keeps the root runtime surface intentionally small", async () => {
const runtimeExports = await readIndexRuntimeExports();
expect([...runtimeExports].toSorted()).toEqual([
"buildMemorySystemPromptAddition",
"delegateCompactionToRuntime",
"emptyPluginConfigSchema",
"onDiagnosticEvent",