Skip to content

Commit 7538424

Browse files
authored
Exclude internal packages from changeset versioning and remove @agent-facets/engine from changesets (#329)
### 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/engine` rather than the root `agent-facets` package. ### Details - Added the internal packages to the `ignore` list in the changeset config so they are never versioned or published. - Moved the changeset entries for "Make `OnLog` accept a lazy builder thunk..." and "Sort lockfile facet keys alphabetically..." from `@agent-facets/engine` to `agent-facets`, correcting the package attribution.
1 parent b8ad49a commit 7538424

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [["agent-facets", "@agent-facets/adapter", "@agent-facets/protocol"]],
7-
"ignore": [],
7+
"ignore": ["@agent-facets/engine", "@agent-facets/common", "@agent-facets/landing", "@agent-facets/functions"],
88
"access": "public",
99
"baseBranch": "main",
1010
"updateInternalDependencies": "patch",

.changeset/floppy-maps-chew.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
"agent-facets": patch
3-
"@agent-facets/engine": patch
43
---
54

65
Make `OnLog` accept a lazy builder thunk, remove `foo` facet, and drop skipped TTY adapter-picker tests

.changeset/quiet-sloths-jam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@agent-facets/engine": patch
2+
"agent-facets": patch
33
---
44

55
Sort lockfile facet keys alphabetically on write for deterministic diffs

0 commit comments

Comments
 (0)