From 10450054f7a66cff08e1f1493234137e7172f334 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Tue, 7 Apr 2026 11:16:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20missing=20ADRs=20t?= =?UTF-8?q?o=20index=20(0015,=200016,=200017)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adr/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adr/README.md b/adr/README.md index 25fb16c..bb8ed6a 100644 --- a/adr/README.md +++ b/adr/README.md @@ -73,6 +73,9 @@ Chosen option: "[Option 1]" because [justification] * [0012-git-hooks-staged-only-formatting.md](0012-git-hooks-staged-only-formatting.md) - Git hooks format only staged Go files * [0013-openapi-swagger-toolchain.md](0013-openapi-swagger-toolchain.md) - ✅ OpenAPI/Swagger documentation with swaggo/swag (Implemented) * [0014-grpc-adoption-strategy.md](0014-grpc-adoption-strategy.md) - Hybrid REST/gRPC adoption strategy +* [0015-cli-subcommands-cobra.md](0015-cli-subcommands-cobra.md) - Cobra CLI framework adoption +* [0016-ci-cd-pipeline-design.md](0016-ci-cd-pipeline-design.md) - CI/CD pipeline architecture +* [0017-trunk-based-development-workflow.md](0017-trunk-based-development-workflow.md) - Trunk-based development workflow * [0018-user-management-auth-system.md](0018-user-management-auth-system.md) - User management and authentication system * [0020-docker-build-strategy.md](0020-docker-build-strategy.md) - Docker Build Strategy: Traditional vs Buildx