From 6771a733097b0cb077a9630fd4befb60cadb0f6e Mon Sep 17 00:00:00 2001 From: Yichen Jiang Date: Thu, 9 Jul 2026 22:08:38 +0800 Subject: [PATCH] =?UTF-8?q?docs(tasks):=20fix=20review=20finding=20?= =?UTF-8?q?=E2=80=94=20TaskId=20JSDoc=20links=20TaskService.start,=20not?= =?UTF-8?q?=20the=20removed=20register()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/tasks/tasks/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tasks/tasks/src/types.ts b/packages/tasks/tasks/src/types.ts index 843ab11671..c03c8a2584 100644 --- a/packages/tasks/tasks/src/types.ts +++ b/packages/tasks/tasks/src/types.ts @@ -12,7 +12,7 @@ import type { Agent } from '@deepseek-ai/dsh-agent' /** * Identifies one background task in the runtime-global registry. Generated by - * {@link TaskService.register} as `-N` (per-kind counter) — kind-prefixed + * {@link TaskService.start} as `-N` (per-kind counter) — kind-prefixed * so transcripts stay self-describing, sequential because the owner fence (not * id secrecy) is the isolation boundary. */