# Protected files — do not modify These files and directories must never be modified by Claude Code. They belong to the existing deployment pipeline and are frozen. ## Pipeline and CI/CD .github/ .github/workflows/ .gitlab-ci.yml (if present) ## Container and orchestration Dockerfile docker-compose.yml docker-compose.prod.yml docker-compose.override.yml (if present) ## Infrastructure and provisioning ansible/ nginx/ ## Stylesheet stylesheet.css (repo root — use as-is, do not modify) ## Environment templates at repo root .env.example (repo root only — services may have their own) ## Legacy prototype legacy/ --- The only infrastructure file that will change is Dockerfile, and only in Phase 8 step 8.5. That change is made manually by the human, not by Claude Code.