Skip to content

Catalyst Dev — Change Log

Version 12.8.0 (2026-06-14)

Execution Tab & Governance Rulebook

Open any ticket in the orch-monitor and click the new Execution tab to see a structured breakdown of what happened — current phase, a narrative summary, phase Gantt with timings and idle gaps, artifacts table, and an exceptions list — without digging through logs. The Governance Rulebook (/rules, keyboard shortcut g r) surfaces all 17 belief-engine rules across 6 strata in Plain English, Datalog, and the exact SQL the engine runs, with live firing-rate badges when belief recording is active. Escalated tickets that hit the remediate cycle cap now show a CTA-led explanation card in the detail pane with the blocking finding, why the worker gave up, and what you need to decide — no more bare Respond buttons with no context. This release also fixes a silent 12-hour plugin-checkout outage caused by dirty worktrees, adds self-healing refresh with a checkout-lag alarm after consecutive failures, and patches a bash 3.2 crash that left the entire fleet down after a catalyst-stack restart with no arguments.

Features

  • dev: checkout-lag alarm on persistent refresh failure (CTL-1106 Phase 2) — (70fe374)
  • dev: CTL-1099 — Warm/Slate brand theme system (warm default, Settings picker, semantic-invariant) (#1944) (e93ae79)
  • dev: CTL-1102 — Execution tab (model layer + useJourney hook + full UI) (#1965) (e336115)
  • dev: CTL-1103 — Governance Rulebook textbook surface (#1972) (fa27e59)
  • dev: CTL-1106 — self-healing plugin-checkout refresh + checkout-lag alarm (#1949) (70fe374)
  • dev: CTL-1108 — populate humanQuestion for remediate-cycle-cap-exhausted escalations (#1952) (cdb1058)
  • dev: CTL-1110 — escalated ticket detail pane CTA-led explanation card (#1957) (86aeea0)
  • dev: CTL-1120 — prevent orch-monitor build artifacts from dirtying worktree (#1974) (405f6a2)

Bug Fixes

  • dev: CTL-1107 — guard empty start_args array in cmd_restart under bash 3.2 (#1976) (a23bc61)
  • dev: CTL-1111 — _find_layer2_config drift warning + phase skill stderr pass-through (#1969) (15cb905)
  • dev: CTL-1118 — SHA-aware rebuild guard for catalyst-monitor hot-reload (#1968) (88afded)
  • dev: CTL-1119 — workflow-scope push handling for phase agents (#1975) (72e4feb)
  • dev: self-healing plugin-checkout refresh (CTL-1106 Phase 1) — fetch+reset —hard (70fe374)