Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1
Fix s_full.py consistency: auto_compact keeps newest messages, nag reminder appends after tool_results
Two issues found during post-merge audit: 1. auto_compact used [:80000] (oldest) instead of [-80000:] (newest), inconsistent with s06 2. nag reminder used insert(0,...) instead of append(), inconsistent with s03
C
CrazyBoyM committed
16b927c8ee7befa07caf8844d22f86ffef0aea05
Parent: def7c9a