What to check
Upstream pi-subagents (github.com/nicobailon/pi-subagents, current main branch) has deprecated the top-level chain/tasks/parallel inputs in favor of workflowScript with runs.all([...]). The pinned version in pi/settings.json:14 (0.40.0) still supports tasks, which ai-agents/skills/storm-research/DISPATCH.md's Pi example relies on.
What to do
When pi/settings.json's pi-subagents pin is next bumped past 0.40.0:
Context
Source research: #95 (closed as duplicate of #172 — this ticket captures the one open risk that research surfaced).
What to check
Upstream
pi-subagents(github.com/nicobailon/pi-subagents, currentmainbranch) has deprecated the top-levelchain/tasks/parallelinputs in favor ofworkflowScriptwithruns.all([...]). The pinned version inpi/settings.json:14(0.40.0) still supportstasks, whichai-agents/skills/storm-research/DISPATCH.md's Pi example relies on.What to do
When
pi/settings.json'spi-subagentspin is next bumped past 0.40.0:tasksstill works against the new version, orDISPATCH.md's Pi dispatch example from{ tasks: [...] }toworkflowScript/runs.all(...).storm-researchstill dispatches correctly on Pi after the change.Context
Source research: #95 (closed as duplicate of #172 — this ticket captures the one open risk that research surfaced).