Skip to content

Catalyst Dev — Change Log

5.2.0

Apr 1, 2026

The dev plugin now generates Obsidian-style [[filename]] wiki-links in skill templates for cleaner document cross-references, while keeping filesystem paths intact for CLI and code references. PM skills have been reorganized from scattered thoughts/shared/* locations into a unified thoughts/shared/pm/ and thoughts/shared/product/ structure, eliminating the separate pm/context-library/ directory for simpler navigation.

PRs

  • dev,pm: wiki-links and PM thoughts path restructuring (#47) (fb32e36)

5.1.1

Mar 25, 2026

Linearis CLI Upgrade

Updates the linearis CLI dependency to v2025.12.3 and fixes command syntax across all skills that interact with Linear. The --state flag is now --status to match Linear’s UI terminology, and issue creation commands use positional titles instead of the --title flag.

PRs

  • dev: upgrade linearis CLI and fix skill command syntax (#41) (ffbc14c)

5.1.0

Mar 23, 2026

Loop Workflow Monitoring

The /create-pr and /merge-pr skills now suggest using /loop to monitor GitHub Actions after creating or merging pull requests, keeping you updated on CI status and deployment progress. Railway integration has been removed to streamline the setup process.

PRs

  • dev: remove Railway integration, add /loop workflow monitoring (#30) (d7df8f2)

PRs

  • dev: fix release-please pipeline + add health monitoring (#32) (cd7054c)

5.0.0

Mar 20, 2026

Smart Workflow Context & Browser Automation

Catalyst now automatically tracks research-to-plan-to-implementation lineage via workflow context and document frontmatter, eliminating the need to manually chain commands. New browser automation support lets Claude interact with web UIs directly for testing and data collection. Configuration must now be nested under the ‘catalyst’ key in .claude/config.json, and Linear state transitions are fully configurable through the stateMap setting.

⚠ BREAKING CHANGES

  • Configuration must now be nested under ‘catalyst’ key

PRs

  • automatic workflow context tracking + smart setup with token discovery (53b3d38)
  • dev: add agent-browser skill for browser automation (#16) (651241b)
  • dev: add document lineage and reliable workflow context tracking (#13) (b338ae8)
  • dev: add Linearis CLI skill for automatic syntax reference (#8) (a9a9de1)
  • dev: add project setup validation and strengthen command guardrails (#12) (489518e)
  • dev: oneshot Linear states and config normalization (#17) (c0881bb)
  • implement config security and thoughts system enforcement (b40bda8)
  • linear: add configurable stateMap for portable state transitions (#15) (371e1d5)
  • migrate to HumanLayer profiles and update PM agents to Opus (#7) (1cdbcdd)
  • refresh workflow commands with new commands, model tiers, and agent teams (#10) (10a010a)
  • restructure to 4-plugin architecture with session-aware MCP management (08f1ec1)

PRs

  • add namespace prefixes to all slash command references (099bec9)
  • correct linearis CLI syntax across all agents and commands (63ff171)
  • correct plugin marketplace schema and enhance README (89a8fe5)
  • dev: add NO CLAUDE ATTRIBUTION sections to PR commands (57ab404)
  • dev: add YAML frontmatter to /create_plan command template (#9) (ddc75d0)
  • dev: trim bloated research_codebase and create_plan commands (#11) (4799f4c)
  • linearis: correct —team flag docs and add UUID resolution (#18) (050205c)
  • namespace all agent references with catalyst-dev prefix (0168b91)
  • namespace subagent_type parameters in dev agents README (0f3719e)

Miscellaneous Chores

  • bump versions for breaking config namespace change (9a3f63b)

4.2.0

Mar 17, 2026

Agent Browser & Linear Workflow

Claude can now automate web browsers through the new agent-browser skill, handling authentication flows and UI testing automatically when you mention browser tasks. Linear workflows get smoother with automatic ticket state transitions during planning and implementation, plus better team UUID resolution to prevent silent team-switching bugs. All config files now use the canonical catalyst-wrapped structure for consistency.

PRs

  • add agent-browser skill for browser automation (#16) (651241b)
  • oneshot Linear states and config normalization (#17) (c0881bb)

PRs

  • linearis: correct —team flag docs and add UUID resolution (#18) (050205c)