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
@@ -7,5 +7,9 @@
"types": ["bun-types"]
},
"include": ["src/**/*.ts"],
"references": [{ "path": "../workflow" }, { "path": "../workflow-util-role" }]
"references": [
{ "path": "../workflow" },
{ "path": "../workflow-util-agent" },
{ "path": "../workflow-util-role" }
]
}