fix(cli): preserve sync skip flags#10
Merged
Merged
Conversation
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
sync --no-transcriptsand--no-panelsopt-outs when config defaults enable transcripts or panels.Supersedes #2 with the OpenClaw module-path correction and fresh validation.
Verification
/Users/vincentkoc/GIT/_Perso/openclaw/.agents/skills/autoreview/scripts/autoreview --parallel-tests 'GOWORK=off go mod tidy && git diff --exit-code -- go.mod go.sum && GOWORK=off go vet ./... && GOWORK=off go test ./... && GOWORK=off go run golang.org/x/vuln/cmd/govulncheck@v1.3.0 ./...'git diff --check HEAD~1..HEADBehavior addressed:
sync --no-transcriptsand--no-panelsnow override config defaults that would otherwise re-enable those archive sections.Real environment tested: local maintainer worktree from current
origin/main.Exact steps or command run after this patch: autoreview helper with
go mod tidy,go vet,go test ./..., andgovulncheck.Evidence after fix: parser test keeps skip flags; desktop-cache regression archives the note without transcript chunks.
Observed result after fix: all checks passed and autoreview reported no accepted/actionable findings.
What was not tested: live Granola API sync with real credentials.