implemented 02-git-gateway.md: added Git access layer with credentials bridge, duration parser, and extensive tests

This commit is contained in:
Michael Hoennig
2026-07-07 07:10:38 +02:00
parent f4a6ec9194
commit a427665ce8
11 changed files with 707 additions and 23 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ Revisit them in an ADR if a step uncovers problems.
Foundation:
- [x] `01-build-state-domain.md` — build result domain model and persistent repository
- [ ] `02-git-gateway.md` — full git access layer (fetch, branches, commits, checkout)
- [x] `02-git-gateway.md` — full git access layer (fetch, branches, commits, checkout)
- [ ] `03-gitea-client.md` — Gitea API client for commit statuses
Core engine: