Skip to content

Catalyst PM — Change Log

Version 7.3.0

Jun 30, 2026

Evidence-Based Linear Read Path

Agents now follow a single canonical rule for reading Linear: on standard nodes they call linearis directly, and on Catalyst Cloud nodes they read the replica first and only escalate to a direct read if there’s concrete evidence of staleness. This eliminates the scattered, conflicting guidance that was pointing agents at the retired read mirror. No migration needed — the daemon already handles mode resolution automatically.

PRs

  • dev: CTL-1392 — agents read the Catalyst Cloud replica first (evidence-based fallback) (#2474) (5599fe9)