chore(release): 0.1.1 — reconcile releases, publish via trusted publishing - #9
Merged
Conversation
…shing Ports ai-forms' publish reconciler: merging a version bump to main is the whole release. The workflow (on push, hourly, or by hand) asks the registry whether package.json's version exists and publishes it if not — idempotent, and immune to the tag-pushed-by-GITHUB_TOKEN trigger gap. Auth is OIDC via the package's Trusted Publisher (this repo + publish.yml), so no npm token exists to leak or expire. The bump to 0.1.1 makes the merge itself prove the tokenless path live. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
catomean
added a commit
that referenced
this pull request
Aug 20, 2026
Publishing is trusted publishing (OIDC) since #9; the NPM_TOKEN secret is being deleted. Without this, the weekly probe would fail on the missing secret and open a false "releases are blocked" issue. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Same release model ai-forms now uses, ported here:
package.json's version is published; publish if not. Idempotent, no tag-trigger gap.threadkitis configured (this repo ·publish.yml· allownpm publish); noNODE_AUTH_TOKENanywhere.v0.1.1is pushed by the workflow after a successful publish).After merge + green publish run: the
NPM_TOKENrepo secret gets deleted and the npm token revoked.🤖 Generated with Claude Code