feat: add project plugin initializer command

This commit is contained in:
云服务部-叶林立
2026-08-24 19:30:59 +08:00
parent a7891f18bf
commit e941e71ed8
6 changed files with 396 additions and 7 deletions
+4
View File
@@ -15,6 +15,10 @@ test("all package extensions load together without global registration conflicts
files: string[];
pi: { extensions: string[] };
};
assert.ok(
packageJson.pi.extensions.includes("./extensions/plugin-init.ts"),
"the bundle must expose the project plugin initializer command",
);
assert.ok(
packageJson.pi.extensions.includes("./hippo-memory-pi/index.ts"),
"the bundle must load the vendored official Hippo Memory extension",