Skip to content

fix: post-v0.10.4 release audit cleanup#475

Merged
tomasz-tomczyk merged 1 commit intomainfrom
audit/release-cleanup
May 6, 2026
Merged

fix: post-v0.10.4 release audit cleanup#475
tomasz-tomczyk merged 1 commit intomainfrom
audit/release-cleanup

Conversation

@tomasz-tomczyk
Copy link
Copy Markdown
Owner

Summary

  • carryForwardComment now copies ResolvedRound — Stage-1 timeline (round_snapshots.go) requires both Resolved and ResolvedRound; resolved comments would otherwise lose their round metadata across markdown rounds.
  • crit install all now exits non-zero on partial failures (single-target path was already correct).
  • Drop dead outputDir param from probeDaemonFocus (and resolvePullScope, which only threaded it to that call).
  • daemon_e2e_test.go: localhost127.0.0.1 to match daemon bind (commit 95b8ab7 fixed prod).
  • share_integration_test.go: fix stale .crit.json comment (actual write is .crit/review.json).

Review

  • Audit: parallel Go / frontend / parity agents + window clobber check
  • Validators: per-finding hostile re-check (3 false positives dropped)
  • Post-fix review: SHIP verdict
  • Pre-commit: gofmt / golangci-lint / go test / ESLint / Stylelint / CSS-vars green

Test plan

  • go test ./... (33s, all pass)
  • go vet clean
  • golangci-lint clean

🤖 Generated with Claude Code

- watch.go: carryForwardComment now copies ResolvedRound (Stage-1
  timeline requires both Resolved and ResolvedRound; without this,
  resolved comments lose their round metadata across markdown rounds)
- cli_install.go: 'install all' now exits non-zero on partial failures
- focus_cli.go/main.go: drop dead outputDir param from probeDaemonFocus
  (and from resolvePullScope, which only used it for that call)
- daemon_e2e_test.go: localhost -> 127.0.0.1 to match daemon bind
- share_integration_test.go: fix stale .crit.json comment
@tomasz-tomczyk tomasz-tomczyk merged commit 2db0443 into main May 6, 2026
6 checks passed
@tomasz-tomczyk tomasz-tomczyk deleted the audit/release-cleanup branch May 6, 2026 09:27
@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

❌ Patch coverage is 54.54545% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.19%. Comparing base (1b48658) to head (40375a7).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
cli_install.go 0.00% 4 Missing ⚠️
main.go 66.66% 1 Missing ⚠️

❌ Your patch status has failed because the patch coverage (54.54%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #475      +/-   ##
==========================================
+ Coverage   69.17%   69.19%   +0.02%     
==========================================
  Files          36       36              
  Lines       10744    10749       +5     
==========================================
+ Hits         7432     7438       +6     
- Misses       2747     2748       +1     
+ Partials      565      563       -2     
Flag Coverage Δ
e2e 32.39% <27.27%> (-0.01%) ⬇️
unit 66.72% <54.54%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant