Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1
fix(s04): use early-continue idiom in problem code block
The problem block used a nested `if block.type == "tool_use":` while the solution block and code.py use `if block.type != "tool_use": continue`. This made the problem->solution diff show two changes instead of the one the section teaches (the README states only one place in the loop changed). Align all three README variants (zh/en/ja) to the early-continue idiom.
H
hardness1020 committed
6d4970977d19975517563207a98da9d36810d9d8
Parent: c586792