From b6728a7482791cec108b3646f1a98b50e5836639 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 13 Feb 2026 14:18:05 +0100 Subject: [PATCH] Add convention: no privileged containers or system-wide changes without approval Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index f7e6aa0..51388e4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -54,3 +54,4 @@ Uses SDL2 (not SDL3). Uses `#if LIBAVUTIL_VERSION_INT` preprocessor checks to su - Minimize dependencies; discuss with owner before adding any - Non-fatal errors go to stderr and continue; fatal errors (SDL init failures) abort via `panic_and_abort()` - Update the changelog in `docs/sdlamp2-fsd.md` when making changes +- Never run privileged Docker containers or make system-wide changes without explicit approval; explain what's needed and let the owner do it manually