Skip to content

Catalyst Dev — Change Log

Version 7.0.0

Apr 16, 2026

Orchestration State Isolation

Orchestrator runtime state now lives in ~/catalyst/runs/<orch-id>/ instead of git worktrees, keeping your worktree clean during runs. Output files move to workers/output/ to reduce noise, while worker signal files stay in their expected locations. The monitor automatically handles both new runs-based and legacy worktree-based orchestrators.

PRs

  • dev: decouple orch state from worktrees — runs/ dir (CTL-59) (#188)
  • dev: decouple orch state from worktrees — runs/ dir (CTL-59) (#188) (a357eaa)