refactor: replace gitExec with spawnCli from workflow-util-agent

Remove hand-rolled execFile + promisify, delegate to spawnCli.
Same throw-on-error interface, better error messages.
This commit is contained in:
2026-05-06 09:51:06 +00:00
parent e38852a761
commit c15a5554c0
4 changed files with 22 additions and 22 deletions
@@ -10,6 +10,7 @@
},
"dependencies": {
"@uncaged/workflow": "workspace:*",
"@uncaged/workflow-util-agent": "workspace:*",
"@uncaged/workflow-util-role": "workspace:*",
"zod": "^4.0.0"
},