Skip to content

Qualify ADR-0057 D10 as the framework's numbering at seven live citation sites - #5699

Merged
os-sales merged 2 commits into
mainfrom
claude/issue-5202-adr-0057-d10-citations
Aug 22, 2026
Merged

Qualify ADR-0057 D10 as the framework's numbering at seven live citation sites#5699
os-sales merged 2 commits into
mainfrom
claude/issue-5202-adr-0057-d10-citations

Conversation

@os-sales

@os-sales os-sales commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

Fixes #5202

Comment text only. git diff -U0 carries zero non-comment added or removed lines — verified mechanically, not asserted.

⚠️ Read this first: ADR-0057 D10 is NOT the final anchor

This PR fixes the qualifier, not the number. Do not read the landed comments as settling where the rule is decided:

  • The framework's ADR-0124 D1 decides the rule generally"The server is the enforcement point; client-side gating is a usability courtesy" (docs/adr/0124-server-enforces-client-is-courtesy.md:61, Status: Accepted 2026-08-18 on the maintainer ruling on objectstack#9628, on framework main since 9dd192d).

  • Framework ADR-0057 says so itself, at 0057-erp-authorization-core-business-units-and-scope-depth.md:518:

    ⚠️ The general rule lives in ADR-0124, not here. The server-side/client-side contrast below is nav-scoped and is the closest ancestor of the platform rule "the server enforces; client-side gating is a usability courtesy" — but D10 decides Setup-nav capability surfacing, not enforcement location in general. If a citation of ADR-0057 D10 brought you here looking for that rule, ADR-0124 is where it is decided (#9628).

  • Retargeting these sites to ADR-0124 D1 is the pre-registered follow-up that The inherited ADR-0057 D10 citation has spread to 9 live source sites — the framework anchor it names does not decide that rule #5202's triage comment assigns to whichever seat accepts this PR. It is deliberately not done here.

What this PR changes is the reader's destination, and that change is monotonic with the retarget rather than in tension with it:

where a reader lands
before objectui's own docs/adr/0057-console-ai-chat-one-conversation-docked.md — console AI chat docking, no D10 in it at all. A dead end with no signpost.
after the framework's ADR-0057, whose PS-2 note at line 518 redirects to ADR-0124. Correct repo, working signpost.
after the retarget the framework's ADR-0124 D1 directly.

The qualifier landed here survives the retarget — even pointed at ADR-0124 a citation must still say whose numbering, because this repository owns a different ADR-0057 and would own a different 0124. Only the number changes.

The defect this PR fixes

server enforces, client is courtesy was cited at seven live source sites as a bare ADR-0057 D10, with no repo qualifier. The substantive claim is correct and survives unchanged; the intended anchor was always the framework's ADR-0057, whose D10 decides "Setup-nav surfacing follows the capability (ADR-0029 K2); the object stays open" — nav-scoped, and the closest ancestor of the rule rather than the rule.

Wording is derived, not invented

Two authorities in this repository already ship the disambiguation, and the seven sites now match them rather than introducing a third phrasing:

  • docs/adr/0036-field-conditional-rules.md:91 — the model wording
  • packages/core/src/evaluator/fieldRules.ts:38 — the same, in source

Landed form: the framework's ADR-0057 D10 — framework numbering; this repo's own ADR-0057 is an unrelated document.

Site count: I landed SEVEN, and I say so because the brief said eight

My dispatch brief said "8 of 9 assertive sites". Measured independently at origin/main before editing, that count is wrong and the corrected count is seven — the PM reached the same conclusion independently and sent a correction mid-task; the two measurements agree.

Site Disposition
packages/app-shell/src/views/RecordDetailView.tsx:1059 swept
packages/app-shell/src/views/studio-design/PackageOwdOverviewPanel.tsx:88 swept
packages/app-shell/src/views/studio-design/StudioDesignSurface.tsx:426 swept
packages/plugin-detail/src/useRecordEditable.ts:16 swept
packages/plugin-detail/src/useRecordEditable.test.tsx:19 swept
packages/plugin-grid/src/hooks/useRecordCrudVerdicts.ts:44 swept
packages/react/src/hooks/useCapabilityGate.ts:27 swept
packages/data-objectstack/src/appAccessProbe.test.ts:25 untouched — verbatim quotation of the objectstack#8013 ruling, and about the capability/service gate D10 really does decide ("an app gated by an absent optional service")
packages/core/src/evaluator/fieldRules.ts:38 untouched — already carries the qualifier
docs/adr/0036-field-conditional-rules.md:91 untouched, and deliberately so — docs/adr/** is a governed surface (AGENTS.md §受管面). It carries the same not-final-anchor issue as the source sites and is being filed separately rather than ridden along in a code PR.

The brief's line numbers had also drifted (StudioDesignSurface is at 426, not 389; RecordDetailView at 1059, not 1047). No docs/adr/**, content/docs/** or apps/site/** path is touched, so no governed surface and no Build Docs exposure.

Verification

Scoped to a provable superset, not to app-shell's full suite. The diff is comment-only (mechanically proved), so only two things can be affected: the changed files' own parse/lint, and any test that reads those files' source text.

  • Comment-only proof — every added/removed line matches a comment prefix; the diff contains no @ts-*, @type, eslint-disable, @param or @returns directive, so nothing type-significant moved.
  • ESLint, the 7 changed files, repo config: ESLINT_EXIT=0, files linted: 7 errors: 0 warnings: 137. File count read from --format json; all 7 were linted rather than ignored. Type-aware linting is not configured in eslint.config.js (no project / projectService), so this diff cannot move any untouched file's verdict. --max-warnings is deliberately unset repo-wide, so the warnings (pre-existing no-explicit-any / react-hooks) are not a gate reading.
  • Source-reading tests — enumerated repo-wide rather than guessed: every test file matching readFileSync|readFile( that also names any changed file. Four hits, all run, plus the changed test file itself: Test Files 5 passed (5), Tests 60 passed (60), VITEST_EXIT=0.
  • Gates: check-changeset-presence"7 source file(s) of 4 released package(s) changed … Every one of them has an EMPTY frontmatter — declared as releasing nothing, which is the explicit exemption and a complete answer to this gate." · check-control-bytes"OK (scanned 4754 tracked text file(s); skipped 85 binary)" · check-changeset-no-major"No changeset declares a major bump." All three exit 0.

All of the above ran on the tree at 8faa2fea0, which is this branch's head; git status --porcelain was empty at that commit, so the verified tree is exactly the pushed tree.

The changeset has an empty frontmatter on purpose: this publishes nothing. Note that its prose predates the section at the top of this body — where the changeset speaks of D10 as the anchor for "server enforces, client is courtesy", this body is the correction: D10 is the inherited citation being qualified, and ADR-0124 D1 is where the rule is decided.

Staying in draft for the accepting seat to land.


Generated by Claude Code

… seven sites (#5202)

`server enforces, client is courtesy` was cited at seven live source sites as a
bare `ADR-0057 D10`. The substantive claim is correct and survives unchanged;
what was missing is the FRAMEWORK QUALIFIER.

In this repository the bare string resolves to
docs/adr/0057-console-ai-chat-one-conversation-docked.md — a document about
console AI chat docking, which contains no D10 at all and is the one a reader
greps first. The intended anchor is the framework's ADR-0057, whose D10 decides
"Setup-nav surfacing follows the capability (ADR-0029 K2); the object stays
open" and is scoped to nav / app-metadata visibility.

Each site now carries the disambiguation the two authorities in this repository
already ship — docs/adr/0036-field-conditional-rules.md:91 and
packages/core/src/evaluator/fieldRules.ts:38 — rather than a third phrasing.

Three sites are left byte-untouched, all three already correct:
packages/data-objectstack/src/appAccessProbe.test.ts:25 (a verbatim quotation of
the objectstack#8013 ruling, and about the capability/nav gate that D10 really
does decide), plus the two authorities above. docs/adr/** is a governed surface
and is not touched.

Comment text only — `git diff -U0` carries zero non-comment added or removed lines.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012u2pRjcqAYtoEjgr3wwhnK
@github-actions

Copy link
Copy Markdown
Contributor

✅ Console Performance Budget

Metric Value Budget
Eager closure (gzip, 52 chunks) 3913.6 KB 3990.2 KB
Main entry chunk (gzip) 152.3 KB 350 KB
Entry file index-spBIKF4m.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 (index.js) 10.04KB 3.72KB
app-shell (runtime-config.js) 12.80KB 4.47KB
app-shell (types.js) 0.01KB 0.04KB
app-shell (urlParams.js) 10.06KB 3.86KB
auth (AuthContext.js) 0.31KB 0.24KB
auth (AuthGuard.js) 1.17KB 0.53KB
auth (AuthProvider.js) 29.34KB 7.05KB
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) 6.35KB 2.43KB
auth (index.js) 2.77KB 1.22KB
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.02KB 0.89KB
auth (useIsWorkspaceAdmin.js) 3.04KB 1.45KB
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) 506.90KB 113.84KB
core (index.js) 4.92KB 1.97KB
create-plugin (index.js) 10.08KB 3.26KB
data-objectstack (index.js) 160.15KB 44.52KB
fields (index.js) 238.40KB 59.89KB
i18n (LocalizationContext.js) 1.76KB 0.96KB
i18n (currency.js) 1.22KB 0.64KB
i18n (i18n.js) 4.28KB 1.75KB
i18n (index.js) 3.44KB 1.39KB
i18n (pickLocalized.js) 7.62KB 3.26KB
i18n (provider.js) 23.13KB 7.63KB
i18n (useDisplayLocale.js) 2.85KB 1.45KB
i18n (useObjectLabel.js) 33.40KB 8.71KB
i18n (useSafeTranslation.js) 7.77KB 3.13KB
layout (index.js) 38.95KB 10.97KB
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.55KB 0.62KB
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 (useResponsiveConfig.js) 1.37KB 0.63KB
mobile (useSpecGesture.js) 4.32KB 1.64KB
mobile (useTouchTarget.js) 1.01KB 0.54KB
permissions (MePermissionsProvider.js) 9.53KB 3.38KB
permissions (PermissionContext.js) 0.31KB 0.25KB
permissions (PermissionGuard.js) 0.89KB 0.45KB
permissions (PermissionProvider.js) 4.64KB 1.50KB
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) 1.93KB 0.88KB
plugin-ai (index.js) 15.75KB 3.80KB
plugin-calendar (index.js) 46.62KB 12.83KB
plugin-charts (index.js) 64.65KB 18.32KB
plugin-chatbot (index.js) 181.41KB 43.22KB
plugin-dashboard (index.js) 128.41KB 32.95KB
plugin-designer (index.js) 212.30KB 42.80KB
plugin-detail (index.js) 242.34KB 60.98KB
plugin-editor (index.js) 2.46KB 1.10KB
plugin-form (index.js) 125.63KB 30.64KB
plugin-gantt (index.js) 164.10KB 39.87KB
plugin-grid (index.js) 200.79KB 54.26KB
plugin-kanban (index.js) 52.93KB 14.60KB
plugin-list (index.js) 111.80KB 27.20KB
plugin-map (index.js) 20.06KB 6.62KB
plugin-markdown (index.js) 13.72KB 4.69KB
plugin-report (index.js) 43.49KB 11.93KB
plugin-timeline (index.js) 26.68KB 7.66KB
plugin-tree (index.js) 8.50KB 2.88KB
plugin-view (index.js) 84.61KB 20.74KB
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) 3.77KB 1.33KB
react (SchemaRenderer.js) 43.66KB 14.77KB
react (data-invalidation.js) 5.05KB 2.08KB
react (index.js) 1.33KB 0.69KB
react (schema-input.js) 2.32KB 1.24KB
react (spec-input.js) 0.20KB 0.18KB
sdui-parser (codegen.js) 5.41KB 2.34KB
sdui-parser (index.js) 4.77KB 2.16KB
sdui-parser (input-type.js) 2.84KB 1.40KB
sdui-parser (parse.js) 10.76KB 3.17KB
sdui-parser (provenance.js) 3.66KB 1.82KB
sdui-parser (types.js) 0.29KB 0.24KB
sdui-parser (validate.js) 6.92KB 2.40KB
types (ai.js) 0.20KB 0.17KB
types (api-types.js) 0.20KB 0.18KB
types (app.js) 2.87KB 0.99KB
types (base.js) 0.20KB 0.18KB
types (blocks.js) 0.20KB 0.18KB
types (complex.js) 0.20KB 0.18KB
types (crud.js) 0.20KB 0.18KB
types (dashboard-filter-alias.js) 6.23KB 2.74KB
types (data-display.js) 0.20KB 0.18KB
types (data-protocol.js) 0.20KB 0.19KB
types (data.js) 0.20KB 0.18KB
types (designer.js) 1.87KB 0.85KB
types (disclosure.js) 0.20KB 0.18KB
types (error-code.js) 1.54KB 0.88KB
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 (index.js) 3.59KB 1.79KB
types (layout.js) 0.20KB 0.18KB
types (managed-by.js) 0.19KB 0.18KB
types (mobile.js) 2.59KB 1.31KB
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 (spec-report.js) 5.05KB 1.93KB
types (system-fields.js) 3.33KB 1.54KB
types (theme.js) 0.20KB 0.18KB
types (ui-action.js) 3.40KB 1.71KB
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

Copy link
Copy Markdown
Collaborator Author

Seat review — accepting, and the pre-registered follow-up is filed as #5701.

This card's triage assigned the ADR-0124 retarget to "whichever seat accepts that PR". That obligation is now discharged: #5701 carries all eight sites (these seven plus fieldRules.ts:38), the governed-surface warning on docs/adr/0036:91, the per-site caution that the framework's own D10 citations are not uniformly wrong, and the open sequencing question for the maintainer.

Two corrections of mine are worth recording here, because both were caught by measurement rather than by review:

  1. My dispatch brief said "8 of 9 assertive sites". It was 7. The brief double-counted fieldRules.ts:38, which the same triage comment separately says not to re-edit. The implementing agent measured 7 independently before my correction reached it; two independent measurements landing on the same set is what made this safe to land.
  2. I then ordered a re-anchor to ADR-0124 inside this PR, and withdrew it. The agent's reasoning was better than mine on three counts: the retarget is a pre-registered follow-up, not a silent rider; the qualifier and the number are different defects, and the qualifier survives the retarget; and objectui re-anchoring ahead of the framework would invert the direction the inheritance travels. I also mis-assessed the reader's path — before this PR a reader lands on objectui's console-AI-chat ADR-0057 and finds no D10 at all, a dead end; after it, they land on the framework's ADR-0057, whose PS-2 note redirects them to ADR-0124. Dead end → correct repo with a working signpost, and monotonic with the retarget rather than in tension with it.

The agent also declined to over-claim its own supporting evidence, unprompted: "'the framework has not retargeted its ~22 D10 files' is weaker than I presented it, since a large share of those … are the nav/capability family D10 genuinely decides." That caveat is now carried into #5701, where it changes the work.

Verification accepted as a provable superset rather than app-shell's 493-file fallback: the diff is comment-only, proved mechanically, so only the changed files' lint and tests that read those files' source text can be affected — and the latter was enumerated repo-wide (readFileSync|readFile( naming a changed file → 4 ratchet suites) rather than guessed. Test Files 5 passed (5) / Tests 60 passed (60), eslint 7/7 clean.

Landing once the two outstanding shards report. check_suite.completed is not the gate reading here — several suites reported success on this head while Test (shard 2/4) and Test (shard 3/4) were still in_progress.


Generated by Claude Code

Copy link
Copy Markdown
Collaborator Author

HELD — red, but not on this diff. The failure is on the base branch too. Filed as #5705.

Test (shard 2/4) failed on head 8faa2fea0. It is not this PR's:

  • The failing assertions are all packages/i18n/src/__tests__/all-locales-key-parity.test.ts:134 — eight locales each missing the five console.ai.pendingDrafts.* keys.
  • This diff is comment-only, proved mechanically by the implementing agent and re-checked here: it cannot add or remove an i18n key. It touches no file under packages/i18n.
  • The same failure is on main. CI at c5200f041 is failure, with Test (coverage shard 2/4) red on the same test. Measured on current origin/main (83ec61881): console.ai.pendingDrafts exists only in en and zh; the other eight packs have no such block at all.

Cause is #5696 (bar landed en-only) and #5697, the follow-up titled "pending-drafts bar keys land in the locale packs", which landed them in zh only. Full measurement and the parse-don't-grep caveat are on #5705.

Per the standing rule for a check that is red on the base branch: no changes are being pushed here. Widening this PR to fix the locale packs would put an unrelated i18n change inside a comment-only citation sweep, and this seat does not write code. This PR merges once #5705 lands and the base is green — nothing about it needs to change in the meantime.

One thing this episode settles, worth recording on the PR that exposed it: every check_suite.completed webhook on this exact head reported success while Test (shard 2/4) and Test (shard 3/4) were still in_progress. Reading those events as green would have landed this ten minutes before the failure arrived. The by-name reading is the only gate — #4986.


Generated by Claude Code

@github-actions

Copy link
Copy Markdown
Contributor

✅ Console Performance Budget

Metric Value Budget
Eager closure (gzip, 52 chunks) 3914.3 KB 3990.2 KB
Main entry chunk (gzip) 152.3 KB 350 KB
Entry file index-DvF64ISu.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 (index.js) 10.04KB 3.72KB
app-shell (runtime-config.js) 12.80KB 4.47KB
app-shell (types.js) 0.01KB 0.04KB
app-shell (urlParams.js) 10.06KB 3.86KB
auth (AuthContext.js) 0.31KB 0.24KB
auth (AuthGuard.js) 1.17KB 0.53KB
auth (AuthProvider.js) 29.34KB 7.05KB
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) 6.35KB 2.43KB
auth (index.js) 2.77KB 1.22KB
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.02KB 0.89KB
auth (useIsWorkspaceAdmin.js) 3.04KB 1.45KB
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) 506.90KB 113.84KB
core (index.js) 4.92KB 1.97KB
create-plugin (index.js) 10.08KB 3.26KB
data-objectstack (index.js) 160.15KB 44.52KB
fields (index.js) 238.40KB 59.89KB
i18n (LocalizationContext.js) 1.76KB 0.96KB
i18n (currency.js) 1.22KB 0.64KB
i18n (i18n.js) 4.28KB 1.75KB
i18n (index.js) 3.44KB 1.39KB
i18n (pickLocalized.js) 7.62KB 3.26KB
i18n (provider.js) 23.13KB 7.63KB
i18n (useDisplayLocale.js) 2.85KB 1.45KB
i18n (useObjectLabel.js) 33.40KB 8.71KB
i18n (useSafeTranslation.js) 7.77KB 3.13KB
layout (index.js) 38.95KB 10.97KB
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.55KB 0.62KB
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 (useResponsiveConfig.js) 1.37KB 0.63KB
mobile (useSpecGesture.js) 4.32KB 1.64KB
mobile (useTouchTarget.js) 1.01KB 0.54KB
permissions (MePermissionsProvider.js) 9.53KB 3.38KB
permissions (PermissionContext.js) 0.31KB 0.25KB
permissions (PermissionGuard.js) 0.89KB 0.45KB
permissions (PermissionProvider.js) 4.64KB 1.50KB
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) 1.93KB 0.88KB
plugin-ai (index.js) 15.75KB 3.80KB
plugin-calendar (index.js) 46.62KB 12.83KB
plugin-charts (index.js) 64.65KB 18.32KB
plugin-chatbot (index.js) 181.41KB 43.22KB
plugin-dashboard (index.js) 128.41KB 32.95KB
plugin-designer (index.js) 212.30KB 42.80KB
plugin-detail (index.js) 242.34KB 60.98KB
plugin-editor (index.js) 2.46KB 1.10KB
plugin-form (index.js) 125.63KB 30.64KB
plugin-gantt (index.js) 164.10KB 39.87KB
plugin-grid (index.js) 200.79KB 54.26KB
plugin-kanban (index.js) 52.93KB 14.60KB
plugin-list (index.js) 111.80KB 27.20KB
plugin-map (index.js) 20.06KB 6.62KB
plugin-markdown (index.js) 13.72KB 4.69KB
plugin-report (index.js) 43.49KB 11.93KB
plugin-timeline (index.js) 26.68KB 7.66KB
plugin-tree (index.js) 8.50KB 2.88KB
plugin-view (index.js) 84.61KB 20.74KB
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) 3.77KB 1.33KB
react (SchemaRenderer.js) 43.66KB 14.77KB
react (data-invalidation.js) 5.05KB 2.08KB
react (index.js) 1.33KB 0.69KB
react (schema-input.js) 2.32KB 1.24KB
react (spec-input.js) 0.20KB 0.18KB
sdui-parser (codegen.js) 5.41KB 2.34KB
sdui-parser (index.js) 4.77KB 2.16KB
sdui-parser (input-type.js) 2.84KB 1.40KB
sdui-parser (parse.js) 10.76KB 3.17KB
sdui-parser (provenance.js) 3.66KB 1.82KB
sdui-parser (types.js) 0.29KB 0.24KB
sdui-parser (validate.js) 6.92KB 2.40KB
types (ai.js) 0.20KB 0.17KB
types (api-types.js) 0.20KB 0.18KB
types (app.js) 2.87KB 0.99KB
types (base.js) 0.20KB 0.18KB
types (blocks.js) 0.20KB 0.18KB
types (complex.js) 0.20KB 0.18KB
types (crud.js) 0.20KB 0.18KB
types (dashboard-filter-alias.js) 6.23KB 2.74KB
types (data-display.js) 0.20KB 0.18KB
types (data-protocol.js) 0.20KB 0.19KB
types (data.js) 0.20KB 0.18KB
types (designer.js) 1.87KB 0.85KB
types (disclosure.js) 0.20KB 0.18KB
types (error-code.js) 1.54KB 0.88KB
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 (index.js) 3.59KB 1.79KB
types (layout.js) 0.20KB 0.18KB
types (managed-by.js) 0.19KB 0.18KB
types (mobile.js) 2.59KB 1.31KB
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 (spec-report.js) 5.05KB 1.93KB
types (system-fields.js) 3.33KB 1.54KB
types (theme.js) 0.20KB 0.18KB
types (ui-action.js) 3.40KB 1.71KB
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 marked this pull request as ready for review August 22, 2026 13:21
@os-sales
os-sales added this pull request to the merge queue Aug 22, 2026
Merged via the queue into main with commit 6ff0eb1 Aug 22, 2026
23 checks passed
@os-sales
os-sales deleted the claude/issue-5202-adr-0057-d10-citations branch August 22, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The inherited ADR-0057 D10 citation has spread to 9 live source sites — the framework anchor it names does not decide that rule

2 participants