docs(subagent): regenerate catalogs for the activation-based seam

Adds the new continuable types to the cordis-catalog type-link map and
regenerates the cordis api/service/event catalogs, tool catalog, config
catalog, and doc graphs.
This commit is contained in:
Dudu-0223
2026-07-30 13:41:59 +08:00
committed by Tianyi Cui
parent 72f8f47335
commit ae6976cbbd
7 changed files with 93 additions and 65 deletions

View File

@@ -160,14 +160,15 @@ export const LINK_MAP: Readonly<Record<string, string>> = {
SkillSummary: 'skills.md',
SaveTextSpill: 'spill.md',
SpillRef: 'spill.md',
ActivationState: 'subagent.md',
ContinuableCreateRequest: 'subagent.md',
ContinuableCreateSpec: 'subagent.md',
ContinuableStart: 'subagent.md',
ContinuableStartSpec: 'subagent.md',
CoordinatorMessageSource: 'subagent.md',
SubagentAuthority: 'subagent.md',
SubagentFollowupOptions: 'subagent.md',
SubagentFollowupResult: 'subagent.md',
SubagentProvider: 'subagent.md',
SubagentProviderResumeRequest: 'subagent.md',
SubagentProviderStartRequest: 'subagent.md',
SubagentRun: 'subagent.md',
SubagentService: 'subagent.md',
SubagentStartRequest: 'subagent.md',