From e059270184f81f12d36d1dfc75a9730a32a9759b Mon Sep 17 00:00:00 2001 From: Nathan Gillett Date: Fri, 8 May 2026 00:40:20 -0500 Subject: [PATCH] chore(release): re-prepare v0.1.3 with post-release CI hardening Consolidate changelog notes for post-0.1.3 process fixes (cert-bot loop prevention, conformance-only push filtering, and workflow/docs cleanup) without version bump. No manual conformance artifact edits. Co-authored-by: Cursor --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e9622..95d5216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,15 @@ All notable changes to this repository are documented here. **PyPI** releases us ## 0.1.3 — 2026-05-08 -- **Conformance CI hardening:** keep canonical spec checks green when protected - branches reject workflow push-back, while continuing to upload conformance - report and certificate artifacts. -- **Spec pin adoption + docs:** pin to `spec-v2.0.1` and refresh README - guidance for artifact visibility and spec-pinned conformance execution. +- **Conformance pipeline hardening:** pin to `spec-v2.0.1`, keep canonical + spec checks green when protected branches reject push-back, and continue + uploading conformance report/certificate artifacts for each run. +- **Cert-bot loop prevention:** skip conformance publish follow-up when the + cert bot is the actor and ignore conformance-only root JSON pushes on + `main`/`master` to prevent repeated CI churn. +- **CI/documentation cleanup:** tighten workflow token permissions, simplify + publish gating conditions, and refresh README conformance guidance to match + current spec-pinned behavior. - **Tooling polish:** normalize formatting in schema-model generation tooling to keep static checks and generated diffs stable.