fix(framework): restore interactive resilient Git wrappers

This commit is contained in:
Jarvis
2026-07-12 09:49:59 -05:00
parent a99aded26d
commit bab87fa72e
7 changed files with 184 additions and 0 deletions

View File

@@ -55,6 +55,11 @@ JSON
exit 0
fi
if [[ "${1:-}" == "api" ]]; then
printf '%s\n' '{"login":"ci-bot"}'
exit 0
fi
if [[ "${1:-}" == "issue" && "${2:-}" == "create" ]]; then
desc=""
while [[ $# -gt 0 ]]; do