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.47 — below worktree.useRelativePaths cutoff (2.48).
if [ "$1" = "--version" ]; then
    echo "git version 2.47.2"
    exit 0
fi
exec /usr/bin/env -u PATH PATH="$MOCK_REAL_PATH" git "$@"