From b2f61b879a7420cd353349102695ca4a19dbce4b Mon Sep 17 00:00:00 2001 From: Nirzara Ghure <113231114+nirzaraghure@users.noreply.github.com> Date: Tue, 10 Feb 2026 12:06:57 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20GitGenius:=20AI-generated=20code?= =?UTF-8?q?=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ARCHITECTURE.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index a6d6a22..6196eba 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -8,21 +8,21 @@ graph TD B --> E[Infrastructure: Dockerfile, Kubernetes.yaml.tpl] B --> F[CI/CD: cloudbuild-delivery.yaml, cloudbuild-trigger-cd.yaml, cloudbuild.yaml] B --> G[Security: known_hosts.github] - B --> H[Documentation: CONTRIBUTING.md, README.md, LICENSE] + B --> H[Documentation: CONTRIBUTING.md, README.md] B --> I[Testing: test_app.py] - - C --> J[API Endpoints] - D --> K[Database Interactions] - E --> L[Docker Containerization] - F --> M[Cloud Build Triggers] - G --> N[SSH Key Management] - H --> O[Project Guidelines] - I --> P[Unit Tests] - - L --> M - M --> N - N --> O - O --> P + B --> J[License: LICENSE] + C --> K[API Endpoints] + D --> L[Database Interactions] + E --> M[Docker Containerization] + E --> N[Kubernetes Deployment] + F --> O[Cloud Build Triggers] + F --> P[Delivery Pipeline] + G --> Q[SSH Key Management] + H --> R[Contributor Guidelines] + H --> S[Project Overview] + I --> T[Unit Tests] + I --> U[Integration Tests] + J --> V[Licenses and Permissions] ``` > Generated by GitGenius Sentinel \ No newline at end of file