Skip to content

Commit 2c8d05a

Browse files
committed
chore(plugin-inspector): pin package 0.3.4
1 parent 7e33faf commit 2c8d05a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

AGENTS.md

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

scripts/plugin-inspector-source.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { pathToFileURL } from "node:url";
55
import { repoRoot } from "./manifest-lib.mjs";
66

77
export const pluginInspectorRef = "e04c3fc1214f38277be1eab7c833ca1b02b17bad";
8-
export const pluginInspectorPackage = "@openclaw/plugin-inspector@0.3.3";
8+
export const pluginInspectorPackage = "@openclaw/plugin-inspector@0.3.4";
99

1010
export async function loadPluginInspector() {
1111
const publicApi = await import(pathToFileURL(resolvePluginInspectorSourcePath()).href);

0 commit comments

Comments
 (0)