Release Readiness
Map changed files to the minimum useful validation before declaring work ready.
Follow This Workflow
- Identify the touched services from the changed files.
- Run
python3 scripts/suggest_validation.pywith the changed paths, or run it with no arguments to inspect the current working tree. - Separate validated work, unvalidated work, and true blockers.
- Call out repo-specific risks such as mixed API base configuration, scheduled path drift, live job commands, and deployment placeholders.
Use The References
- Read
references/validation-matrix.mdwhen the change spans multiple services.