You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve test failures from stale RUNNING dispatch recovery implementation
- Extract find_locked_dispatch helper to fleet/_reset.py domain layer to
satisfy REQ-CNST-008 (no comprehensions in tool handlers)
- Hoist CampaignStateMutator import to module level to satisfy
IL-3 cross-layer import hoisting and cross-package submodule rules
- Fix test_reset_dispatch_running_dead_process_succeeds to mock
resolve_stale_running returning False (dead) and assert success
- Fix test_reset_dispatch_running_alive_process_still_blocked to mock
resolve_stale_running returning True (alive) and assert block
- Update _LEGACY_JSON_WRITES line numbers for tools_kitchen.py shifts
- Bump tools_kitchen.py line limit exemption to 1290 for reaper call
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments