Stage Protection
Config
Section titled “Config”stages: { production: { protected: true }, staging: { protected: true }, "pr-*": { protected: false, ttl: "7d" },}wd destroy --stage production→ refuses unless--forcewd destroy --stage pr-123→ succeeds (matchespr-*)wd gc→ only destroys unprotected stages past their TTL- Unmatched stages default to protected (safe default)