From 8c0d8dcc2f0e8fffc157d52481218dc81aa62e83 Mon Sep 17 00:00:00 2001 From: Steve Morin Date: Thu, 16 Jul 2026 00:00:18 -0700 Subject: [PATCH 1/2] fix: use schema-valid 'default' object in .contributors.yml The contributors-please schema requires classification.default as an {id, label} object; default_category is an unknown key and failed the first Update Contributors run. Claude-Session: https://claude.ai/code/session_014DjTALJi3LJhYmrdpw6Rej --- .contributors.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.contributors.yml b/.contributors.yml index 1a229a8..5bcd3fd 100644 --- a/.contributors.yml +++ b/.contributors.yml @@ -33,4 +33,6 @@ classification: - "tests/**" - "benches/**" - "nix/**" - default_category: code + default: + id: code + label: Code Contributor From 18c98c03e4b183df602fac4f6a4cc66cb6b08904 Mon Sep 17 00:00:00 2001 From: Steve Morin Date: Thu, 16 Jul 2026 00:02:59 -0700 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20correct=20P12-TS01=20=E2=80=94=20rc?= =?UTF-8?q?=20tag=20conflicts=20with=20tag=3D=3Dversion=20guard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude-Session: https://claude.ai/code/session_014DjTALJi3LJhYmrdpw6Rej --- PROJECTS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECTS.md b/PROJECTS.md index a2bf555..98f56a5 100644 --- a/PROJECTS.md +++ b/PROJECTS.md @@ -344,8 +344,10 @@ contributors-please. no-cancel concurrency; ship both bins in `togl-` archives - [x] [P12-T05] contributors-please: update-contributors.yml, .contributors.yml, CONTRIBUTORS.md markers -- [ ] [P12-TS01] Pre-release tag (vX.Y.Z-rc.1) exercises the pipeline - end-to-end before the first real release +- [ ] [P12-TS01] First gated release exercises the pipeline end-to-end + (an rc tag would fail the tag==version guard without a matching + version-bump commit, and npm would tag the rc `latest`; the + environment reviewer gates + TestPyPI smoke test cover the risk) ### Manual Steps (maintainer) - PyPI + TestPyPI: add trusted publisher per registry for `togl`