Skip to content

ci(budget): raise the framework per-chunk ceiling to 100,000 by maintainer ruling - #8550

Merged
os-sales merged 2 commits into
mainfrom
claude/issue-8541-framework-ceiling-raise
Sep 8, 2026
Merged

ci(budget): raise the framework per-chunk ceiling to 100,000 by maintainer ruling#8550
os-sales merged 2 commits into
mainfrom
claude/issue-8541-framework-ceiling-raise

Conversation

@os-sales

@os-sales os-sales commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Part of #8541. Related: #8542, which owns the attribution and stays open.

This is a MAINTAINER RULING, and nothing else. The number 100_000 is the
maintainer's, taken after the trade-off was put to them. It is ⛔ not derived in this
PR, ⛔ not rounded, and ⛔ not a figure any measurement here recommends. Everything
below is what the ruling COSTS, measured — that is the half a later reader cannot
recover from the constant.

What moved

constant before after
PER_CHUNK_GZIP_CEILINGS.framework 71_000 100_000
PER_CHUNK_BASELINE.framework 61_465 72_245

Both in one commit, as the gate's own failure text and the "Raising one" section
require. ⛔ Nothing else in that file's constants was touched: not the other three
ceilings, not MAX_EAGER_CLOSURE_GZIP_BYTES, not BASELINE, and above all not
REGRESSION_THIS_GATE_MUST_CATCH_BYTES
, which stays at 89 * 1024 — the file says
at :203-205 that re-baselining must never become an excuse to widen the sensitivity,
and this raise is the exact case that rule was written for.

The baseline was re-derived, not copied

