Interesting approach to environment-variable-driven switching between codebases via PowerShell scripts. One thing I am curious about: with multiple sites sharing a single Docker Compose stack, how do you handle port conflicts when two developers need to run different codebases simultaneously on the same machine? The .env-per-project pattern is clean, but concurrent local development across projects seems like it could get tricky.