Commit graph

5 commits

Author SHA1 Message Date
Tiara Rodney
d0c2daaeb4
fix: reconcile bug status after creation when issue is not open 2026-03-20 20:56:34 +01:00
Tiara Rodney
f95f51ed22
fix: restrict parseTodoTransition regex to only capture valid status words 2026-03-20 20:45:57 +01:00
Tiara Rodney
718a2267ce
fix: reverse transition commit order to push oldest-first 2026-03-20 19:59:28 +01:00
Tiara Rodney
2f1d2c30af
fix: use git commit -F - to preserve newlines in commit messages
commitFileWithBody passed the message through JSON.stringify with
git commit -m, which escaped newlines to literal \n characters.
Switch to git commit -F - with stdin input to preserve actual newlines.
2026-03-20 19:11:17 +01:00
Tiara Rodney
c6704c3a04
refactor: js output 2026-03-15 05:11:59 +01:00