Adds non-repo bootstrap and publish flows

### Added
- Non-repository startup flow offering init-only or init+publish paths.
- Provider selection for publishing (GitHub via CLI, Gitea via HTTPS API).
- Gitea repository creation and initial push over HTTPS with configurable base URL, owner, and token defaults.
- Root README and documentation updates describing bootstrap flow and environment variables.
This commit is contained in:
2026-02-15 13:39:43 -03:00
parent d6d5ca3fc3
commit 5e63c01bd2
6 changed files with 910 additions and 16 deletions

View File

@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
## [0.2.0] - 2026-02-15
### Added
- Added non-repository startup flow that offers repository initialization.
- Added provider selection in non-repository publish flow: GitHub or Gitea.
- Added Gitea repository creation over HTTPS API with configurable base URL, owner, and token defaults.
- Added root `README.md` for repository front-page usage, including install and bootstrap instructions.
## [0.1.1] - 2026-02-14
### Added