Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1
fix(s06): move extract_text() next to its only caller
extract_text() is new in s06 (listed in the docstring under "Changes from s05") but was defined under the "FROM s02-s05 (unchanged)" banner. Move it into the "NEW in s06: Subagent" section, directly above its only caller spawn_subagent(). Pure move, no logic change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
H
hardness1020 committed
369b598af750a9c4fa23e58606acbab41a705f26
Parent: c586792