Skip to content

Catalyst Dev — Change Log

Version 6.5.2

Apr 13, 2026

PR Polling Through Merge

Orchestrated workers now actively poll PR state, CI status, and review comments until merge completion instead of exiting after creating the PR. The verification script independently confirms PRs reached MERGED state, catching any workers that ignore polling instructions. Workers wait a minimum 3 minutes then poll every 30 seconds with concrete step-by-step instructions.

PRs

  • dev: add poll-until-merged loop and PR state verification (#86) (666b835)