init: git all the things!

This commit is contained in:
2026-06-06 20:02:17 -07:00
commit d19b3f3248
5 changed files with 1693 additions and 0 deletions
Executable
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -euo pipefail
repo_root="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
if [[ "${1:-}" == "exec" ]]; then
shift
set -- exec --skip-git-repo-check "$@"
fi
exec codex \
--profile-v2 azi4a2-autonomous \
--strict-config \
--cd "$repo_root" \
"$@"