返回 DeepSeek-Reasonix
verify.sh
1 # Same migration under an aggressive project compact_ratio (0.5%), an attempt
2 # to put the parent under real context pressure — the one mechanism delegation
3 # was designed for. It did not work: the agent keeps its session small by
4 # writing a script instead of reading, so compaction never engaged and the
5 # arms measured the same thing the other shapes did. Kept as an honest record
6 # of the attempt, and as a config variant that still exercises the workspace
7 # reasonix.toml merge path.
8 # Forced-delegation twin: identical workdir and checks, only the prompt differs.
9 set -e
10 # 36 files across three non-overlapping packages, each needing a real read
11 # before any edit. This is the branch size where delegation could pay: the
12 # neutral prompt never mentions sub-agents, so an arm that does the work
13 # itself is only penalised by the clock.
14 python3 check.py
15 test -z "$(grep -rn 'fmt_amount([a-z_]*)' pkgs/ || true)"
16
16 lines BASH