Files
ClawSkills/git-hangman-lab
lyn 95cf7b85fa feat(git-hangman-lab): add --visibility flag to repo create
Previously repo create only initialized the local repo and relied on
Gitea's push-to-create feature, which always yields a private
repository. Now the script pre-creates the remote via the Gitea API
honoring --visibility public|private (default: private), and falls
back to a PATCH when the repo already exists.
2026-04-15 16:22:30 +00:00
..