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