Conversation
…to `agent-facets`
|
| Name | Type |
|---|---|
| agent-facets | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
There was a problem hiding this comment.
Pull request overview
This PR updates Changesets configuration and existing changeset entries so that internal (private) workspace packages are excluded from Changesets versioning/publishing, and two changesets previously attributed to @agent-facets/engine are correctly attributed to the root agent-facets package.
Changes:
- Added
@agent-facets/engine,@agent-facets/common,@agent-facets/landing, and@agent-facets/functionsto.changeset/config.json’signorelist. - Updated
.changeset/quiet-sloths-jam.mdto bumpagent-facetsinstead of@agent-facets/engine. - Updated
.changeset/floppy-maps-chew.mdto remove the@agent-facets/enginebump entry.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .changeset/config.json | Configures Changesets to ignore internal/private packages so they are not versioned/published. |
| .changeset/quiet-sloths-jam.md | Re-attributes the patch bump from @agent-facets/engine to agent-facets. |
| .changeset/floppy-maps-chew.md | Removes the @agent-facets/engine entry so only agent-facets is bumped. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Why
Internal packages (
@agent-facets/engine,@agent-facets/common,@agent-facets/landing,@agent-facets/functions) should not be published to npm, so they need to be excluded from changesets versioning. Additionally, two existing changesets were incorrectly attributed to@agent-facets/enginerather than the rootagent-facetspackage.Details
ignorelist in the changeset config so they are never versioned or published.OnLogaccept a lazy builder thunk..." and "Sort lockfile facet keys alphabetically..." from@agent-facets/enginetoagent-facets, correcting the package attribution.