chore(plugin-inspector): pin package 0.3.4

This commit is contained in:
Vincent Koc 2026-04-28 22:08:31 -07:00
parent 7e33faf6e9
commit 2c8d05a324
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View File

@ -8,5 +8,9 @@
opt-in and secrets.
- Prefer seam labels over product categories: `dynamic-tool`, `llm-observer`,
`gateway-service`, `provider-capability`, and similar.
- Treat `openclaw` package dependencies as host-linked inputs owned by the
inspector/workspace plan, not as upstream plugin install findings.
- When plugin-inspector behavior or package versions change, update both the
source ref and generated report/test expectations. After npm publish, update
the package pin and run both source-mode and package-mode smoke checks.
- When adding a fixture, explain the unique seam it covers in `why`.

View File

@ -5,7 +5,7 @@ import { pathToFileURL } from "node:url";
import { repoRoot } from "./manifest-lib.mjs";
export const pluginInspectorRef = "e04c3fc1214f38277be1eab7c833ca1b02b17bad";
export const pluginInspectorPackage = "@openclaw/plugin-inspector@0.3.3";
export const pluginInspectorPackage = "@openclaw/plugin-inspector@0.3.4";
export async function loadPluginInspector() {
const publicApi = await import(pathToFileURL(resolvePluginInspectorSourcePath()).href);