Overview
Add CI checks to validate metadata/release automation prerequisites before maintainers cut tags.
User Story
As a maintainer
I want CI to validate release metadata files
So that configuration mistakes are caught before publishing.
Context
- Current checks validate version alignment, but not all metadata prerequisites.
- Pain point: late failures or silent metadata drift.
- Success metric: CI fails fast with actionable errors when required metadata files are invalid.
Acceptance Criteria
Technical Requirements
- Technology/framework: lightweight script in CI (Python/yq/grep-based)
- Security: no elevated permissions
- Performance: <30s added CI time
Definition of Done
Estimated Effort
1 day
Overview
Add CI checks to validate metadata/release automation prerequisites before maintainers cut tags.
User Story
As a maintainer
I want CI to validate release metadata files
So that configuration mistakes are caught before publishing.
Context
Acceptance Criteria
Technical Requirements
Definition of Done
Estimated Effort
1 day