fix(smoke): update help screenshot baseline for netclaw memory command - #1603
Merged
Aaronontheweb merged 1 commit intoJul 8, 2026
Conversation
The memory-core-redesign slice 2 (netclaw-dev#1577) added the `netclaw memory` CLI command but never updated the approved `help` screenshot baseline, so Screenshot Regression (Linux) has been red on every push to feature/memory-embeddings since (verified via gh run list against feature/memory-embeddings: 3/3 recent pushes failed this check). Reviewed the captured diff locally: the only change is the new memory Manage cross-session memory (embeddings backfill, offline) line shifting everything below it down one row. No other screenshot frame changed.
Aaronontheweb
merged commit Jul 8, 2026
12e4476
into
netclaw-dev:feature/memory-embeddings
14 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Screenshot Regression (Linux)has been failing on every push tofeature/memory-embeddingssince feat(memory): embedding foundation — ONNX runtime, provisioning, embed-on-write, backfill (memory-core-redesign slice 2) #1577 landed thenetclaw memoryCLI command — thehelpscreenshot baseline was never updated to include it, so every frame after it shifts down one row and fails the byte-for-byte comparison.gh run listshows theScreenshot Regression (Linux)job failing on the last 3 pushes tofeature/memory-embeddings(including before the dev merge)../scripts/smoke/run-smoke.sh screenshotslocally, reviewed the diff: the only change is the newmemorycommand row innetclaw --help. All 8 other frames (wizard-provider-picker,wizard-security-posture,provider-manager-empty,mcp-permissions-server-list,mcp-permissions-tool-grid,config-search-selection,config-search-brave-entry,config-search-saved) passed with AE=0.tests/smoke/tapes/README.md§ Baseline workflow), committing the reviewedhelp.actual.pngas the new approved baseline.Test plan
./scripts/smoke/run-smoke.sh screenshotsrun locally against this branch — confirmhelpnow passes and no other frame regressesScreenshot Regression (Linux)passes on this PR