From d87c3490c50bf6967d34903512e00763bb4cf0f8 Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 9 Jun 2026 13:46:22 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20update=20CLAUDE.md=20=E2=80=94=20reflec?= =?UTF-8?q?t=20prod/dev=20repo=20split?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 8 +++++--- hiveiq-openmetal | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) create mode 160000 hiveiq-openmetal diff --git a/CLAUDE.md b/CLAUDE.md index 530f97a..a74050a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -12,17 +12,19 @@ Operations repo for the HiveIQ/HiveOps platform. Split from `hiveops-src` (appli | Directory | Purpose | |-----------|---------| | `hiveiq-devops/` | Docker Compose + Kubernetes + Ansible deployment configs — see `hiveiq-devops/CLAUDE.md` | -| `hiveiq-openmetal/` | Production OpenMetal cloud infrastructure (VMs, DNS, CDN, bcos infra) — see `hiveiq-openmetal/CLAUDE.md` | +| `hiveiq-openmetal/` | **Production** OpenMetal cloud infrastructure (bcos.cloud) — see `hiveiq-openmetal/CLAUDE.md` | +| `hiveiq-openmetal-dev/` | **Dev** OpenMetal environment (bcos.dev) — docker-compose, nginx, `.env.example` | | `hiveiq-docs/` | MkDocs documentation site — `mkdocs.yml` (main) + `mkdocs-qsa.yml` (QSA audit) | -**Start here for infra/VM reference:** `hiveiq-openmetal/CLAUDE.md` +**Production infra (bcos.cloud):** `hiveiq-openmetal/CLAUDE.md` +**Dev environment (bcos.dev):** `hiveiq-openmetal-dev/DEV-ENVIRONMENT-SETUP.md` **Start here for deployment configs:** `hiveiq-devops/CLAUDE.md` --- ## Releasing a New Agent Version -The agent build lives in `/source/hiveops-src/hiveops-agent/` but the release deploys to CDN (managed here in `hiveiq-openmetal`). +The agent build lives in `/source/hiveops-src/hiveops-agent/` but the release deploys to CDN (managed here in `hiveiq-openmetal/` — production only). ```bash # 1. Bump version in source repo diff --git a/hiveiq-openmetal b/hiveiq-openmetal new file mode 160000 index 0000000..e9a93be --- /dev/null +++ b/hiveiq-openmetal @@ -0,0 +1 @@ +Subproject commit e9a93bed04d5f7b3b0e27826db092cdc2da2ba76