mirror of
https://github.com/ultraworkers/claw-code-parity.git
synced 2026-04-23 21:26:03 +02:00
fc675445e6
Implement automatic lane completion detection: - detect_lane_completion(): checks session-finished + tests-green + pushed - evaluate_completed_lane(): triggers CloseoutLane + CleanupSession actions - 6 tests covering all conditions Bridges the gap where LaneContext::completed was a passive bool that nothing automatically set. Now completion is auto-detected. ROADMAP P1.3 marked done.