Some checks failed
Check / Node 22 (push) Has been cancelled
Treat compat-gap issues as reconciliation evidence for their own compatibility records.
7.8 KiB
7.8 KiB
Changelog
Unreleased
Fixed
- Stop classifying package source entrypoints as missing when the published package provides built runtime entrypoints, and collapse SDK alias findings into a single compat-gap row.
- Treat compat-gap issues as reconciled contract coverage for their own compatibility record.
0.3.10 - 2026-05-03
Fixed
- Accept valid mocked capture output when plugin code leaves
process.exitCodedirty.
0.3.9 - 2026-05-03
Fixed
- Follow bundled channel
loadBundledEntryExportSyncregistration exports during mocked runtime capture.
0.3.8 - 2026-05-03
Fixed
- Synthesize manifest config for isolated runtime capture so configured hooks can be observed without credentials.
0.3.7 - 2026-05-03
Changed
- Downgrade
registration-capture-gapto advisory severity so missing capture evidence no longer reports as a P1 plugin contract risk.
0.3.6 - 2026-05-03
Changed
- Report import-loop RSS and CPU as baseline-adjusted plugin deltas alongside raw subprocess metrics so Crabpot dashboards do not treat harness import cost as plugin runtime cost.
- Include optional OpenClaw loader lifecycle timings for import and full activation when a capture runner provides them.
Fixed
- Accept plugin install minimum-host floors as supported package metadata.
- Flag unsupported legacy OpenClaw bundle metadata and advertised npm pack blockers.
- Reconcile runtime capture evidence and harden mocked capture paths for downstream fixture reports.
0.3.5 - 2026-04-29
Fixed
- Add immediate/faster subprocess RSS and CPU sampling plus explicit sample counts so short import-loop reports do not silently publish fake zero-memory metrics.
- Classify
createChatChannelPluginas channel factory metadata in synthetic probe plans so channel-core plugins do not fail as unknown registrars. - Treat
createChatChannelPluginanddefineChannelPluginEntryas channel registration equivalents when validating fixture expectations. - Label runtime profile wall-time summaries as command-median p95 and render missing sampled metrics as
n/a.
0.3.4 - 2026-04-29
Fixed
- Separate executor-covered platform portability findings from residual findings so downstream structured runners can keep reports blocking only on unhandled risks.
- Sanitize absolute target OpenClaw paths from generated report artifacts and JSON CLI output.
- Normalize the dependency-install inspector finding title to use isolated-workspace wording.
- Treat
openclawpackage dependencies as host-linked workspace inputs instead of isolated dependency-install blockers.
0.3.3 - 2026-04-28
Fixed
- Classify generated kitchen-sink public registrar coverage in synthetic probe plans so new API-surface fixtures do not fail as unknown execution profiles.
0.3.2 - 2026-04-28
Fixed
- Preserve runtime capture bindings for callback-based registrations so captured hooks and registrations can resolve their bound callback metadata.
0.3.1 - 2026-04-28
Added
- Add grouped root facades:
pluginRoot,fixtureSuites,staticInspection,reports,contracts,ci,runtime, andsynthetic. - Expose contract capture, contract coverage, CI rollup, runtime profile, ref/profile diff, import-loop, and synthetic probe helpers from the root package API.
- Add a release follow-through guard that fails when Crabpot scripts regress to the legacy
advanced.jsbundle. - Add a package-contents release guard for npm tarball entrypoints, examples, and README assets.
Changed
- Move Crabpot integration scripts to the root public API while keeping Crabpot as the fixture corpus and report consumer.
- Keep generic artifact writing out of the root API; Crabpot-owned runner scripts write their own JSON outputs.
- Ship the README banner asset in the npm package so the published README does not reference a missing local image.
- Document the grouped root import path for embedding harnesses without turning the README into a full API dump.
0.3.0 - 2026-04-27
Added
- Add
--allow-executeas a cross-platform runtime capture opt-in flag. - Add
plugin-inspector init --dry-runfor setup previews. - Add
plugin-inspector init --jsonfor machine-readable setup summaries. - Add
plugin-inspector init --scriptsforplugin:checkandplugin:cipackage scripts. - Add public fixture-set report helpers and synthetic probe suite helpers for Crabpot and downstream compatibility suites.
- Add a Crabpot follow-through release checklist for source refs, package pins, and smoke commands.
Changed
- Make generated runtime CI commands use
--allow-executeinstead of shell-specific inline environment syntax. - Make
plugin-inspector init --cidetectpackageManagerand common lockfiles before generating CI install/run commands. - Make
plugin-inspector initoutput repo-relative file paths and preflight generated files before writing. - Make
plugin-inspector initinfersourceRoot: "src"from package export maps like"./src/index.js". - Improve CLI failure summaries with report artifact paths and top blocking findings.
- Harden mock SDK capture by keeping generated loader fixtures available until subprocess exit.
0.2.0 - 2026-04-27
Added
- Add package.json
pluginInspectorconfig discovery for plugin-root checks. - Add
plugin-inspector configfor resolved plugin-root config summaries. - Add author-facing
plugin-inspector inspectplugin-root flow. - Add CI-native SARIF and JUnit outputs;
plugin-inspector ciwrites them by default.
Changed
- Make generated CI workflows use one
plugin-inspector ci --no-openclaw --runtime --mock-sdkcommand. - Harden runtime capture for string handler registrations, parse-capable config schema helpers, and provider auth/catalog SDK mocks.
0.1.3 - 2026-04-27
Added
- Add reserved bundled-plugin SDK import detection so external plugins get explicit compatibility findings for private OpenClaw SDK shims.
- Add packaged workspace capture and synthetic-probe helper CLIs for generated isolated workspace plans.
Changed
- Make
plugin-inspector ciwrite compatibility-backed CI summary artifacts instead of the legacy inventory report. - Default packaged helper captures to the mocked OpenClaw SDK while preserving
--real-sdkopt-in behavior. - Detect the default runtime capture artifact at
reports/plugin-inspector-runtime-capture.json. - Report the actual log count in CLI text summaries.
0.1.2 - 2026-04-27
Added
- Add public SDK subpath mocks, registrar return profiles, richer lifecycle capture probes, and plugin-root
init/--plugin-rootCLI flows.
Changed
- Harden runtime capture for TypeScript entrypoints, extensionless local imports, mocked external packages, namespace imports, async output capture, and explicit mock/real SDK lanes.
- Refresh README and CI examples around
npx @openclaw/plugin-inspector check --no-openclawand opt-in runtime capture.
0.1.1 - 2026-04-27
Changed
- Refresh npm package docs with the simplified CLI-first README and public API surface cleanup.
0.1.0 - 2026-04-27
Initial public package release for @openclaw/plugin-inspector.
Added
- Plugin-root
plugin-inspector checkcommand with optionalplugin-inspector.config.json. - Static OpenClaw plugin compatibility reports, issue reports, and CI policy summaries.
- Crabpot-compatible fixture-set inspection and report assembly APIs.
- Target OpenClaw surface parsing for compat registry records, hook names, registrar names, SDK exports, and manifest type fields.
- Package metadata, manifest, SDK import, hook, registration, runtime-capture, cold-import, synthetic-probe, runtime-profile, ref-diff, and profile-diff report helpers.
- Optional
PLUGIN_INSPECTOR_EXECUTE_ISOLATED=1 plugin-inspector check --captureruntime registration capture using a temporary mockedopenclaw/plugin-sdk. - Copy-ready config and GitHub Actions examples under
examples/.