Skip to content

Conversation

@erraggy
Copy link
Owner

@erraggy erraggy commented Jan 24, 2026

Summary

  • Fix stale overlay CLI syntax in developer-guide, whitepaper, and cli-reference (--overlay flag doesn't exist; overlay file is a positional arg)
  • Fix wc.Pathwc.PathTemplate in developer-guide walker examples
  • Fix HTTP method case documentation (lowercase get/post, not uppercase)
  • Fix prepare-release.sh benchmark workflow discovery race condition (retry loop instead of fixed 15s sleep)
  • CI benchmarks passing with no regressions

Test plan

  • make check passes (7912 tests)
  • govulncheck clean
  • All example tests pass
  • CI benchmarks complete with no regressions
  • gopls diagnostics clean

🤖 Generated with Claude Code

erraggy and others added 3 commits January 23, 2026 22:13
…reference

- developer-guide.md: fix non-existent --overlay flag, use positional arg
- developer-guide.md: wc.Path → wc.PathTemplate (correct field name)
- developer-guide.md: HTTP methods are lowercase (get, post), not uppercase
- whitepaper.md: add required -s flag to overlay apply examples
- cli-reference.md: fix --overlay flag to positional arg in usage example

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Generated by CI benchmark workflow on chore/v1.46.3-release-prep

🤖 Generated automatically
Replace fixed 15s sleep with progressive backoff (10-60s, 6 attempts)
to handle variable GitHub Actions API propagation delay.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Jan 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.91%. Comparing base (2e6d6af) to head (d3d23e7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #275   +/-   ##
=======================================
  Coverage   84.91%   84.91%           
=======================================
  Files         156      156           
  Lines       24574    24574           
=======================================
  Hits        20866    20866           
  Misses       2509     2509           
  Partials     1199     1199           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@erraggy erraggy merged commit c184b50 into main Jan 24, 2026
7 checks passed
@erraggy erraggy deleted the chore/v1.46.3-release-prep branch January 24, 2026 06:31
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.

2 participants