2 Commits

Author SHA1 Message Date
Username
8d05e90160 refactor: restructure into src/gitea_ci package
Split monolithic gitea-ci.py (3068 lines) into modular package:
- src/gitea_ci/config.py: configuration, constants
- src/gitea_ci/api.py: GiteaAPI class
- src/gitea_ci/formatters.py: output formatting
- src/gitea_ci/utils.py: utilities, validation
- src/gitea_ci/commands/: command implementations
- src/gitea_ci/cli.py: argument parser, dispatch

gitea-ci.py now thin wrapper (16 lines)
2026-01-18 18:59:22 +01:00
Username
c8b85e8977 add documentation and cheatsheet 2026-01-18 18:06:34 +01:00