返回 DeepSeek-Reasonix
verify.sh
1 set -e
2 # 36 files across three non-overlapping packages, each needing a real read
3 # before any edit. This is the branch size where delegation could pay: the
4 # neutral prompt never mentions sub-agents, so an arm that does the work
5 # itself is only penalised by the clock.
6 python3 check.py
7 test -z "$(grep -rn 'fmt_amount([a-z_]*)' pkgs/ || true)"
8
8 lines BASH