fix: add Gitea config menu shell wrapper (#34) #35
Reference in New Issue
Block a user
Delete Branch "fix/issue-34-gitea-config-menu-wrapper"
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?
Closes #34.
Summary
Adds
scripts/gitea-config-menu, a small shell wrapper for launching the existing interactive Gitea config menu through the repository virtual environment.Behavior
<repo>/venv/bin/pythonand fails clearly if it is missing.gitea_config.py menuwith all passed arguments.Docs
Updates README and the LLM workflow runbook to use:
Validation
bash -n scripts/gitea-config-menu— passed./scripts/gitea-config-menu <<< "0"— passed; menu launched and exited./venv/bin/python -m pytest tests/ -q— passedgit diff --check/ staged diff check — passed.env.personal, or private config dumps addedNotes
Normal
git pushover HTTPS had no configured credential helper in this environment, so the branch was pushed with a temporaryGIT_ASKPASShelper outside the repo. The helper was deleted immediately after push and no credentials were printed or written to the repository.Pull request closed