Seed approved structure: design SSOT, operator docs, scaffolds.

Product layout for Lumina / Salon_Assistant at 0.1.0-design.
No product implementation until explicit build.
This commit is contained in:
Ty
2026-07-27 09:44:35 -07:00
commit 48566993f6
108 changed files with 1813 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Upgrade and rollback
**Status:** Outline. Full POR: [design/updates-lifecycle.md](../design/updates-lifecycle.md).
## Defaults
- Automatic updates: **ON by default** (host timer calling `upgrade.sh`).
- Owner: **no** participation or chat noise.
- Manual: `./scripts/upgrade.sh` · dry-run · rollback.
## Operator quick path (when implemented)
```bash
./scripts/upgrade.sh --dry-run
./scripts/upgrade.sh
./scripts/doctor.sh
./scripts/upgrade.sh --rollback # if needed
```
## Non-interactive Hermes
Product upgrade must **not** invoke interactive `hermes update` / config wizards. Pins and sealed `nemohermes` config/inference commands only.