chore(changesets): backfill changesets for merged PRs that shipped without one - #410
Conversation
…thout one Thirteen merged PRs changed a publishable package's shipped surface without a changeset. Each gets a patch entry named for the PR (backfill-pr-<N>.md) with a user-facing summary and the PR reference, per .changeset/README.md.
🦋 Changeset detectedLatest commit: 35fc9c6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7d57713113
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
commit: |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c385e811e5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f7e1fd53f9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…e surfaces behind dependency bumps
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bdd941dfca
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…utput-neutral refactor)
|
@codex review |
|
Codex Review: Didn't find any major issues. 👍 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
Follow-up to #403. Every merged PR was enumerated (
gh pr list --state merged --limit 400, 299 PRs; 212 touched a publishable package) and checked for (a) changes to a publishable package's non-tests/**files and (b) a.changeset/*.mdin its diff. Thirteen PRs had (a) without (b) and get apatchchangeset (.changeset/backfill-pr-<N>.md, summary in the documented style, trailing(#N)); none was breaking.@rslint/coreruntime dep)openruntime dep)zodruntime dep; devDependency only in agent-bundle)ignoreruntime dep)Deliberately not backfilled (no consumer-observable change, per
.changeset/README.md; would carryskip-changesettoday): #22, #27, #69 (package README only), #40 (publishConfig.provenance+ README), #345 (build-time publint plugin inrslib.config.ts), #14, #18, #238 (refactors declared "no behavior change" in their PR bodies).Evidence
pnpm changeset status --verbose: all 13 parse; resulting pending bumps areagent-bundle0.1.0 → 0.2.0,@agent-bundle/runtime0.0.0 → 0.1.0,create-agent-bundle0.0.0 → 0.1.0 (the minors come from pre-existing changesets; every backfill entry is a patch).pnpm lint:package: publint "All good!" for all three packages.pnpm pack:dry-run: exit 0 (agent-bundle-0.1.0.tgz).Test plan
Changeset presentpasses (changesets only; no publishable source changed)