docs(tasks): fix review finding — TaskId JSDoc links TaskService.start, not the removed register()
This commit is contained in:
@@ -12,7 +12,7 @@ import type { Agent } from '@deepseek-ai/dsh-agent'
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Identifies one background task in the runtime-global registry. Generated by
|
* 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
|
* so transcripts stay self-describing, sequential because the owner fence (not
|
||||||
* id secrecy) is the isolation boundary.
|
* id secrecy) is the isolation boundary.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user