From fcb200453ad5590c81c8222f9bd31858138adb15 Mon Sep 17 00:00:00 2001 From: Cole Speelman Date: Thu, 10 Sep 2026 12:44:31 -0400 Subject: [PATCH] Close the shared CMS package delivery checkpoint --- TODO.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 86b33fa..fea574e 100644 --- a/TODO.md +++ b/TODO.md @@ -26,9 +26,11 @@ The consolidated `scripts/verify.sh` passed, including all 126 allowlisted public-export paths, exported-package compilation, full tests/race, the existing vet diagnostic exception, dependency/license checks and the starter build. -Release candidate: `v0.1.0-preview.27`. Next: publish these verified bytes and -pin the consumer immutably. No unrelated auth changes in this slice. +Published: `v0.1.0-preview.27`, commit `d991ad4`. The consumer now pins the +published module without a workspace replacement in its release checks; its +full Go/vet, focused race, package and trusted-TLS browser checks pass. +No remaining package implementation work or unrelated auth changes in this slice. -Status: implemented and consolidated verification/export complete. Consumer +Status: implemented, verified, published and adopted. Consumer deployment remains separately recorded in its repository. Release history stays in CHANGELOG; publication is confirmed by the remote tag, not a checkbox here.