Skip to content

Catalyst Dev — Change Log

Version 6.6.0

Apr 14, 2026

Fix-up and Follow-up Recovery Patterns

Two new orchestration patterns handle post-merge issues: fix-up workers push targeted commits to open PRs when reviewers find blockers, while follow-up workers create new Linear tickets and fresh worktrees for issues discovered after merge. Use orchestrate-fixup and orchestrate-followup scripts to dispatch the appropriate recovery pattern based on your PR state.

PRs

  • dev: orchestrate fix-up worker + follow-up ticket recovery patterns (CTL-30) (#93) (bfa9861)