Deployment Env Isolation Check
- Read
.deploy.env.commonand all.deploy.env.<env>files. - Merge common defaults with per-env overrides.
- Compare environment identities (
registry + user + host + port). - Fail when non-prod and prod identities are identical.
Command
python3 skills/deployment-env-isolation-check/scripts/check_isolation.py --root .