.agents/skills/summarise-ecosystem-results/references/subagent-handoff.md
Use this reference only when parallelizing reproduction and minimization.
Prepare the frozen evidence snapshot, copied base binary, PR binary, PR ecosystem config, and one run-metadata manifest covering every affected project. Record the binaries' absolute paths as TY_ECOSYSTEM_BASE_BINARY and TY_ECOSYSTEM_PR_BINARY. Choose an absolute TY_ECOSYSTEM_CONFIG_HOME and install the copied config once at $TY_ECOSYSTEM_CONFIG_HOME/ty/ty.toml. Treat the snapshot, binaries, manifest, copied config, and installed configuration as read-only shared inputs. Batch related entries without creating more assignments than can run concurrently.
Give each subagent:
TY_ECOSYSTEM_BASE_BINARY, TY_ECOSYSTEM_PR_BINARY, and TY_ECOSYSTEM_CONFIG_HOME values.minimizing-ty-ecosystem-changes skill using a unique temporary directory.Request:
If a later entry has exactly the same behavior change and cause as an already minimized entry, the subagent may classify it as a duplicate instead of repeating the full minimization, but it must explain the match.