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
Tiara Rodney
1aa28c2a34
Merge branch 'develop'
2026-03-15 04:07:40 +01:00
Tiara Rodney
b3f9e49560
chore: bump version
2026-03-15 04:07:16 +01:00
Tiara Rodney
af74088878
docs: reword README abstract
2026-03-15 04:06:12 +01:00
Tiara Rodney
0330ccb0b1
refactor: exclude body on open commits
2026-03-15 04:04:18 +01:00
Tiara Rodney
e4db005b04
chore: polish for publishing
2026-03-15 03:20:59 +01:00
Tiara Rodney
bac4a87119
chore: rename package
2026-03-15 03:07:48 +01:00
Tiara Rodney
932d4ad420
init
2026-03-15 03:02:41 +01:00