| 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 | set -e |
| 9 | # 36 files across three non-overlapping packages, each needing a real read |
| 10 | # before any edit. This is the branch size where delegation could pay: the |
| 11 | # neutral prompt never mentions sub-agents, so an arm that does the work |
| 12 | # itself is only penalised by the clock. |
| 13 | python3 check.py |
| 14 | test -z "$(grep -rn 'fmt_amount([a-z_]*)' pkgs/ || true)" |
| 15 |