Intent-Code Divergence
Medium
- Confidence
- 96% confidence
- Finding
- The workflow documentation promises that the staging alias will always track the latest deployment from main, but if no matching READY deployment is found for the current commit, the script falls back to the latest READY deployment for the project regardless of commit or branch. That can silently repoint staging to an unrelated deployment, undermining environment integrity and potentially exposing unreviewed or stale code as staging.
