feat: require explicit group names in host configs

This commit is contained in:
2026-06-02 20:36:51 +02:00
parent 69131534fe
commit 87945adae3
6 changed files with 26 additions and 16 deletions
+1
View File
@@ -8,6 +8,7 @@
- Sample config is stored in `sample-config/` and mirrors current script behavior.
- Documentation language: English.
- Current task focus: keep README and memory aligned with the working script and sample configuration.
- Sample host files currently use numbered names: `01_prod.yaml`, `02_staging.yaml`, `03_dev.yaml`.
- Known follow-up improvements:
- Group naming should avoid duplicating the file name and the YAML value.
- Each group should have default values.