fix: enforce options boundary and patch release flow - #30
Merged
Conversation
tensornull
marked this pull request as ready for review
July 29, 2026 04:55
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.
What changed
provider,workloadIdentity, anddangerouslyAllowBrowserfromCometAPIOptionsand inheritedwithOptionsOpenAIErrorinstancesRoot cause
The public options type omitted only
apiKeyandbaseURL, so it accidentally admitted upstream routing, workload identity, and browser bypass fields that conflict with the CometAPI-owned route/auth/security boundary. Separately, the post-0.1.0 Release Please run had no discoverable published tag/Release boundary, rediscovered the initial feature commit, and generated 0.2.0; PR creation then failed independently because Actions PR authorization is disabled.Validation
npm cinpm run format:checknpm run lintnpm run typechecknpm test(13 files, 276 tests)npm run verify:offlinenpm run check:self-containedfrom committed HEADnpm run actionlint(1.7.12)git diff --check0.1.1PR updating package, lock, manifest, and changelog; no 0.2.0No 0.2 provider adapters are included.