feat: refactor commitAndPush to use a runner function and improve token security; add tests for git operations

This commit is contained in:
2026-05-12 01:08:39 +00:00
parent a4b87f9108
commit 59509ae963
3 changed files with 126 additions and 18 deletions
+3
View File
@@ -2,6 +2,9 @@
"name": "ai-code-review",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "node --test app/git.test.js"
},
"dependencies": {
"axios": "^1.6.7",
"js-yaml": "^4.1.0",