In gh-axi 0.1.34, repo fork inherits non-git repository context through generic ghExec, appending unsupported --repo owner/name to native gh repo fork.
Two independent hermetic validations confirmed:
GH_REPO=bauti-defi/oh-omp gh-axi repo fork can1357/oh-my-pi --clone --remote
forwards gh repo fork can1357/oh-my-pi --clone --remote --repo bauti-defi/oh-omp, which native gh rejects before any fork request.
Do not append --repo to native gh repo fork; retain the explicit positional target or reject conflicting context before delegation.
In gh-axi 0.1.34,
repo forkinherits non-git repository context through generic ghExec, appending unsupported--repo owner/nameto nativegh repo fork.Two independent hermetic validations confirmed:
forwards
gh repo fork can1357/oh-my-pi --clone --remote --repo bauti-defi/oh-omp, which native gh rejects before any fork request.Do not append
--repoto nativegh repo fork; retain the explicit positional target or reject conflicting context before delegation.