v0.5.13 — missed node -e cleanup site
Follow-up to v0.5.12: one node -e JSON re-parse site was missed.
Fixed
- commands/phase.md — the
update-task --appendoverride block (Per-task loop, step 3) still chained twonode -e "JSON.parse(...)"calls to pullconfigured/previousinto shell variables. v0.5.12's cleanup covered the other 4 call sites (parse-prd x2, analyze-complexity x2, expand, research) but missed this one. Same fix applied: the agent readstaskmaster-model-plan's JSON directly and substitutesconfigured/previousas literal values into thetrap-guarded block.
Verified via full-repo grep: zero node -e "console.log(JSON.parse sites remain.
No behavior change. Tests: 104 (unchanged).
Full changelog: see CHANGELOG.md