mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:20:42 +00:00
refactor(plugin-sdk): annotate dormant reserved subpaths
This commit is contained in:
@@ -27,6 +27,7 @@ describe("plugin-boundary-report", () => {
|
||||
const summary = JSON.parse(output) as {
|
||||
pluginSdk?: {
|
||||
crossOwnerReservedImportCount?: unknown;
|
||||
dormantReservedEligibleForRemovalCount?: unknown;
|
||||
unclassifiedUnusedReservedCount?: unknown;
|
||||
};
|
||||
memoryHostSdk?: {
|
||||
@@ -35,6 +36,7 @@ describe("plugin-boundary-report", () => {
|
||||
};
|
||||
|
||||
expect(summary.pluginSdk?.crossOwnerReservedImportCount).toBe(0);
|
||||
expect(summary.pluginSdk?.dormantReservedEligibleForRemovalCount).toBe(0);
|
||||
expect(summary.pluginSdk?.unclassifiedUnusedReservedCount).toBe(0);
|
||||
expect(summary.memoryHostSdk?.implementation).toBe("private-core-bridge");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user