Skip to content

fix(ga-pin): quick-reference 两行跟到 GA;$like/$ilike 按「未裁」引用式豁免(#4977) - #4978

Merged
yinlianghui merged 4 commits into
mainfrom
claude/issue-4977-ga-pin-residue
Aug 17, 2026
Merged

fix(ga-pin): quick-reference 两行跟到 GA;$like/$ilike 按「未裁」引用式豁免(#4977)#4978
yinlianghui merged 4 commits into
mainfrom
claude/issue-4977-ga-pin-residue

Conversation

@yinlianghui

Copy link
Copy Markdown
Collaborator

Fixes #4977

基线:origin/main @ 590dd63560cdbc58439c0ffa5a58ac1bdd1100c7(worktree 取的是 fetch 后的实 sha,不是 FETCH_HEAD)。

GA 批次(#4953-#4960)落 main 后 shard 3 的两处常红,任何 PR 的 merge-ref 都继承。两处先在本基线复现红、再修绿:

❯ scripts/__tests__/quick-reference-current-release-4143.test.ts (8 tests | 1 failed)
  AssertionError: QUICK_REFERENCE.md's "Current Release" block states ["^17.0.0-rc.6","^17.0.0-rc.6"],
  which no manifest in this tree produced. … Derived values are: ["17.5.0","^17.0.0", …]
❯ packages/fields/src/widgets/__tests__/FilterConditionField.operators.test.ts (45 tests | 1 failed)
  AssertionError: FieldOperatorsSchema accepts these but no builder operator can author them:
  expected [ '$like', '$ilike' ] to deeply equal []
Test Files  2 failed (2) | Tests  2 failed | 51 passed (53)

1. quick-reference 的 Spec / Client 两行跟到 GA

QUICK_REFERENCE.md## Current Release 块里,@objectstack/spec@objectstack/client 仍写 ^17.0.0-rc.6,而它自己在行内点名的锚(根 package.jsonapps/console/package.jsonpackages/data-objectstack/package.json)已经是 ^17.0.0改文档跟锚,钉一行没放宽 —— 期望值本来就是从 manifest 派生的,scripts/__tests__/quick-reference-current-release-4143.test.ts 一字未动。

这里有个值得写下来的细节:该钉的正向两条(Spec / Client 行必须 toContain manifest 声明的 range)在 rc.6 下是绿的 —— 因为 ^17.0.0-rc.6 作为字符串确实包含子串 ^17.0.0。所以这处腐烂只有反向那条(「no un-derived literal」)抓得住,基线里 8 条只红 1 条正是这个原因。谁将来改这个块,别指望正向断言会兜住。

2. $like / $ilike:#2942 门的引用式豁免,措辞为「未裁」

GA 的 FieldOperatorsSchema 新增两个 token,builder 无对应算子,所以 #2942 可达性 sweep 按设计报了它们。用该门自己设计的引用机制豁免,写进 KNOWN_UNREACHABLE 及其注释,措辞按 #4911 评论区的纪律:

⛔ 未实现任何算子、未改门的其余逻辑。A / B 的产品裁定完整留在 #4911 等维护者;豁免一行可删。

反向验证(先书面预判,commit 后变异,git checkout 还原,⛔ 未用 stash)

变异 预判 实测
抠掉 $like/$ilike 两个成员 红 sweep 那条,报 [ '$like', '$ilike' ];豁免喂的是谓词(!KNOWN_UNREACHABLE.has(op))不是计数,少一个成员就回到被报数组里。ratchet 那条必须仍绿(成员少了仍都是 spec 算子)—— 若它也红,说明我加的 token 根本不是 spec key,豁免就是错的 × some builder operator emits every spec $-token / expected [ '$like', '$ilike' ] to deeply equal [] / Tests 1 failed, 44 passed (45) —— 与预判逐项一致,ratchet 绿
文档两行改回 ^17.0.0-rc.6 红反向那条(un-derived literal);正向两条因 toContain 子串关系保持绿 × contains only version literals this test derives from a manifest / states ["^17.0.0-rc.6","^17.0.0-rc.6"] / Tests 1 failed, 7 passed (8) —— 正向确实没红,如预判

即两处豁免/改动都真在被读,且两条钉红的方向都是事先说定的那一条。

验证

pnpm exec vitest run scripts/__tests__/quick-reference-current-release-4143.test.ts \
  packages/fields/src/widgets/__tests__/FilterConditionField.operators.test.ts --maxWorkers=2
  → Test Files 2 passed (2) | Tests 53 passed (53)      (改前:2 failed)

pnpm exec vitest run packages/fields/ scripts/__tests__/ --maxWorkers=2
  → Test Files 154 passed (154) | Tests 2887 passed (2887)   无连带

pnpm exec turbo run type-check --concurrency=2   → 81 successful, 81 total
node scripts/check-control-bytes.mjs             → OK (scanned 4435 tracked text file(s))
node scripts/check-changeset-presence.mjs        → OK(空 frontmatter changeset,按 #4808 先例)

另外自查了控制字节的门盲区:grep -naP 扫本 PR 三个文件,零命中。

⚠️ 未携带 #4968 / PR #4969 的 diff —— merge 被权限层拒绝,请 PM 定序

PM 加急指令要求本分支 git merge origin/claude/issue-4968-lucide-range-hotfix,让一单 PR 独立全绿。我执行不了:git merge(两种写法,含 --no-ff -F msgfile)都被权限分类器拒绝,而我的派发硬规同样是「⛔ 不 merge 任何东西」。⛔ 我没有绕开它 —— 也没有#4969 的两行 literal 手抄进本 PR:那会复制一张已被认领的在途 PR 的 diff,正是 AGENTS.md 禁止的「两个 agent 为同一问题落两个形状」。

死锁是真的,已实测(本分支 = main + 本 PR 两处修复):

pnpm exec vitest run packages/cli/src/__tests__/app-generator.test.ts packages/create-plugin/ --maxWorkers=2
  × sources every devDependency range from this repo instead of inventing them
  × sources every range from this repo instead of inventing one
  × writes a manifest whose @object-ui ranges name this CLI version
  AssertionError: routed manifest's lucide-react must match its in-repo range: expected '^1.29.0' to be '^1.31.0'
  AssertionError: @testing-library/jest-dom range must match the repo root: expected '^7.0.0' to be '^7.0.1'
  Tests  3 failed | 57 passed (60)

这 3 条红不是本 PR 造成的,它们活在纯 main 上,正是 PR #4969 修的面;而 PR #4969 红在本 PR 修的那两处。两张热修互卡。有 merge 权限的一方,一条命令即可把它们合成一单:

git checkout claude/issue-4977-ga-pin-residue
git merge --no-ff e7b77777b0c7f17557f344987d51865046d391db   # = origin/claude/issue-4968-lucide-range-hotfix

或者先落 PR #4969、再让本 PR rebase/合 main。定序权在 PM;本 PR 保持 draft 等加急验收。


Generated by Claude Code

claude added 3 commits August 17, 2026 08:54
The routed temp app's generated manifest declared lucide-react at ^1.29.0
while all 22 sibling manifests that declare it had moved to ^1.31.0, so a
generated app asked npm for an icon library older than the one every
@object-ui/* package it installs alongside was built against.

app-generator.test.ts derives its expectation from the in-repo range, so the
drift was caught -- both pins were red. They just went red too late to stop
anything: the dependency PR merged while those shards were still running, and
the failure then surfaced on the merge ref of every unrelated open PR.

The other 12 anchored ranges were swept against the same dependabot batch and
are all in sync. Deriving the value rather than quoting it was considered and
rejected; the reasoning is recorded at the call site.

Fixes #4968

Co-authored-by: Claude <noreply@anthropic.com>
…pendabot wave

The scaffolded plugin's generated devDependencies declared
@testing-library/jest-dom at ^7.0.0 while the repo root had moved to ^7.0.1
(#4948's dev-dependencies group), so templates.test.ts's anchor rule was red
on main independently of the lucide-react drift in the previous commit.

Same defect class, same wave, and the same pairing the previous occurrence of
this incident was fixed as (#4098 / PR #4099 moved these two templates in one
PR). Found only by sweeping the class rather than the package: the anchor rule
throws on its first mismatch, so this second template reported nothing until
the first was green.

The doc table above the map is moved with it -- it states each anchored range,
so leaving it would just relocate the fossil into a comment.

Co-authored-by: Claude <noreply@anthropic.com>
…$like/$ilike as undecided

Two residues of the `@objectstack/spec` 17.0.0 GA pin were red on `main` itself, so
every open PR inherited a red `Test (shard 3/4)` (objectui#4977).

1. `QUICK_REFERENCE.md`'s "Current Release" block still stated `^17.0.0-rc.6` for
   `@objectstack/spec` and `@objectstack/client` while the manifests it names as its
   anchors declare `^17.0.0`. Both rows now quote the anchor. The pin derives its
   expectation from the manifest, so the doc followed the manifest; nothing in
   `scripts/__tests__/quick-reference-current-release-4143.test.ts` was relaxed.

2. GA's `FieldOperatorsSchema` added `$like` and `$ilike`, which no builder operator
   authors, so the #2942 reachability sweep reported them exactly as designed. They
   are excluded through that gate's own citation mechanism as "undecided — see #4911"
   with the harvest condition written on the entry: a ruling on #4911 must either
   delete the members and add the operators, or restate the paragraph as a decision
   carrying its reopen condition. No operator is implemented, no other gate logic
   moves, and the authoring-surface ruling stays with the maintainer.

Co-authored-by: Claude <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

✅ Console Performance Budget

Metric Value Budget
Main entry (gzip) 24.7 KB 350 KB
Entry file index-Z86HvZHI.js
Status PASS

📦 Bundle Size Report

Package Size Gzipped
app-shell (index.js) 9.56KB 3.59KB
app-shell (runtime-config.js) 7.42KB 2.32KB
app-shell (types.js) 0.01KB 0.04KB
app-shell (urlParams.js) 8.92KB 3.41KB
auth (AuthContext.js) 0.31KB 0.24KB
auth (AuthGuard.js) 1.17KB 0.53KB
auth (AuthProvider.js) 25.13KB 5.40KB
auth (AuthShell.js) 3.49KB 1.40KB
auth (ForgotPasswordForm.js) 12.21KB 3.45KB
auth (LoginForm.js) 18.13KB 5.39KB
auth (PreviewBanner.js) 0.90KB 0.50KB
auth (RegisterForm.js) 6.64KB 2.21KB
auth (SocialSignInButtons.js) 9.60KB 3.89KB
auth (UserMenu.js) 3.40KB 1.22KB
auth (auth-gate-events.js) 1.29KB 0.66KB
auth (authStyles.js) 5.04KB 1.72KB
auth (createAuthClient.js) 40.21KB 10.79KB
auth (createAuthenticatedFetch.js) 6.34KB 2.43KB
auth (index.js) 2.71KB 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.88KB
auth (useIsWorkspaceAdmin.js) 1.61KB 0.85KB
collaboration (CommentThread.js) 26.07KB 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.65KB 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.79KB 111.24KB
core (index.js) 4.06KB 1.61KB
create-plugin (index.js) 10.08KB 3.26KB
data-objectstack (index.js) 157.40KB 43.42KB
fields (index.js) 233.27KB 58.22KB
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.35KB 1.38KB
i18n (pickLocalized.js) 3.69KB 1.73KB
i18n (provider.js) 23.12KB 7.62KB
i18n (useDisplayLocale.js) 2.84KB 1.45KB
i18n (useObjectLabel.js) 27.59KB 6.63KB
i18n (useSafeTranslation.js) 7.77KB 3.13KB
layout (index.js) 39.16KB 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.74KB
mobile (index.js) 1.50KB 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.71KB 0.42KB
mobile (useResponsiveConfig.js) 1.36KB 0.63KB
mobile (useSpecGesture.js) 4.32KB 1.64KB
mobile (useTouchTarget.js) 1.01KB 0.54KB
permissions (MePermissionsProvider.js) 9.35KB 3.31KB
permissions (PermissionContext.js) 0.31KB 0.25KB
permissions (PermissionGuard.js) 0.89KB 0.45KB
permissions (PermissionProvider.js) 4.42KB 1.42KB
permissions (evaluator.js) 5.12KB 1.74KB
permissions (index.js) 0.91KB 0.41KB
permissions (store.js) 0.91KB 0.42KB
permissions (useFieldPermissions.js) 1.28KB 0.52KB
permissions (usePermissions.js) 1.81KB 0.83KB
plugin-ai (index.js) 15.75KB 3.80KB
plugin-calendar (index.js) 46.62KB 12.83KB
plugin-charts (index.js) 64.75KB 18.37KB
plugin-chatbot (index.js) 181.21KB 43.14KB
plugin-dashboard (index.js) 127.85KB 32.73KB
plugin-designer (index.js) 212.39KB 42.83KB
plugin-detail (index.js) 239.90KB 60.01KB
plugin-editor (index.js) 2.46KB 1.10KB
plugin-form (index.js) 120.42KB 29.03KB
plugin-gantt (index.js) 164.10KB 39.87KB
plugin-grid (index.js) 197.58KB 53.00KB
plugin-kanban (index.js) 52.72KB 14.54KB
plugin-list (index.js) 111.23KB 26.97KB
plugin-map (index.js) 17.91KB 5.72KB
plugin-markdown (index.js) 13.72KB 4.69KB
plugin-report (index.js) 41.97KB 11.33KB
plugin-timeline (index.js) 26.68KB 7.66KB
plugin-tree (index.js) 8.50KB 2.88KB
plugin-view (index.js) 83.81KB 20.49KB
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.44KB 0.22KB
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) 27.53KB 9.41KB
react (data-invalidation.js) 5.05KB 2.08KB
react (index.js) 1.28KB 0.68KB
react (schema-input.js) 1.45KB 0.83KB
react (spec-input.js) 0.20KB 0.18KB
sdui-parser (codegen.js) 4.09KB 1.74KB
sdui-parser (index.js) 4.55KB 2.07KB
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) 4.69KB 1.48KB
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-retry.js) 4.32KB 2.02KB
types (index.js) 3.05KB 1.52KB
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

…e-4977-ga-pin-residue

PM queue surgery: the two hot-fix PRs (#4969, #4978) each red on the other's
signatures, so neither could enter the merge queue alone. This merge makes
PR #4978 carry all three main-side fixes and go green solo, per the
sequencing note in PR #4978's body. Fixes #4968 rides with it.

Co-Authored-By: Claude <noreply@anthropic.com>

Copy link
Copy Markdown
Collaborator Author

PM 队列手术记账(会话 session_01GTRjn8xBqp75dk7kFupVRt,2026-08-17 09:4xZ)

dev 因沙箱权限与派发硬规双重约束未执行合并指令(三条不执行理由全部正确:不绕权限、不手抄在途 PR 的 diff、不写假 Fixes),定序权交回 PM。PM 已在临时 worktree 执行其正文点名的那条命令:git merge --no-ff e7b77777b(普通 merge,⛔ 无 force),推送为 11fca5946 —— 本 PR 现携带 main 三处常红的全部修复(quick-ref GA + $like/$ilike 未裁豁免 + lucide/jest-dom 生成器区间),可独立全绿入队。

记账两条:


Generated by Claude Code

@github-actions

Copy link
Copy Markdown
Contributor

✅ Console Performance Budget

Metric Value Budget
Main entry (gzip) 24.7 KB 350 KB
Entry file index-Z86HvZHI.js
Status PASS

📦 Bundle Size Report

Package Size Gzipped
app-shell (index.js) 9.56KB 3.59KB
app-shell (runtime-config.js) 7.42KB 2.32KB
app-shell (types.js) 0.01KB 0.04KB
app-shell (urlParams.js) 8.92KB 3.41KB
auth (AuthContext.js) 0.31KB 0.24KB
auth (AuthGuard.js) 1.17KB 0.53KB
auth (AuthProvider.js) 25.13KB 5.40KB
auth (AuthShell.js) 3.49KB 1.40KB
auth (ForgotPasswordForm.js) 12.21KB 3.45KB
auth (LoginForm.js) 18.13KB 5.39KB
auth (PreviewBanner.js) 0.90KB 0.50KB
auth (RegisterForm.js) 6.64KB 2.21KB
auth (SocialSignInButtons.js) 9.60KB 3.89KB
auth (UserMenu.js) 3.40KB 1.22KB
auth (auth-gate-events.js) 1.29KB 0.66KB
auth (authStyles.js) 5.04KB 1.72KB
auth (createAuthClient.js) 40.21KB 10.79KB
auth (createAuthenticatedFetch.js) 6.34KB 2.43KB
auth (index.js) 2.71KB 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.88KB
auth (useIsWorkspaceAdmin.js) 1.61KB 0.85KB
collaboration (CommentThread.js) 26.07KB 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.65KB 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.79KB 111.24KB
core (index.js) 4.06KB 1.61KB
create-plugin (index.js) 10.08KB 3.26KB
data-objectstack (index.js) 157.40KB 43.42KB
fields (index.js) 233.27KB 58.22KB
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.35KB 1.38KB
i18n (pickLocalized.js) 3.69KB 1.73KB
i18n (provider.js) 23.12KB 7.62KB
i18n (useDisplayLocale.js) 2.84KB 1.45KB
i18n (useObjectLabel.js) 27.59KB 6.63KB
i18n (useSafeTranslation.js) 7.77KB 3.13KB
layout (index.js) 39.16KB 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.74KB
mobile (index.js) 1.50KB 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.71KB 0.42KB
mobile (useResponsiveConfig.js) 1.36KB 0.63KB
mobile (useSpecGesture.js) 4.32KB 1.64KB
mobile (useTouchTarget.js) 1.01KB 0.54KB
permissions (MePermissionsProvider.js) 9.35KB 3.31KB
permissions (PermissionContext.js) 0.31KB 0.25KB
permissions (PermissionGuard.js) 0.89KB 0.45KB
permissions (PermissionProvider.js) 4.42KB 1.42KB
permissions (evaluator.js) 5.12KB 1.74KB
permissions (index.js) 0.91KB 0.41KB
permissions (store.js) 0.91KB 0.42KB
permissions (useFieldPermissions.js) 1.28KB 0.52KB
permissions (usePermissions.js) 1.81KB 0.83KB
plugin-ai (index.js) 15.75KB 3.80KB
plugin-calendar (index.js) 46.62KB 12.83KB
plugin-charts (index.js) 64.75KB 18.37KB
plugin-chatbot (index.js) 181.21KB 43.14KB
plugin-dashboard (index.js) 127.85KB 32.73KB
plugin-designer (index.js) 212.39KB 42.83KB
plugin-detail (index.js) 239.90KB 60.01KB
plugin-editor (index.js) 2.46KB 1.10KB
plugin-form (index.js) 120.42KB 29.03KB
plugin-gantt (index.js) 164.10KB 39.87KB
plugin-grid (index.js) 197.58KB 53.00KB
plugin-kanban (index.js) 52.72KB 14.54KB
plugin-list (index.js) 111.23KB 26.97KB
plugin-map (index.js) 17.91KB 5.72KB
plugin-markdown (index.js) 13.72KB 4.69KB
plugin-report (index.js) 41.97KB 11.33KB
plugin-timeline (index.js) 26.68KB 7.66KB
plugin-tree (index.js) 8.50KB 2.88KB
plugin-view (index.js) 83.81KB 20.49KB
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.44KB 0.22KB
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) 27.53KB 9.41KB
react (data-invalidation.js) 5.05KB 2.08KB
react (index.js) 1.28KB 0.68KB
react (schema-input.js) 1.45KB 0.83KB
react (spec-input.js) 0.20KB 0.18KB
sdui-parser (codegen.js) 4.09KB 1.74KB
sdui-parser (index.js) 4.55KB 2.07KB
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) 4.69KB 1.48KB
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-retry.js) 4.32KB 2.02KB
types (index.js) 3.05KB 1.52KB
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

PM 验收:ACCEPT(加急,全仓解阻件)(#4977 + 经 merge 并入的 #4968,PM 会话 session_01GTRjn8xBqp75dk7kFupVRt)

实物核验(已过):#4977 半 = 3 文件 +49/−3(quick-ref 两行跟 GA ⛔ 钉未动 + $like/$ilike 引用式豁免 + 空 frontmatter changeset);#4968 半经 PM merge(11fca59)原样并入(4 文件 +68/−3,作者归属保留在 e7b7777/a1d703026);标识 0;releases 0。

豁免措辞审定(本单验收核心):逐字核过 —— 「undecided — see #4911」性质、明写「CITED OPEN QUESTION, not a finding that the tokens should stay unauthorable」、A/B 双分支收割条件、⛔ 全文无「deliberately unsupported」及等价说法 —— 与 #4911 评论区两 PM 席位的措辞纪律完全一致,不预判裁定。

反向验证:①抠豁免成员 → 预判「sweep 红、exclusion ratchet 必须仍绿(它若红说明豁免本身错)」—— 实测逐项吻合;②文档回退 rc.6 → 预判「只红反向断言,正向 toContain 对前缀超集字面量为假绿」—— 实测吻合,且这个细节如实上报并升级了既有卡 #4913(假设 → 已发生,附变异实测)。

流程记账:dev 拒绝执行 PM 合并指令的三条理由(不绕权限分类器、不手抄在途 PR diff、不写假 Fixes)全部正确,应予表扬;死锁由 PM 亲手以其正文点名的命令破除(临时 worktree,普通 merge,⛔ 无 force)。

CI(亲读终态,merge 后 11fca59):20 项全 completed,18 success + 2 skipped,零失败 —— 含此前全仓常红的 shard 1 与 shard 3。

→ undraft + auto-merge (SQUASH)。落 main 后 PM 手动:关 #4968(completed)、关 PR #4969(superseded)、对 #4963/#4965/#4967/#4975 update-branch 重跑。


Generated by Claude Code

@yinlianghui
yinlianghui marked this pull request as ready for review August 17, 2026 10:25
@yinlianghui
yinlianghui added this pull request to the merge queue Aug 17, 2026
Merged via the queue into main with commit 195b9e4 Aug 17, 2026
21 checks passed
@yinlianghui
yinlianghui deleted the claude/issue-4977-ga-pin-residue branch August 17, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GA pin 适配残余两处(shard 3 常红):quick-reference 仍教 ^17.0.0-rc.6;$like/$ilike 按 B-as-temporary 加「未裁」引用式豁免(#4911)

2 participants