72_245 is read out of apps/console/dist/eager-closure.json from a real build on
3f775eeb8 (this branch's base, the main tip it was cut from), with no diff of its
own applied
pnpm turbo run build --filter='./packages/*' then
pnpm --filter @object-ui/console build, wrapper exit 0. ⛔ Not copied from #8541,
#8542, or PR #8544.

It coincides exactly with the 72,245 a dev on PR #8544 measured on merge base
3bc187b7f. Two independent builds on two different commits agreeing to the byte is
worth more than either alone, and it is a coincidence of readings, not a citation.

The per-KEY provenance block is updated with it: framework is split out of the bullet
it shared with i18n-locales, because the two are no longer one build. That split also
corrects a claim in the inherited text — the shared bullet warned that neither entry was
a reading of an unmodified tree, which is true of i18n-locales (its chunk does not
exist without the vite.config.ts diff that created it) and is not true of the new
framework reading, whose change lives entirely in scripts/, not a build input.

What the bytes buy: NOTHING IDENTIFIABLE

The gate's failure text demands the author "say in the PR what the bytes buy". The
honest answer is that nobody knows, and stating that is the point rather than a gap to
be filled with a plausible story.

The ~1.6 KB regression between 40a7c538a (last green) and f76f43628 (first red) is
still UNATTRIBUTED.
Nobody has run the bisect. Two seats looked at the same
four-commit window and named two different "obvious" suspects — f76f43628 (#8512's
per-operator refusal strings into packages/core) and 270f2825b (#8518, five shipped
packages plus console) — and neither built anything to check. The endpoints of that
~1.6 KB are themselves arithmetic over figures quoted in other PRs' commit messages
(70,651, then 70,999), ⛔ neither of them re-measured on the commit it is attributed
to.

⚠️ And this change makes that question harder to ask, not easier. The per-chunk line
was the only thing holding the unexplained bytes in view; after this it passes over
them. The checker is a two-build predicate over four commits — the cheapest bisect this
repository has — and raising the ceiling removes the daily reminder that nobody has run
it. #8542 owns that attribution and is deliberately left open.

This makes framework the loosest per-chunk ceiling in the file

Measured, not asserted. All four read from the one 3f775eeb8 build, against
REGRESSION_THIS_GATE_MUST_CATCH_BYTES = 91,136:

ceiling measured ceiling headroom multiple
framework 72,245 100,000 27,755 0.30x
vendor-objectstack 1,235,152 1,254,000 18,848 0.21x
ui-components 393,271 399,000 5,729 0.06x
i18n-locales 452,100 455,000 2,900 0.03x

framework now carries more slack than the next loosest and an order of magnitude
more than the tightest, and it abandons the 0.10x convention objectui#7399 re-pinned
this key and i18n-locales to. It is still inside one regression — 1.00x is where
evaluateHeadroomSensitivity calls a line blind — but "not blind" is the floor this
file refuses to fall through, not a standard it aims at.

Verification

All exit codes captured by redirect before any pipe.

check exit reading
node scripts/check-eager-closure-budget.mjs (before) 1 framework 70.6 KB / 69.3 KB ceiling (OVER by 1.2 KB)
node scripts/check-eager-closure-budget.mjs (after) 0 all four legs pass
pnpm exec vitest run — 5 gate test files 0 Test Files 5 passed (5) · Tests 219 passed (219)
node scripts/check-control-bytes.mjs 0
node scripts/check-changeset-presence.mjs 0 no changeset is owed
pnpm run type-check:scripts 0
pnpm exec eslint (2 changed files) 0 0 errors, 0 warnings

Four-leg verdict after the change, from the gate's own printed lines:

✅ Console eager closure is 3475.0 KB gzipped across 50 of 518 chunks (budget: 3512.7 KB, headroom: 37.7 KB).
✅ Per-chunk eager budgets (4 chunks weighed):
  ✅ vendor-objectstack      1206.2 KB / 1224.6 KB ceiling (headroom 18.4 KB)
  ✅ i18n-locales             441.5 KB / 444.3 KB ceiling (headroom 2.8 KB)
  ✅ ui-components            384.1 KB / 389.6 KB ceiling (headroom 5.6 KB)
  ✅ framework                 70.6 KB / 97.7 KB ceiling (headroom 27.1 KB)
✅ Ceiling sensitivity (5 ceilings, each weighed against the report just read):
  ✅ chunk `framework`                 70.6 KB measured / 97.7 KB ceiling (headroom 27.1 KB = 0.30x the 89.0 KB regression)
ℹ️  Ceiling freshness: not applicable to a local run.

The payload is byte-identical before and after: the diff is two files under scripts/,
and the console build's turbo inputs cover scripts/vite-*.ts, not
scripts/check-*.mjs or scripts/__tests__/ — the same argument BASELINE's own block
makes about its commit. Only the line the payload is weighed against moved.

PER_CHUNK_BASELINE feeds no verdict — ablated, with a positive control

The file states at :1227 that BASELINE and PER_CHUNK_BASELINE are deliberately
absent from VERDICT_CEILING_CONSTANTS. Checked rather than taken on trust, both legs
restored by comparing git hash-object against the HEAD blob:

leg mutation gate exit output vs clean
A PER_CHUNK_BASELINE.framework 72,245 to 9,999 0 IDENTICAL
B (control) PER_CHUNK_GZIP_CEILINGS.framework 100,000 to 9,999 1 DIFFERSframework ... OVER by 60.8 KB

⇒ leg A's identity is a real reading and not a harness that sees nothing. Moving the
baseline changes no verdict; it changes what the unit test weighs the ceiling against,
which is the constraint ceiling - measured stays under one regression (27,755 against
91,136 — asserted in scripts/__tests__/check-eager-closure-budget.test.ts).

One correction outside the two named constants

scripts/__tests__/check-eager-closure-budget.test.ts carried the sentence "framework
is now pinned at 71,000 over a 61,465 payload". This commit is what makes that false, so
it is updated in the same commit — two numerals and the magnitude word that follows from
them. ⛔ No constant, assertion or test behaviour changed; git diff on that file is
four lines of prose.

⚠️ A premise of the brief this PR was written from, falsified

The dispatch stated that #8541 and #8542 are both unlabelled, and that no card could
therefore be claimed. Read over REST at the time of writing, both carry labels:

This does not change what was done: the authorisation for this PR is the maintainer
ruling, not a card claim, and no claim was posted. It does mean the stated reason for
not claiming was not the true one, and that Part of #8541 points at a card that is
already closed — #8542 is the live one. ⛔ Neither card is closed by this PR; that is
triage's call, and the attribution question stays open regardless.


🤖 Generated with Claude Code

https://claude.ai/code/session_01CZY49skxUBYyJcdnTcYPrE


Generated by Claude Code

…ntainer ruling

`PER_CHUNK_GZIP_CEILINGS.framework` moves 71,000 -> 100,000 and
`PER_CHUNK_BASELINE.framework` moves 61,465 -> 72,245 in the same commit, the
latter re-derived from a real `apps/console` build on `3f775eeb8` rather than
copied from a card.

The number is the maintainer's, taken after the trade-off was put to them. What
the bytes buy is nothing identifiable: `Bundle Analysis` went red on `main` at
`f76f43628` with `40a7c538a` the last green, and that window has never been
bisected. This raise does not answer that question, it makes it harder to ask.

Headroom is 27,755 bytes = 0.30x REGRESSION_THIS_GATE_MUST_CATCH_BYTES, which
makes `framework` the loosest per-chunk ceiling in the file (0.21x, 0.06x, 0.03x
for the other three, all read from the same build). The sensitivity constant is
untouched at 89 * 1024, and so are the other three ceilings, the aggregate and
BASELINE.

The per-KEY provenance block splits `framework` out of the bullet it shared with
`i18n-locales`, since the two are no longer one build. The test file's prose
restatement of the retiring pair is updated because this commit is what makes it
false.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CZY49skxUBYyJcdnTcYPrE
@github-actions github-actions Bot added the tests label Sep 8, 2026
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

✅ Console Performance Budget

Metric Value Budget
Eager closure (gzip, 50 chunks) 3475.0 KB 3512.7 KB
Main entry chunk (gzip) 143.9 KB 350 KB
Entry file index-CI564s7H.js
Status PASS

The eager closure is every chunk the entry reaches through static imports — what the browser fetches and parses before the app renders. The entry chunk on its own is a small fraction of it.


📦 Bundle Size Report

Package Size Gzipped
app-shell (consoleActionDispatch.js) 0.20KB 0.19KB
app-shell (index.js) 15.67KB 5.75KB
app-shell (runtime-config.js) 20.68KB 7.36KB
app-shell (types.js) 0.01KB 0.04KB
app-shell (urlParams.js) 10.06KB 3.86KB
auth (ActiveOrganizationStorage.js) 25.05KB 9.16KB
auth (AuthContext.js) 0.31KB 0.24KB
auth (AuthGuard.js) 2.07KB 1.00KB
auth (AuthProvider.js) 40.18KB 10.59KB
auth (AuthShell.js) 3.49KB 1.40KB
auth (ForgotPasswordForm.js) 12.21KB 3.45KB
auth (LoginForm.js) 18.15KB 5.39KB
auth (PreviewBanner.js) 0.90KB 0.50KB
auth (RegisterForm.js) 6.65KB 2.22KB
auth (SocialSignInButtons.js) 9.61KB 3.89KB
auth (UserMenu.js) 3.41KB 1.23KB
auth (auth-gate-events.js) 1.29KB 0.66KB
auth (authStyles.js) 5.04KB 1.72KB
auth (createAuthClient.js) 40.21KB 10.80KB
auth (createAuthenticatedFetch.js) 8.46KB 3.43KB
auth (index.js) 3.19KB 1.44KB
auth (invitation-status.js) 1.22KB 0.70KB
auth (org-roles.js) 6.66KB 2.78KB
auth (phone-identifier.js) 1.11KB 0.66KB
auth (types.js) 0.59KB 0.35KB
auth (useAuth.js) 5.30KB 1.02KB
auth (useWorkspaceAdminStatus.js) 11.08KB 4.58KB
collaboration (CommentThread.js) 26.08KB 7.56KB
collaboration (LiveCursors.js) 3.17KB 1.27KB
collaboration (PresenceAvatars.js) 6.49KB 2.64KB
collaboration (PresenceProvider.js) 2.79KB 1.13KB
collaboration (index.js) 1.68KB 0.73KB
collaboration (useCollaborationTranslation.js) 6.05KB 2.52KB
collaboration (useCommentSearch.js) 1.98KB 0.88KB
collaboration (useConflictResolution.js) 7.75KB 1.86KB
collaboration (useMentionNotifications.js) 1.81KB 0.68KB
collaboration (usePresence.js) 6.33KB 1.84KB
collaboration (useRealtimeSubscription.js) 7.91KB 2.01KB
components (index.js) 498.87KB 114.10KB
core (index.js) 7.48KB 2.96KB
create-plugin (index.js) 10.12KB 3.28KB
data-objectstack (index.js) 191.36KB 53.16KB
fields (index.js) 243.24KB 61.42KB
i18n (LocalizationContext.js) 1.76KB 0.96KB
i18n (builtinAggregateLabels.js) 0.86KB 0.49KB
i18n (currency.js) 1.22KB 0.64KB
i18n (fallbackInterpolation.js) 6.25KB 2.77KB
i18n (i18n.js) 6.57KB 2.76KB
i18n (index.js) 3.65KB 1.47KB
i18n (pickLocalized.js) 7.62KB 3.26KB
i18n (provider.js) 26.89KB 9.04KB
i18n (useDisplayLocale.js) 2.85KB 1.45KB
i18n (useObjectLabel.js) 34.34KB 9.17KB
i18n (useSafeTranslation.js) 5.60KB 2.33KB
layout (index.js) 38.84KB 10.94KB
mobile (MobileProvider.js) 0.92KB 0.49KB
mobile (ResponsiveContainer.js) 0.94KB 0.38KB
mobile (breakpoints.js) 1.51KB 0.70KB
mobile (createOfflineDataSource.js) 5.61KB 1.75KB
mobile (index.js) 1.99KB 0.87KB
mobile (offlineQueue.js) 3.91KB 1.35KB
mobile (pwa.js) 0.97KB 0.49KB
mobile (serviceWorker.js) 1.48KB 0.62KB
mobile (serviceWorkerSource.js) 3.41KB 1.48KB
mobile (useBreakpoint.js) 1.54KB 0.65KB
mobile (useGesture.js) 6.96KB 1.98KB
mobile (useOfflineSync.js) 1.99KB 0.72KB
mobile (usePullToRefresh.js) 2.53KB 0.85KB
mobile (useResponsive.js) 0.72KB 0.42KB
mobile (useSpecGesture.js) 4.39KB 1.66KB
mobile (useTouchTarget.js) 1.01KB 0.54KB
permissions (MePermissionsProvider.js) 11.71KB 4.29KB
permissions (PermissionContext.js) 0.31KB 0.25KB
permissions (PermissionGuard.js) 0.89KB 0.45KB
permissions (PermissionProvider.js) 6.24KB 2.16KB
permissions (discardProofCache.js) 1.04KB 0.55KB
permissions (evaluator.js) 5.12KB 1.74KB
permissions (index.js) 0.93KB 0.41KB
permissions (store.js) 0.91KB 0.42KB
permissions (useFieldPermissions.js) 1.28KB 0.53KB
permissions (usePermissions.js) 4.83KB 2.27KB
plugin-ai (index.js) 15.16KB 3.68KB
plugin-calendar (index.js) 49.00KB 13.91KB
plugin-charts (index.js) 71.39KB 19.92KB
plugin-chatbot (index.js) 194.53KB 46.34KB
plugin-dashboard (index.js) 131.43KB 34.44KB
plugin-designer (index.js) 213.21KB 43.63KB
plugin-detail (index.js) 248.46KB 63.90KB
plugin-editor (index.js) 2.23KB 1.05KB
plugin-form (index.js) 131.01KB 32.32KB
plugin-gantt (index.js) 167.16KB 40.99KB
plugin-grid (index.js) 208.30KB 56.63KB
plugin-kanban (index.js) 55.40KB 15.71KB
plugin-list (index.js) 112.74KB 27.70KB
plugin-map (index.js) 20.49KB 6.83KB
plugin-markdown (index.js) 13.88KB 4.80KB
plugin-report (index.js) 43.42KB 11.92KB
plugin-timeline (index.js) 30.10KB 8.74KB
plugin-tree (index.js) 9.33KB 3.25KB
plugin-view (index.js) 84.54KB 20.84KB
providers (DataSourceProvider.js) 0.75KB 0.39KB
providers (MetadataProvider.js) 1.37KB 0.59KB
providers (ThemeProvider.js) 1.90KB 0.85KB
providers (UploadProvider.js) 11.66KB 3.50KB
providers (index.js) 0.45KB 0.23KB
providers (types.js) 0.01KB 0.04KB
react-runtime (index.js) 5.62KB 2.34KB
react (LazyPluginLoader.js) 4.47KB 1.63KB
react (SchemaRenderer.js) 81.07KB 26.86KB
react (data-invalidation.js) 5.05KB 2.08KB
react (index.js) 4.63KB 2.18KB
react (schema-input.js) 2.32KB 1.24KB
react (spec-input.js) 0.20KB 0.18KB
sdui-parser (codegen.js) 6.58KB 2.74KB
sdui-parser (dashboard-widget-options.js) 3.08KB 1.30KB
sdui-parser (index.js) 5.55KB 2.45KB
sdui-parser (input-type.js) 2.84KB 1.40KB
sdui-parser (parse.js) 20.57KB 5.88KB
sdui-parser (provenance.js) 3.66KB 1.82KB
sdui-parser (types.js) 0.28KB 0.23KB
sdui-parser (validate.js) 13.64KB 4.59KB
types (ai.js) 0.20KB 0.17KB
types (api-types.js) 0.20KB 0.18KB
types (app.js) 2.87KB 1.00KB
types (base.js) 0.20KB 0.18KB
types (blocks.js) 0.20KB 0.18KB
types (complex.js) 2.93KB 1.49KB
types (crud.js) 0.20KB 0.18KB
types (dashboard-filter-alias.js) 6.23KB 2.74KB
types (data-display.js) 3.75KB 1.85KB
types (data-protocol.js) 0.20KB 0.19KB
types (data.js) 0.20KB 0.18KB
types (designer.js) 1.85KB 0.85KB
types (disclosure.js) 0.20KB 0.18KB
types (error-code.js) 1.54KB 0.88KB
types (expression.js) 0.20KB 0.18KB
types (feedback.js) 0.20KB 0.18KB
types (field-types.js) 0.20KB 0.18KB
types (form.js) 0.20KB 0.18KB
types (http-inflight.js) 8.87KB 3.73KB
types (http-retry.js) 4.32KB 2.02KB
types (icon-key-migration.js) 4.26KB 1.63KB
types (index.js) 4.74KB 2.25KB
types (layout.js) 0.20KB 0.18KB
types (managed-by.js) 0.19KB 0.18KB
types (mobile.js) 4.73KB 2.28KB
types (navigation.js) 0.20KB 0.18KB
types (objectql.js) 0.20KB 0.18KB
types (overlay.js) 0.20KB 0.18KB
types (permissions.js) 0.20KB 0.18KB
types (plugin-scope.js) 0.20KB 0.18KB
types (record-components.js) 0.20KB 0.19KB
types (record-semantics.js) 1.28KB 0.67KB
types (registry.js) 0.20KB 0.18KB
types (reports.js) 0.20KB 0.18KB
types (select-option.js) 0.20KB 0.19KB
types (spec-report.js) 5.05KB 1.93KB
types (spec-ui-namespace.js) 0.20KB 0.19KB
types (system-fields.js) 3.33KB 1.54KB
types (theme.js) 6.28KB 2.87KB
types (ui-action.js) 8.11KB 3.32KB
types (views.js) 0.20KB 0.18KB
types (widget.js) 0.20KB 0.18KB

Size Limits

  • ✅ Core packages should be < 50KB gzipped
  • ✅ Component packages should be < 100KB gzipped
  • ⚠️ Plugin packages should be < 150KB gzipped

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

✅ Console Performance Budget

Metric Value Budget
Eager closure (gzip, 50 chunks) 3475.4 KB 3512.7 KB
Main entry chunk (gzip) 143.9 KB 350 KB
Entry file index-BBwSgy-I.js
Status PASS

The eager closure is every chunk the entry reaches through static imports — what the browser fetches and parses before the app renders. The entry chunk on its own is a small fraction of it.


📦 Bundle Size Report

Package Size Gzipped
app-shell (consoleActionDispatch.js) 0.20KB 0.19KB
app-shell (index.js) 15.67KB 5.75KB
app-shell (runtime-config.js) 20.68KB 7.36KB
app-shell (types.js) 0.01KB 0.04KB
app-shell (urlParams.js) 10.06KB 3.86KB
auth (ActiveOrganizationStorage.js) 25.05KB 9.16KB
auth (AuthContext.js) 0.31KB 0.24KB
auth (AuthGuard.js) 2.07KB 1.00KB
auth (AuthProvider.js) 40.18KB 10.59KB
auth (AuthShell.js) 3.49KB 1.40KB
auth (ForgotPasswordForm.js) 12.21KB 3.45KB
auth (LoginForm.js) 18.15KB 5.39KB
auth (PreviewBanner.js) 0.90KB 0.50KB
auth (RegisterForm.js) 6.65KB 2.22KB
auth (SocialSignInButtons.js) 9.61KB 3.89KB
auth (UserMenu.js) 3.41KB 1.23KB
auth (auth-gate-events.js) 1.29KB 0.66KB
auth (authStyles.js) 5.04KB 1.72KB
auth (createAuthClient.js) 40.21KB 10.80KB
auth (createAuthenticatedFetch.js) 8.46KB 3.43KB
auth (index.js) 3.19KB 1.44KB
auth (invitation-status.js) 1.22KB 0.70KB
auth (org-roles.js) 6.66KB 2.78KB
auth (phone-identifier.js) 1.11KB 0.66KB
auth (types.js) 0.59KB 0.35KB
auth (useAuth.js) 5.30KB 1.02KB
auth (useWorkspaceAdminStatus.js) 11.08KB 4.58KB
collaboration (CommentThread.js) 26.08KB 7.56KB
collaboration (LiveCursors.js) 3.17KB 1.27KB
collaboration (PresenceAvatars.js) 6.49KB 2.64KB
collaboration (PresenceProvider.js) 2.79KB 1.13KB
collaboration (index.js) 1.68KB 0.73KB
collaboration (useCollaborationTranslation.js) 6.05KB 2.52KB
collaboration (useCommentSearch.js) 1.98KB 0.88KB
collaboration (useConflictResolution.js) 7.75KB 1.86KB
collaboration (useMentionNotifications.js) 1.81KB 0.68KB
collaboration (usePresence.js) 6.33KB 1.84KB
collaboration (useRealtimeSubscription.js) 7.91KB 2.01KB
components (index.js) 498.93KB 114.12KB
core (index.js) 7.48KB 2.96KB
create-plugin (index.js) 10.12KB 3.28KB
data-objectstack (index.js) 192.25KB 53.44KB
fields (index.js) 243.24KB 61.42KB
i18n (LocalizationContext.js) 1.76KB 0.96KB
i18n (builtinAggregateLabels.js) 0.86KB 0.49KB
i18n (currency.js) 1.22KB 0.64KB
i18n (fallbackInterpolation.js) 6.25KB 2.77KB
i18n (i18n.js) 6.57KB 2.76KB
i18n (index.js) 3.65KB 1.47KB
i18n (pickLocalized.js) 7.62KB 3.26KB
i18n (provider.js) 26.89KB 9.04KB
i18n (useDisplayLocale.js) 2.85KB 1.45KB
i18n (useObjectLabel.js) 34.34KB 9.17KB
i18n (useSafeTranslation.js) 5.60KB 2.33KB
layout (index.js) 38.84KB 10.94KB
mobile (MobileProvider.js) 0.92KB 0.49KB
mobile (ResponsiveContainer.js) 0.94KB 0.38KB
mobile (breakpoints.js) 1.51KB 0.70KB
mobile (createOfflineDataSource.js) 5.61KB 1.75KB
mobile (index.js) 1.99KB 0.87KB
mobile (offlineQueue.js) 3.91KB 1.35KB
mobile (pwa.js) 0.97KB 0.49KB
mobile (serviceWorker.js) 1.48KB 0.62KB
mobile (serviceWorkerSource.js) 3.41KB 1.48KB
mobile (useBreakpoint.js) 1.54KB 0.65KB
mobile (useGesture.js) 6.96KB 1.98KB
mobile (useOfflineSync.js) 1.99KB 0.72KB
mobile (usePullToRefresh.js) 2.53KB 0.85KB
mobile (useResponsive.js) 0.72KB 0.42KB
mobile (useSpecGesture.js) 4.39KB 1.66KB
mobile (useTouchTarget.js) 1.01KB 0.54KB
permissions (MePermissionsProvider.js) 11.71KB 4.29KB
permissions (PermissionContext.js) 0.31KB 0.25KB
permissions (PermissionGuard.js) 0.89KB 0.45KB
permissions (PermissionProvider.js) 6.24KB 2.16KB
permissions (discardProofCache.js) 1.04KB 0.55KB
permissions (evaluator.js) 5.12KB 1.74KB
permissions (index.js) 0.93KB 0.41KB
permissions (store.js) 0.91KB 0.42KB
permissions (useFieldPermissions.js) 1.28KB 0.53KB
permissions (usePermissions.js) 4.83KB 2.27KB
plugin-ai (index.js) 15.16KB 3.68KB
plugin-calendar (index.js) 49.00KB 13.91KB
plugin-charts (index.js) 71.39KB 19.92KB
plugin-chatbot (index.js) 194.53KB 46.34KB
plugin-dashboard (index.js) 131.43KB 34.44KB
plugin-designer (index.js) 213.21KB 43.63KB
plugin-detail (index.js) 248.46KB 63.90KB
plugin-editor (index.js) 2.23KB 1.05KB
plugin-form (index.js) 131.01KB 32.32KB
plugin-gantt (index.js) 167.16KB 40.99KB
plugin-grid (index.js) 208.30KB 56.63KB
plugin-kanban (index.js) 55.40KB 15.71KB
plugin-list (index.js) 112.74KB 27.70KB
plugin-map (index.js) 20.49KB 6.83KB
plugin-markdown (index.js) 13.88KB 4.80KB
plugin-report (index.js) 43.42KB 11.92KB
plugin-timeline (index.js) 30.10KB 8.74KB
plugin-tree (index.js) 9.33KB 3.25KB
plugin-view (index.js) 84.54KB 20.84KB
providers (DataSourceProvider.js) 0.75KB 0.39KB
providers (MetadataProvider.js) 1.37KB 0.59KB
providers (ThemeProvider.js) 1.90KB 0.85KB
providers (UploadProvider.js) 11.66KB 3.50KB
providers (index.js) 0.45KB 0.23KB
providers (types.js) 0.01KB 0.04KB
react-runtime (index.js) 5.62KB 2.34KB
react (LazyPluginLoader.js) 4.47KB 1.63KB
react (SchemaRenderer.js) 81.07KB 26.86KB
react (data-invalidation.js) 5.05KB 2.08KB
react (index.js) 4.63KB 2.18KB
react (schema-input.js) 2.32KB 1.24KB
react (spec-input.js) 0.20KB 0.18KB
sdui-parser (codegen.js) 6.58KB 2.74KB
sdui-parser (dashboard-widget-options.js) 3.08KB 1.30KB
sdui-parser (index.js) 5.55KB 2.45KB
sdui-parser (input-type.js) 2.84KB 1.40KB
sdui-parser (parse.js) 20.57KB 5.88KB
sdui-parser (provenance.js) 3.66KB 1.82KB
sdui-parser (types.js) 0.28KB 0.23KB
sdui-parser (validate.js) 13.64KB 4.59KB
types (ai.js) 0.20KB 0.17KB
types (api-types.js) 0.20KB 0.18KB
types (app.js) 2.87KB 1.00KB
types (base.js) 0.20KB 0.18KB
types (blocks.js) 0.20KB 0.18KB
types (complex.js) 2.93KB 1.49KB
types (crud.js) 0.20KB 0.18KB
types (dashboard-filter-alias.js) 6.23KB 2.74KB
types (data-display.js) 3.75KB 1.85KB
types (data-protocol.js) 0.20KB 0.19KB
types (data.js) 0.20KB 0.18KB
types (designer.js) 1.85KB 0.85KB
types (disclosure.js) 0.20KB 0.18KB
types (error-code.js) 1.54KB 0.88KB
types (expression.js) 0.20KB 0.18KB
types (feedback.js) 0.20KB 0.18KB
types (field-types.js) 0.20KB 0.18KB
types (form.js) 0.20KB 0.18KB
types (http-inflight.js) 8.87KB 3.73KB
types (http-retry.js) 4.32KB 2.02KB
types (icon-key-migration.js) 4.26KB 1.63KB
types (index.js) 4.74KB 2.25KB
types (layout.js) 0.20KB 0.18KB
types (managed-by.js) 0.19KB 0.18KB
types (mobile.js) 4.73KB 2.28KB
types (navigation.js) 0.20KB 0.18KB
types (objectql.js) 0.20KB 0.18KB
types (overlay.js) 0.20KB 0.18KB
types (permissions.js) 0.20KB 0.18KB
types (plugin-scope.js) 0.20KB 0.18KB
types (record-components.js) 0.20KB 0.19KB
types (record-semantics.js) 1.28KB 0.67KB
types (registry.js) 0.20KB 0.18KB
types (reports.js) 0.20KB 0.18KB
types (select-option.js) 0.20KB 0.19KB
types (spec-report.js) 5.05KB 1.93KB
types (spec-ui-namespace.js) 0.20KB 0.19KB
types (system-fields.js) 3.33KB 1.54KB
types (theme.js) 6.28KB 2.87KB
types (ui-action.js) 8.11KB 3.32KB
types (views.js) 0.20KB 0.18KB
types (widget.js) 0.20KB 0.18KB

Size Limits

  • ✅ Core packages should be < 50KB gzipped
  • ✅ Component packages should be < 100KB gzipped
  • ⚠️ Plugin packages should be < 150KB gzipped

@os-sales
os-sales added this pull request to the merge queue Sep 8, 2026
Merged via the queue into main with commit fa9e76c Sep 8, 2026
32 checks passed
@os-sales
os-sales deleted the claude/issue-8541-framework-ceiling-raise branch September 8, 2026 12:05
os-sales pushed a commit that referenced this pull request Sep 8, 2026
…sified

Three statements in `.changeset/8505-grid-columns-breakpoint-narrowing.md` became
false because of this PR, and a PR that falsifies pending release text owns
correcting it. The changeset is unreleased, so this keeps pending text true rather
than rewriting a record.

Corrected, each naming #8573 as the cause: the zod mirror is no longer left open;
the 70,999-against-71,000 byte reasoning that deferred the narrowing is retired
by PR #8550's raise to 100,000 against a 72,245 baseline; and the handoff
assertion no longer asserts acceptance. Each correction quotes the new state
rather than re-arguing the measurement. Nothing else in the file is touched --
the frontmatter and the other four paragraphs are byte-identical.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CZY49skxUBYyJcdnTcYPrE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants