Skip to content

Catalyst Dev — Change Log

Version 7.2.0

Apr 16, 2026

Authoritative Git and PR State

Workers are no longer marked as “stalled” based solely on signal file age — the orchestrator now uses git commit history and GitHub PR status as ground truth for completion detection. If a worker merged its PR but died before writing the terminal signal, it’s correctly recognized as complete rather than stalled. Run the orchestration monitor to see the improved accuracy in worker lifecycle tracking.

PRs

  • dev: derive worker completion from git/PR, not signal file (CTL-32) (#193) (5e4e3bd)