Added
- Added a packaged
/parallel-cleanupprompt for focused cleanup review passes.
Changed
- Consolidated the
oracle-executorrole intoworker:workernow usesopenai-codex/gpt-5.3-codexwith high thinking and stricter approved-direction guardrails, whileresearcherandcontext-buildernow use medium thinking. - Updated the bundled
scoutagent model/thinking defaults. - Hard-cut over grouped intercom bridge result delivery: with the bridge active, parent-side
pi-subagentsemits one groupedsubagent:result-intercommessage per foreground parent run (single, top-level parallel, or chain) and one per completed async result file. Acknowledged foreground delivery returns a compact receipt instead of duplicating full output in the normal tool result; unacknowledged delivery preserves the normal full output. Grouped messages include child intercom targets and full child summaries.
Fixed
- Fixed status and manager row rendering so multiline or tabbed content cannot overflow table rows.
Removed
- Removed the bundled
oracle-executoragent and/oracle-executorprompt template in favor of usingworkerfor approved oracle handoffs.