Skip to content

v0.5.13 — missed node -e cleanup site

Choose a tag to compare

@tranquocthong tranquocthong released this 11 Jul 01:08
· 35 commits to main since this release

Follow-up to v0.5.12: one node -e JSON re-parse site was missed.

Fixed

  • commands/phase.md — the update-task --append override block (Per-task loop, step 3) still chained two node -e "JSON.parse(...)" calls to pull configured/previous into 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 reads taskmaster-model-plan's JSON directly and substitutes configured/previous as literal values into the trap-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