Skip to content

Catalyst Dev — Change Log

Version 7.6.1

Apr 20, 2026

PM Parallel Orient Delegates

PM kickoff now dispatches three parallel sub-agents for orientation instead of running raw CLI fetches in the main context. This reduces a typical PM session start from ~15 tool calls with 30KB of JSON debris down to 3-4 clean tool calls, keeping the main context focused on PM reasoning rather than data collection.

PRs

  • dev: PM kickoff delegates orient to parallel sub-agents (CTL-95) (#217) (5ed8496)