From bee0a77aadb5cde07312c37243f5200bddf7ac12 Mon Sep 17 00:00:00 2001 From: Turtle Date: Wed, 29 Jul 2026 16:31:21 +0800 Subject: [PATCH] chore: refresh generated review records --- .../2026-07-28-dsh-native-typescript-source-launch.i18n.yaml | 4 ++-- .../testing/2026-07-24-web-gui-browser-e2e-lane.i18n.yaml | 4 ++-- apps/cli/README.i18n.yaml | 4 ++-- docs/development.i18n.yaml | 4 ++-- packages/cordis/tool-cordis/src/api-catalog.ts | 4 ---- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.agents/notes/implemented/architecture/2026-07-28-dsh-native-typescript-source-launch.i18n.yaml b/.agents/notes/implemented/architecture/2026-07-28-dsh-native-typescript-source-launch.i18n.yaml index fae9bf86b2..e10d181359 100644 --- a/.agents/notes/implemented/architecture/2026-07-28-dsh-native-typescript-source-launch.i18n.yaml +++ b/.agents/notes/implemented/architecture/2026-07-28-dsh-native-typescript-source-launch.i18n.yaml @@ -2,5 +2,5 @@ # side as of the last confirmed-consistent state. Both languages carry equal authority; # after editing either side, bring the other along and re-record with: # pnpm run verify-translation-pairing --write .agents/notes/implemented/architecture/2026-07-28-dsh-native-typescript-source-launch.md -2026-07-28-dsh-native-typescript-source-launch.md: 3fa6ee3711ab5a44391e5c261cff1e7c05fa495a -2026-07-28-dsh-native-typescript-source-launch.zh.md: b749687b3a8c0f0fb92826dabbcedffa21e433f8 +2026-07-28-dsh-native-typescript-source-launch.md: e128ae1a39c6a3838d948b40936dca6e30d324e1 +2026-07-28-dsh-native-typescript-source-launch.zh.md: 5ff1d975f8012e7d831bc3ecf6e5c53a9d43151f diff --git a/.agents/notes/implemented/testing/2026-07-24-web-gui-browser-e2e-lane.i18n.yaml b/.agents/notes/implemented/testing/2026-07-24-web-gui-browser-e2e-lane.i18n.yaml index 0863874748..52f8014d7d 100644 --- a/.agents/notes/implemented/testing/2026-07-24-web-gui-browser-e2e-lane.i18n.yaml +++ b/.agents/notes/implemented/testing/2026-07-24-web-gui-browser-e2e-lane.i18n.yaml @@ -2,5 +2,5 @@ # side as of the last confirmed-consistent state. Both languages carry equal authority; # after editing either side, bring the other along and re-record with: # pnpm run verify-translation-pairing --write .agents/notes/implemented/testing/2026-07-24-web-gui-browser-e2e-lane.md -2026-07-24-web-gui-browser-e2e-lane.md: 37e2bccddb3725073ebb38377c2cd7464b418012 -2026-07-24-web-gui-browser-e2e-lane.zh.md: f2bbdbb028a3e35831298fea4d5a0f3dec410b82 +2026-07-24-web-gui-browser-e2e-lane.md: 04240456d1df4eab79372de0ebd900f5831cd819 +2026-07-24-web-gui-browser-e2e-lane.zh.md: 6be7056b3d46be875b74c56d93045a37fd3d2c08 diff --git a/apps/cli/README.i18n.yaml b/apps/cli/README.i18n.yaml index a38bcc2eaa..72fe6eff6f 100644 --- a/apps/cli/README.i18n.yaml +++ b/apps/cli/README.i18n.yaml @@ -2,5 +2,5 @@ # side as of the last confirmed-consistent state. Both languages carry equal authority; # after editing either side, bring the other along and re-record with: # pnpm run verify-translation-pairing --write apps/cli/README.md -README.md: 5c2b3eb77f2606928520c937d96d8f728afb062b -README.zh.md: 927934d7265b8a81518d770e57f2b21249b67e56 +README.md: 2c1d373b39ecd188dde42d24800a1602f39da582 +README.zh.md: b4c1e8a913e3efbac828b22568abe85ee0f7ab37 diff --git a/docs/development.i18n.yaml b/docs/development.i18n.yaml index b6cd7c4170..302d371e93 100644 --- a/docs/development.i18n.yaml +++ b/docs/development.i18n.yaml @@ -2,5 +2,5 @@ # side as of the last confirmed-consistent state. Both languages carry equal authority; # after editing either side, bring the other along and re-record with: # pnpm run verify-translation-pairing --write docs/development.md -development.md: 53e545aabb074d4ad4c5ad62722c88f9ae4c06ae -development.zh.md: a5c95f0fb7e16b7678b5165856b0bc8e2e274d8c +development.md: 263056e66d705ecd7a9af862757daaecc44df847 +development.zh.md: f6c127dc3f8ddb359a2d9fc9b278f15600e6fb45 diff --git a/packages/cordis/tool-cordis/src/api-catalog.ts b/packages/cordis/tool-cordis/src/api-catalog.ts index 9e5134dd9e..7d9b087b8f 100644 --- a/packages/cordis/tool-cordis/src/api-catalog.ts +++ b/packages/cordis/tool-cordis/src/api-catalog.ts @@ -1543,10 +1543,6 @@ export const TYPE_API: readonly TypeApiEntry[] = [ name: 'BashSandboxInfo', declaration: 'export interface BashSandboxInfo {\n mode: SandboxMode;\n denied: boolean;\n enforcement?: SandboxEnforcement;\n runnerFailed?: boolean;\n}', }, - { - name: 'BootId', - declaration: 'export type BootId = Branded<\'BootId\'>;', - }, { name: 'Branded', declaration: 'export type Branded = string & {\n readonly [BRAND]: B;\n};',