iso-code 0.1.1

Safe git worktree lifecycle management — prevents data loss bugs in AI coding agents
Documentation
1
2
3
4
5
6
7
#!/bin/sh
# Mock git 2.20 — minimum supported version.
if [ "$1" = "--version" ]; then
    echo "git version 2.20.0"
    exit 0
fi
exec /usr/bin/env -u PATH PATH="$MOCK_REAL_PATH" git "$@"