返回 DeepSeek-Reasonix
1 # Forced-delegation twin of the neutral task: identical workdir and checks,
2 # only the prompt differs, so the pair prices delegation on the same work.
3 set -e
4 # Three defects in three non-overlapping directories. A single agent must fix
5 # them serially; parallel writers with disjoint write_paths are the shape this
6 # task exists to price. The prompt never mentions delegation, so an arm that
7 # does not delegate is not penalised by the rules, only by the clock.
8 python3 check.py
9
9 lines BASH