From 5db0c610d2d0165441833e73c9b7d05b19881a57 Mon Sep 17 00:00:00 2001 From: hiveiq Date: Sun, 19 Jul 2026 12:30:38 -0400 Subject: [PATCH] [session 1] docs(platform.repo-map): document compare-prod-dev.sh drift tool (#40) --- .../src/main/resources/content/platform/repo-map/overview.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend/src/main/resources/content/platform/repo-map/overview.md b/backend/src/main/resources/content/platform/repo-map/overview.md index 1ce8aee..1c0d5ed 100644 --- a/backend/src/main/resources/content/platform/repo-map/overview.md +++ b/backend/src/main/resources/content/platform/repo-map/overview.md @@ -40,6 +40,11 @@ The two `openmetal-*` repos were split 2026-06-30 (previously duplicated). Both `…/instances/dev` (bcos.dev). Config changes commit to the Gitea repo, then sync to the VM (VMs are hand-managed, not git-fed; `.env` secrets are gitignored → live on VM + Vaultwarden). +Both repos use a parallel layout (`compose/.yml`, `nginx/conf.d/.conf`) so a prod↔dev diff +lines up 1:1. To find drift, run **`/source/hiveiq-ops/hiveiq-openmetal/compare-prod-dev.sh`** +(no args = summary, `` = full diff for one service); the split is also written up in +`ENVIRONMENTS.md` alongside it. + ## `hiveiq-src` org — product code **Backend microservices** (Spring Boot): `hiveops-auth`, `hiveops-mgmt`, `hiveops-config`,