All versions since 8.0.0
8.0.0
May 04, 2026
Orchestrator-Driven Deploy Lifecycle
Worker definition-of-done now extends through production deploy success, with orchestrator managing the merging → merged → deploying → done state machine after workers exit at “merging”. Event-driven GitHub deployment monitoring replaces polling across skills like merge-pr and orchestrate. New catalyst-events CLI provides tail and wait-for primitives over the unified GitHub/Linear/comms activity log, while Linear webhooks join GitHub webhooks for comprehensive event ingestion.
PRs
- dev: orchestrator-driven deploy lifecycle for workers (CTL-211) (#344)
- dev: auto-pull main in primary worktree after PR merge (CTL-198) (#304) (d6ae3ba)
- dev: catalyst-events CLI + Linear webhooks + event-driven skill migration (CTL-210) (#343) (d70f7ee)
- dev: config-driven webhook watch list (CTL-216) (#342) (854a85e)
- dev: orchestrator-driven deploy lifecycle for workers (CTL-211) (#344) (fff5513)
- dev: canonicalize workerCommand + close orchestrator scope leak (CTL-208) (#325) (8139771)
- dev: move smee channel URL to per-machine Layer 2 config (CTL-217) (#341) (2970e6c)
- dev: replace orch-monitor poll-everything with webhook-driven event ingestion (CTL-209) (#330) (39e9d13)
- dev: unstick Orch Monitor Quality Gates CI workflow (CTL-215) (#335) (2801770)
8.1.0 Latest
May 04, 2026
Webhook Auto-Registration & Verification Fixes
The setup-webhooks.sh script now auto-registers Linear webhooks with --linear-register --webhook-url <url>, eliminating the manual GraphQL mutation step that previously blocked event-driven workflows. Fixed four critical bugs in orchestrate-verify.sh that caused verification failures on merged PRs and produced malformed output with integer comparison errors. Existing GitHub webhook subscriptions automatically upgrade to include release and workflow_run events on daemon restart.
PRs
- dev: Linear webhook auto-registration in setup-webhooks.sh (CTL-224) (#353) (8cf4807)
- dev: repair orchestrate-verify.sh — broken on merged PRs + integer-cmp errors (CTL-222) (#352) (e98ffea)
- dev: webhook event mapper — missing release/workflow_run + bogus pr.merged on label changes (CTL-226) (#351) (0668d38)