Add convention: no privileged containers or system-wide changes without approval

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Smith 2026-02-13 14:18:05 +01:00
parent 71debd0be2
commit b6728a7482

View File

@ -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