Releases: openclaw/crabpot
Releases · openclaw/crabpot
crabpot v0.1.4
Changes
- Pins Crabpot's plugin-inspector package smoke path to
@openclaw/plugin-inspector@0.3.5. - Pins Crabpot's source-mode plugin-inspector checkout to
572956b8dff6284255d2016640e0e5f92dccad0d. - Refreshes the main dashboard reports after the sampler/profile metric fixes, including the generated dashboard JSON and README summary.
- Keeps release validation advisory for known compatibility findings: Crabpot should keep shipping while it surfaces issues for OpenClaw/plugin follow-up.
Validation
npm run check:releasenpm run plugin-inspector:smokeCRABPOT_PLUGIN_INSPECTOR_CLI=source npm run plugin-inspector:smokenode --test test/plugin-inspector-source.test.mjsnpm run release:crabpot -- --crabpot ../crabpot --publishedfrom plugin-inspector- GitHub Check: https://github.com/openclaw/crabpot/actions/runs/25133803320
Current report state
- Release validation passes with 0 breakages and 158 tracked issues.
- CI policy remains advisory for 3 known warning classes.
crabpot v0.1.3
Changes
- Keeps Crabpot release validation advisory for known compatibility findings instead of blocking releases on the issues Crabpot is meant to surface.
- Runs the published plugin-inspector smoke path as part of release validation.
- Makes report/workspace tests target-stable so current OpenClaw compat fixes do not fail old fixture-specific expectations.
- Avoids Windows
npm.cmdspawn failures in the static runner by invoking Node entrypoints directly. - Supersedes v0.1.1 and v0.1.2, whose CI exposed stale target-specific and Windows runner issues after release creation.
Validation
node --test test/run-static-suite.test.mjsnode --test test/capture-contracts.test.mjs test/cold-import-readiness.test.mjs test/report.test.mjs test/workspace-plan.test.mjsCRABPOT_TEST_OPENCLAW_PATH=/Users/vincentkoc/GIT/_Perso/openclaw node --test test/capture-contracts.test.mjs test/cold-import-readiness.test.mjs test/report.test.mjs test/workspace-plan.test.mjsnode scripts/run-static-suite.mjs --openclaw /Users/vincentkoc/GIT/_Perso/openclaw --policy dashboard --plugin-inspector-smokenpm run check:release
Current report state
- Release validation passes with 0 breakages and 157 tracked issues.
- CI policy remains advisory for 3 known warning classes.
crabpot v0.1.2
Changes
- Keeps Crabpot release validation advisory for known compatibility findings instead of blocking releases on the issues Crabpot is meant to surface.
- Runs the published plugin-inspector smoke path as part of release validation.
- Makes report/workspace tests target-stable so current OpenClaw compat fixes do not fail old fixture-specific expectations.
- Supersedes v0.1.1, whose CI exposed the stale honcho-specific expectations after release creation.
Validation
node --test test/run-static-suite.test.mjsnode --test test/capture-contracts.test.mjs test/cold-import-readiness.test.mjs test/report.test.mjs test/workspace-plan.test.mjsCRABPOT_TEST_OPENCLAW_PATH=/Users/vincentkoc/GIT/_Perso/openclaw node --test test/capture-contracts.test.mjs test/cold-import-readiness.test.mjs test/report.test.mjs test/workspace-plan.test.mjsnode scripts/run-static-suite.mjs --openclaw /Users/vincentkoc/GIT/_Perso/openclaw --policy dashboard --plugin-inspector-smokenpm run check:release
Current report state
- Release validation passes with 0 breakages and 157 tracked issues.
- CI policy remains advisory for 3 known warning classes.
crabpot v0.1.1
Changes
- Updated Crabpot release validation so known compatibility findings remain advisory instead of blocking releases. Crabpot is the reporting surface; findings should ship with the release.
- Added the published plugin-inspector smoke path to the Crabpot release gate.
- Bumped Crabpot to
0.1.1after the plugin-inspector0.3.4pin/report refresh.
Validation
node --test test/run-static-suite.test.mjsnpm run check:release
Current report state
- Release validation passes with 0 breakages and 157 tracked issues.
- CI policy remains advisory for 3 known warning classes so Crabpot can continue publishing reports while exposing compatibility work.
crabpot v0.1.0
Crabpot v0.1.0
First Crabpot release after the OpenClaw plugin fixture and CI policy refresh.
Changes
- Updated Dependabot-managed fixture pins for
plugins/wecom,plugins/lossless-claw, andplugins/clawmetry. - Fixed Dependabot auto-merge to update branches from
mainbefore report refresh and direct squash merge. - Added generated OpenClaw plugin API surface coverage through plugin-inspector and wired it into default/manual compatibility checks.
- Refreshed the README dashboard and generated report surfaces.
Validation
- GitHub Actions
Checkonmainpassed for ubuntu, macOS, Windows, container static checks, changed-fixture resolution, and dashboard refresh. - Local targeted generated-surface and workflow tests passed before merge.