audit work, fixed StellaOps.sln warnings/errors, fixed tests, sprints work, new advisories

This commit is contained in:
master
2026-01-07 18:49:59 +02:00
parent 04ec098046
commit 608a7f85c0
866 changed files with 56323 additions and 6231 deletions

View File

@@ -8,14 +8,14 @@ This quickstart gets an operator to a working advisory ingestion loop:
This document stays high level and defers detailed configuration and connector behavior to the Concelier module dossier.
## 1) Prerequisites
- Deployment: follow `docs/INSTALL_GUIDE.md` (Compose profiles under `deploy/compose/`).
- Deployment: follow `docs/INSTALL_GUIDE.md` (Compose profiles under `devops/compose/`).
- Offline/air-gap: follow `docs/OFFLINE_KIT.md` and `docs/modules/airgap/guides/overview.md`.
- Local dev (optional): .NET SDK version pinned by `global.json`.
## 2) Run Concelier
### Option A: Run via deployment bundles (recommended)
Use the deterministic Compose profiles under `deploy/compose/` and enable Concelier in the selected profile.
Use the deterministic Compose profiles under `devops/compose/` and enable Concelier in the selected profile.
Start here:
- `docs/INSTALL_GUIDE.md`