move conf templates and conf_populate to Deployment/; add rogue-prevention rules to CLAUDE.md

This commit is contained in:
Gmer4Lfe
2026-06-14 13:18:08 -04:00
parent 722e688783
commit 6153283de4
11 changed files with 38 additions and 13 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ function vvRunPopulate() {
: '✓ Auto-populate ran — arr keys will fill once services are running';
el.style.color = '#4a8';
} else {
el.textContent = 'Auto-populate skipped — run Tools/conf_populate.sh once your arr containers are up';
el.textContent = 'Auto-populate skipped — run Deployment/conf_populate.sh once your arr containers are up';
el.style.color = '#555';
}
vvLoadChecklist();