Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,53 +10,53 @@
## Reporting Data

`main` follows the latest published npm package and npm `latest` plugin artifacts, with bundled OpenClaw fixtures source-packed from the matching checkout. `crab-beta` follows beta npm dist-tags for externalized packages and source-packs bundled fixtures. `crab-development` checks `openclaw/openclaw` main against source-packed official plugin artifacts from that same OpenClaw checkout.
- **Last dashboard update:** Jul 30, 2026, 09:33 UTC
- **Last dashboard update:** Jul 30, 2026, 10:08 UTC
<!-- crabpot-tracks:start -->
- **Source:** `github-default-pin`
- **OpenClaw version:** `2026.7.2`
- **OpenClaw SHA:** `e3eb1121adfb`
- **Dashboard target:** `openclaw/openclaw@e3eb1121adfb + npm latest plugin artifacts`
- **Plugin artifacts:** `npm latest fixture set plus bundled source-packed fixtures`
- **GitHub report run:** [30530206368](https://github.com/openclaw/crabpot/actions/runs/30530206368)
- **GitHub report run:** [30532811434](https://github.com/openclaw/crabpot/actions/runs/30532811434)
<!-- crabpot-tracks:end -->

<!-- crabpot-summary:start -->
## Dashboard

| Metric | Result |
| ---------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Fixtures | 60 |
| Hard breakages | 0 |
| Warnings | 140 |
| Suggestions | 259 |
| Issues | 399 |
| P0 issues | [🔴 P0 0](reports/crabpot-issues.md#p0-live-issues) |
| P1 issues | [🟠 P1 128](reports/crabpot-issues.md#triage-summary) |
| Live issues | 0 total / 0 P0 |
| Compat gaps | 112 |
| Deprecation warnings | 48 |
| Inspector gaps | 157 |
| Upstream metadata | 82 |
| Contract probes | 275 |
| Policy failures | 0 |
| Policy warnings | 307 |
| Ref diff failures | 0 |
| Profile failures | 0 |
| Execution probes | 120 pass / 0 fail / 306 blocked |
| Synthetic probes | 507 ready / 9 blocked / 516 total |
| Cold import | 4 ready / 104 blocked / 108 entrypoints |
| Workspace plan | 108 entrypoints / 68 installs / 15 builds |
| Platform risks | 17 Windows / 17 container |
| Jiti loader candidates | 20 |
| Import loop | p50 3065ms / p95 3067ms / plugin delta RSS 3.7MB / plugin delta CPU 72ms / OpenClaw import 124ms / activate 0.4ms |
| Runtime profile | p50 6384ms / command p95 6426ms / max RSS 457.4MB / 3 samples/command |
| Metric | Result |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------- |
| Fixtures | 60 |
| Hard breakages | 0 |
| Warnings | 141 |
| Suggestions | 258 |
| Issues | 399 |
| P0 issues | [🔴 P0 0](reports/crabpot-issues.md#p0-live-issues) |
| P1 issues | [🟠 P1 131](reports/crabpot-issues.md#triage-summary) |
| Live issues | 0 total / 0 P0 |
| Compat gaps | 114 |
| Deprecation warnings | 45 |
| Inspector gaps | 157 |
| Upstream metadata | 83 |
| Contract probes | 278 |
| Policy failures | 0 |
| Policy warnings | 307 |
| Ref diff failures | 0 |
| Profile failures | 0 |
| Execution probes | 120 pass / 0 fail / 306 blocked |
| Synthetic probes | 517 ready / 10 blocked / 527 total |
| Cold import | 4 ready / 104 blocked / 108 entrypoints |
| Workspace plan | 108 entrypoints / 68 installs / 15 builds |
| Platform risks | 17 Windows / 17 container |
| Jiti loader candidates | 20 |
| Import loop | p50 2898ms / p95 2904ms / plugin delta RSS 6.1MB / plugin delta CPU 142ms / OpenClaw import 121.1ms / activate 0.3ms |
| Runtime profile | p50 6789ms / command p95 6891ms / max RSS 540MB / 3 samples/command |

### OpenClaw Lifecycle Probe

| Phase | p50 | p95 |
| -------------------------- | ----- | ------- |
| Import (`full`) | 124ms | 125.1ms |
| Activate (`full:register`) | 0.4ms | 0.4ms |
| Phase | p50 | p95 |
| -------------------------- | ------- | ------- |
| Import (`full`) | 121.1ms | 124.8ms |
| Activate (`full:register`) | 0.3ms | 0.4ms |

### Top Discovered Issues

Expand Down
2 changes: 1 addition & 1 deletion plugins/lossless-claw
Loading