From 0dd3ac14eb177fe1fb3802497846b847686c4249 Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Tue, 28 Jul 2026 00:36:30 +0800 Subject: [PATCH] docs: regenerate catalogs after the plan-mode JSDoc expansion shifted source lines Codex round-2: the two-line module-JSDoc fix moved every later declaration in packages/plan/plan-mode/src/index.ts, so the three generated catalogs' source-line links went stale. Three one-line regenerated updates; doc-sync back to 25/25. --- scripts/type-equiv.manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/type-equiv.manifest.json b/scripts/type-equiv.manifest.json index 4650150a7d..e1f80b96b6 100644 --- a/scripts/type-equiv.manifest.json +++ b/scripts/type-equiv.manifest.json @@ -1694,6 +1694,16 @@ "doc": "docs/subsystems/typert.md", "symbol": "TypeRTClientRemote", "source": "packages/typert/type-meta/src/types.ts" + }, + { + "doc": "docs/subsystems/credentials.md", + "symbol": "CredentialRef", + "source": "packages/credentials/credentials/src/index.ts" + }, + { + "doc": "docs/subsystems/permission.md", + "symbol": "PresetSpec", + "source": "packages/interaction/permission/src/index.ts" } ] }