Catalyst Dev — Change Log
Version 12.32.0
Jul 21, 2026
Agent House-Rules Auto-Seeding & Inbox Polish
Any repo you enroll in Catalyst now automatically receives the “Working the Loop” agent house-rules block — seeded into AGENTS.md (or CLAUDE.md if that’s what the repo uses) without any manual setup. The block itself has been hardened: Linear reads must go through the catalyst-dev:linearis skill rather than raw API calls or hand-rolled sqlite, and a contradictory degraded escape that could reintroduce shared-quota burn has been removed. Inbox rows also get a cleaner look — favicon restored, unwrapped ID, two-line title, and corrected pane accent.
PRs
- dev: auto-seed agent house-rules on every enrolled repo + Codex-hardened block (#2666) (97aa6de)
- dev: CTL-1127 — inbox row: restore favicon, unwrap ID, two-line title, drop verb cluster, fix pane accent (#1991) (2cda8d5)
- dev: CTL-682 — wait-watcher skips background agents; pin scheduler test live-count seam (#2670) (4fd98b2)
- dev: drop the Linear-API degraded escape (contradicted the absolute replica rule) (#2668) (507b227)