ACP: revert acpx-plugin package naming (#52456)

* ACP: revert acpx-plugin package naming

* Test: format acp install hints expectations
This commit is contained in:
Onur Solmaz
2026-03-22 20:55:48 +01:00
committed by GitHub
parent ff941b0193
commit b369397b43
6 changed files with 9 additions and 13 deletions

View File

@@ -51,7 +51,7 @@ describe("copyBundledPluginMetadata", () => {
skills: ["./skills"],
});
writeJson(path.join(pluginDir, "package.json"), {
name: "@openclaw/acpx-plugin",
name: "@openclaw/acpx",
openclaw: { extensions: ["./index.ts"] },
});