| name | pipeline-contract |
| description | Review shared workflow, artifact, and deployment interfaces for downstream breakage. |
Pipeline Contract
Review standard
For reusable CI actions, build artifacts, and deployment manifests, treat published outputs as contracts.
Flag changes that:
- rename shared workflow outputs without preserving an alias
- change artifact names consumed by deployment workflows
- update GitOps manifest fields without matching renderer changes
- remove image metadata needed by downstream promotion jobs
Findings should identify the workflow interface, show the downstream reference, and recommend a compatibility path when one exists.