Skip to content

Catalyst Dev — Change Log

Version 12.16.0 (2026-06-22)

Board-Health Holistic Dispatch & Cloud Token Provisioning

Board-health now dispatches a single holistic recovery-pass delegate on enforce scans, carrying full board context to the anchored ticket rather than triggering per-move fan-out. A multi-host correctness fix ensures selectAnchor only picks tickets this host owns via HRW, so a foreign-owned anchor no longer silently blocks actuation of self-owned work. Separately, CATALYST_CLOUD_TOKEN is now provisioned into the machine-level environment from the cluster repo via a new projection script, with an advisory doctor check — local-only behavior is unchanged until you opt into the cloud path.

Features

  • dev: CTL-1300 — board-health delegate ACTS (holistic recovery-pass dispatch on enforce) (#2301) (43aaec9)
  • dev: CTL-1307 — machine-level CATALYST_CLOUD_TOKEN from catalyst-cluster repo (#2316) (9ff454d)

Bug Fixes

  • dev: CTL-1302 — board-health selectAnchor prefers a self-owned ticket (multi-host) (#2305) (72e4945)