Skip to content

Catalyst Dev — Change Log

Version 6.1.0

Apr 10, 2026

Parallel Development Orchestration

The new /orchestrate skill coordinates multiple development tasks simultaneously by taking Linear tickets, creating isolated worktrees, and dispatching /oneshot workers in parallel with built-in quality gates. Worktree creation now supports config-driven setup through catalyst.worktree.setup, letting you customize initialization commands instead of relying on auto-detection. Each orchestrated worker runs with adversarial verification that checks for reward hacking and ensures delivery quality across all parallel streams.

PRs

  • dev: add /orchestrate skill for parallel development (#65) (d3f16d9)