docs: update CLAUDE.md — reflect prod/dev repo split

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 13:46:22 -04:00
parent d1a427cea0
commit d87c3490c5
2 changed files with 6 additions and 3 deletions
+5 -3
View File
@@ -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
+1
Submodule hiveiq-openmetal added at e9a93bed04