test(plugins): align root plugin-sdk runtime contract

This commit is contained in:
Peter Steinberger
2026-04-07 13:47:11 +01:00
parent 85b518f1ca
commit f8f0c3a017

View File

@@ -96,7 +96,6 @@ 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",