docs(tasks): fix review finding — TaskId JSDoc links TaskService.start, not the removed register()

This commit is contained in:
Yichen Jiang
2026-07-09 22:08:38 +08:00
parent bd59fddacd
commit 6771a73309

View File

@@ -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 `<kind>-N` (per-kind counter) — kind-prefixed
* {@link TaskService.start} as `<kind>-N` (per-kind counter) — kind-prefixed
* so transcripts stay self-describing, sequential because the owner fence (not
* id secrecy) is the isolation boundary.
*/