Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1
fix: parse multi-line YAML block scalars in frontmatter
_parse_frontmatter used manual line splitting which only handled simple key: value pairs. Multi-line block scalars (|) returned only '|' as the value, dropping all subsequent indented lines. Replace with yaml.safe_load() to correctly parse all YAML syntax. Add pyyaml>=6.0 to requirements.txt.
M
Moon committed
93ccf2a2ac7ae5a008ee160e3ecf48689d104411
Parent: a9c7100