Skip to content

audit/housekeeping: close Wave A done-but-open issues + land Wave B-1 docs#35

Merged
AndresL230 merged 2 commits into
mainfrom
audit/housekeeping
May 14, 2026
Merged

audit/housekeeping: close Wave A done-but-open issues + land Wave B-1 docs#35
AndresL230 merged 2 commits into
mainfrom
audit/housekeeping

Conversation

@AndresL230
Copy link
Copy Markdown
Contributor

Summary

Audit of open issues against the current main finds that several were fully resolved by Wave A (PRs #29, #30, #31) but never received a Closes #N reference in their PR descriptions, so they're still sitting in the open list. This PR closes them via magic phrases and bundles the Wave B-1 spec + plan docs that drove the audit.

Closes (Wave A — fully resolved on main)

Closes (Wave B-1 audit)

Diff

Pure docs — no production code changes. Adds the Wave B-1 design spec and implementation plan that drove this audit:

  • docs/superpowers/specs/2026-05-13-wave-b1-test-fortification-design.md
  • docs/superpowers/plans/2026-05-13-wave-b1-test-fortification.md

These are reference material for the test-fortification work in PR #33 (merged) and PR #34 (open). Landing them on main keeps the doc trail co-located with the Wave A spec/plan already on main.

Test plan

  • CI green (docs-only change; tests should be unaffected).

🤖 Generated with Claude Code

AndresL230 and others added 2 commits May 14, 2026 17:36
Closes the test-coverage gap that Wave A's README claims rest on and
hardens _strip_query (#19) to use urllib.parse.urlparse. Two PRs: test
fortification + privacy fix in PR-A, missing-dep tests in PR-B.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Two PRs, both off origin/main:
- PR-A: _strip_query urlparse fix + 16 new tests (TestPrivacy,
  TestAiohttp, TestSelfInstrumentation, Test5xxRetry, deprecation,
  overflow, dispose-stops-flushes).
- PR-B: 2 missing-dep tests (websockets, flask) using sys.modules
  + importlib.reload pattern.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

Warning

Rate limit exceeded

@AndresL230 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 38 minutes and 41 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f6059d3c-36e2-4915-9caa-238c6bf934e2

📥 Commits

Reviewing files that changed from the base of the PR and between 83d8784 and 1ecf7df.

📒 Files selected for processing (2)
  • docs/superpowers/plans/2026-05-13-wave-b1-test-fortification.md
  • docs/superpowers/specs/2026-05-13-wave-b1-test-fortification-design.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch audit/housekeeping

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@AndresL230 AndresL230 merged commit d3fd99e into main May 14, 2026
4 of 5 checks passed
@AndresL230 AndresL230 deleted the audit/housekeeping branch May 21, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment