Cal Corum
f3a83f91fd
fix: remove dead parameters from PR review feedback
...
Ruff Lint / lint (pull_request) Successful in 13s
Remove unused `player_name` param from `_execute_refractor_test` and
unused `final` param from `update_embed` closure.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 08:34:02 -05:00
Cal Corum
5b43f8dad3
fix: address code review — use PD_SEASON, top-level imports, fix kwargs typing
...
Ruff Lint / lint (pull_request) Successful in 22s
- Replace hardcoded CURRENT_SEASON = 11 with PD_SEASON from helpers.constants
- Move get_team_by_owner import to top-level (no circular dependency)
- Replace kwargs dict unpacking with explicit keyword args (fixes Pyright)
- Remove unused os import
- Add comment documenting on_timeout limitation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 08:00:11 -05:00
Cal Corum
9257852c3e
feat: add refractor-test execute phase with step-by-step reporting
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 07:53:10 -05:00
Cal Corum
129971e96b
feat: add DevToolsCog with refractor-test setup phase
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 07:20:38 -05:00
Cal Corum
777e6de3de
feat: add CleanupView for refractor test data
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 07:06:37 -05:00