Skip to content

Commit d2e6568

Browse files
committed
chore: add an empty changeset for the test-only drift guard
The Check Changeset gate requires a changeset on every PR and sanctions an empty one for changes that release nothing. This PR adds a test and ships no package change, so it takes that path — matching the existing docs/assessment changesets that carry empty frontmatter. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TubWYdWquVkS9dj733sDmC
1 parent 3e9ac3c commit d2e6568

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
---
3+
4+
test(cli): pin the plugin-carried Setup pages against their translations (#3589)
5+
6+
Test-only; releases nothing. Adds a drift guard asserting the `en` entries in
7+
`@objectstack/platform-objects` stay byte-identical to the `page:header`
8+
literals authored in `@objectstack/cloud-connection` and `@objectstack/mcp`,
9+
that the `pages` key set matches across every shipped locale, and that
10+
`translatePage` localizes the three Setup pages end-to-end.
11+
12+
`translatePage` applies the bundle for every locale including `en`, so a
13+
drifted `en` entry silently overrides newer authored copy rather than falling
14+
back to it — previously nothing in the build caught that.

0 commit comments

Comments
 (0)