From 8bba72639ad48931c5c2c2ccf14b4f09bdcd078d Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Sun, 2 Aug 2026 12:48:45 +0800 Subject: [PATCH] chore(docs): refresh the persistence catalog after the descriptor doc edit The maxTokens contract sentences added lines above the `subagent/descriptor` declaration, shifting its source anchor from line 32 to 36; regenerate the catalog so the source link stays accurate. --- docs/persistence-catalog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/persistence-catalog.md b/docs/persistence-catalog.md index 0aa81a7939..53502cc905 100644 --- a/docs/persistence-catalog.md +++ b/docs/persistence-catalog.md @@ -531,7 +531,7 @@ Source: [`packages/core/session/src/types.ts:222`](../packages/core/session/src/ 'subagent/descriptor': SubagentDescriptorData ``` -Source: [`packages/subagent/subagent/src/descriptor.ts:32`](../packages/subagent/subagent/src/descriptor.ts) +Source: [`packages/subagent/subagent/src/descriptor.ts:36`](../packages/subagent/subagent/src/descriptor.ts) ### `todo/*`