feat: initialize standalone agent-workflow

This commit is contained in:
liujing
2026-07-16 20:56:24 +08:00
commit 35e8fa3717
31 changed files with 6972 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env sh
# Fill commit message via ai-commit when using interactive git commit / placeholders.
# Requires ai-commit on PATH and .ai-commit.yaml in repo root. Silent skip if missing.
set -e
command -v ai-commit >/dev/null 2>&1 || exit 0
exec ai-commit hook "$1" "$2" "${3:-}"