Next 10 Follow-ups¶
Planned follow-ups to continue polishing the upgrade lane.
- Automate first-proof artifact retention cleanup with explicit TTL policy. ✅ Implemented via
cleanup-first-proof-artifacts. - Add CI job to publish execution-report.md and upgrade-status-line.txt as artifacts. ✅ Implemented in
.github/workflows/first-proof-artifact-publish.yml. - Add failure taxonomy tags to doctor-remediate outputs for better routing. ✅ Added
tagsfield in remediation actions. - Track median time-to-remediate from followup-ready history. ✅ Added
followup-ready-metricshistory+median computation. - Add weekly trend markdown report for ops-bundle contract pass rate. ✅ Added
first-proof-ops-bundle-trend-report. - Introduce per-branch trend splits (main vs feature branches). ✅ Added branch-aware trend metrics.
- Add schema versioning + schema contract tests for all new first-proof artifacts. ✅ Added
schema_version+first-proof-schema-contract. - Expose
make first-proof-dashboardto render consolidated summary bundle. ✅ Added dashboard JSON+MD renderer. - Add changelog automation for follow-up workflow improvements. ✅ Added
followup-changelogJSONL automation. - Create a release-readiness score threshold gate configurable by profile. ✅ Added
first-proof-readiness-threshold+ profile config.