返回 DeepSeek-Reasonix
1 # Forced-delegation twin: identical workdir and checks, only the prompt differs.
2 set -e
3 # Three branches needing three different kinds of work: a logic fix, a numeric
4 # rounding fix, and a manifest regenerated by reading both packages. No single
5 # bulk transformation solves them, which is the one shape where delegation has
6 # a theoretical case. The prompt never mentions sub-agents.
7 python3 check.py
8
8 lines BASH