Skip to content

chore(changesets): backfill changesets for merged PRs that shipped without one - #410

Merged
ScriptedAlchemy merged 5 commits into
mainfrom
chore/changesets-backfill
Sep 3, 2026
Merged

chore(changesets): backfill changesets for merged PRs that shipped without one#410
ScriptedAlchemy merged 5 commits into
mainfrom
chore/changesets-backfill

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

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/*.md in its diff. Thirteen PRs had (a) without (b) and get a patch changeset (.changeset/backfill-pr-<N>.md, summary in the documented style, trailing (#N)); none was breaking.

PR Package(s) Bump
#2 agent-bundle patch
#7 agent-bundle (@rslint/core runtime dep) patch
#118 agent-bundle patch
#163 agent-bundle patch
#164 agent-bundle, @agent-bundle/runtime patch
#165 agent-bundle patch
#168 agent-bundle, create-agent-bundle patch
#183 agent-bundle patch
#208 @agent-bundle/runtime patch
#303 agent-bundle (open runtime dep) patch
#304 @agent-bundle/runtime (zod runtime dep; devDependency only in agent-bundle) patch
#305 agent-bundle (ignore runtime dep) patch
#348 agent-bundle, @agent-bundle/runtime, create-agent-bundle patch

Deliberately not backfilled (no consumer-observable change, per .changeset/README.md; would carry skip-changeset today): #22, #27, #69 (package README only), #40 (publishConfig.provenance + README), #345 (build-time publint plugin in rslib.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 are agent-bundle 0.1.0 → 0.2.0, @agent-bundle/runtime 0.0.0 → 0.1.0, create-agent-bundle 0.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 present passes (changesets only; no publishable source changed)
  • CI green, Codex review threads addressed
  • After merge, the Version Packages PR picks up the 13 entries

…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-bot

changeset-bot Bot commented Sep 3, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 35fc9c6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
agent-bundle Patch
@agent-bundle/runtime Patch
create-agent-bundle Patch

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

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-03T08:47:54.316804Z 35fc9c6 Manual request
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread .changeset/backfill-pr-348.md Outdated
Comment thread .changeset/backfill-pr-163.md Outdated
@pkg-pr-new

pkg-pr-new Bot commented Sep 3, 2026

Copy link
Copy Markdown
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle@410
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/create-agent-bundle@410
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/@agent-bundle/runtime@410

commit: 35fc9c6

@ScriptedAlchemy

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread .changeset/backfill-pr-118.md Outdated
@ScriptedAlchemy

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread .changeset/backfill-pr-164.md Outdated
Comment thread .changeset/backfill-pr-7.md Outdated
@ScriptedAlchemy

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread .changeset/backfill-pr-348.md Outdated
@ScriptedAlchemy

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 👍

Reviewed commit: 35fc9c6d93

ℹ️ 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".

@ScriptedAlchemy
ScriptedAlchemy merged commit 7404daa into main Sep 3, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant