diff --git a/CLAUDE.md b/CLAUDE.md index de1fa39..1aa8691 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,9 +6,9 @@ ```bash # ✅ CORRECT - use un commands -un2 service --list -un2 service --destroy -un2 service --execute 'command' +un service --list +un service --destroy +un service --execute 'command' # ❌ FORBIDDEN - raw lxc commands bypass auth and state sync lxc list / lxc delete / lxc stop / lxc exec