Commit graph

21 commits

Author SHA1 Message Date
Tiara Rodney
6a36497205
feat: add next-step hints and submodule check to CLI commands 2026-03-20 21:20:58 +01:00
Tiara Rodney
fd2c8ba640
Merge branch 'bugfix/8' 2026-03-20 20:57:42 +01:00
Tiara Rodney
4c636d90df
chore: bump version to 0.3.4 2026-03-20 20:56:56 +01:00
Tiara Rodney
d0c2daaeb4
fix: reconcile bug status after creation when issue is not open 2026-03-20 20:56:34 +01:00
Tiara Rodney
90efa2494e
Merge branch 'bugfix/7' 2026-03-20 20:48:24 +01:00
Tiara Rodney
5dfc9c3f09
chore: bump version to 0.3.3 2026-03-20 20:46:08 +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
326c86307a
Merge branch 'bugfix/6' 2026-03-20 20:24:31 +01:00
Tiara Rodney
8a15c083eb
chore: bump version to 0.3.2 2026-03-20 20:22:54 +01:00
Tiara Rodney
718a2267ce
fix: reverse transition commit order to push oldest-first 2026-03-20 19:59:28 +01:00
Tiara Rodney
53525b9b52
Merge branch 'feature/5' 2026-03-20 19:13:53 +01:00
Tiara Rodney
2d21959330
chore: bump version to 0.3.1 2026-03-20 19:11:23 +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
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