Skip to content

Catalyst Dev — Change Log

Version 6.3.0

Apr 13, 2026

Global Orchestration State Tracking

All active orchestrators are now tracked in a queryable global state registry with event logging and token usage monitoring. The orchestrator automatically syncs worker progress, captures costs from Claude CLI output, and maintains an audit trail in monthly-rotated event logs. Workers report status to the global state and raise attention flags when blocked, giving you full visibility into multi-agent workflows through catalyst-state.sh queries or dashboard integrations.

PRs

  • dev: add global orchestrator state, event log, and token tracking (#70) (9f45afa)
  • dev: enforce post-PR monitoring and merge completion (#74) (83b0ee2)
  • dev: update linearis skill for v2026.4.4 (#72) (05237da)

PRs

  • dev: add fully-qualified plugin prefixes to skill references (#69) (f9e69f2)
  • dev: initialize workflow context and OTEL ticket early (#73) (3406c30)