fix(framework): restore resilient Git wrapper issue creation #703
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The deployed Git wrapper issue-create path fails its Tea request with GetUserByName before falling back to the Gitea API. The deployed issue-create wrapper also rejects -i, so it cannot provide the required interactive issue-authoring path.
Wrapper contract
Planned fix
Acceptance criteria