Uh oh!
There was an error while loading. Please reload this page.
fix(client): delete stale exported-any-returns entry for packages.update - #12207
Merged
Merged
Conversation
`22c42c9b` (#12062) bound `packages.update`'s return type, closing its any-return under #11925, but `packages/client/exported-any-returns.json` still carried the entry. The ledger is shrink-only and judged EXACTLY, so the lingering entry reds `pnpm --filter @objectstack/client run check:exported-any-returns` for every PR whose gate family includes the client consumer gates. Deletes exactly the `ObjectStackClient.packages.update` entry; every other entry (still-open #11925/#12104 debt) is untouched, as is `$comment`. Fixes#12193 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KWRU3s15AJz7PGW7a7wdCh
Contributor
📓 Docs Drift Check
What this run could not see
Coarse fallback — 15 page(s) merely mention a changed package (the pre-#9192 predicate, kept for the deliberately-wide backstop): |
os-support-ai
marked this pull request as ready for review
August 25, 2026 13:34
Uh oh!
There was an error while loading. Please reload this page.
os-support-ai pushed a commit
that referenced
this pull request
Aug 25, 2026
…-metadata-activation-ledger Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KWRU3s15AJz7PGW7a7wdCh
os-support-ai pushed a commit
that referenced
this pull request
Aug 25, 2026
…-flow-clone-action Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KWRU3s15AJz7PGW7a7wdCh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes#12193
What
Deletes the single stale
"ObjectStackClient.packages.update"entry frompackages/client/exported-any-returns.json.22c42c9b(#12062) boundpackages.update's return type, closing its any-return erasure under #11925,but the ledger — shrink-only and judged EXACTLY — still carried the entry, so
it reds
pnpm --filter @objectstack/client run check:exported-any-returnsfor every PR whose derived gate family includes the client consumer gates.
⛔ Nothing else touched: every other entry (still-open #11925/#12104 debt)
and
$commentare untouched.git diff --statconfirms1 file changed, 1 deletion(-).Verify — gate verdict, before and after (at
63f8d7fa)Built
packages/client/distfirst (the gate reads the BUILT.d.ts, notsrc/).Before (unfixed tree, reproduced against the base commit):
After (this PR's tree):
Other local gates run (dispatch-gates-derived for this diff, all green)
pnpm check:published-files— ✓ confirmsexported-any-returns.jsonis not inpackages/client'sfileswhitelist (dist,README.md,CHANGELOG.mdonly), so it is not a published file.pnpm check:nul-bytespnpm check:slot-lookuppnpm check:test-source-aliaspnpm check:type-source-resolutionnode scripts/check-plugin-teardown-shape.mjsnode scripts/docs-audit/check-affected-docs.mjsnode scripts/docs-audit/check-drift-comment.mjsChangeset
None — repo-internal, non-published ledger file (confirmed via
check:published-filesabove). Requesting theskip-changesetlabel.Refs: #12062 / #11925 (the binding work) · #11927 (the ledger)
Generated by Claude Code