docs(subagent): restore local run identity contract

This commit is contained in:
Tianyi Cui
2026-07-16 01:17:26 +08:00
parent e74399ef04
commit 1a111654ae

View File

@@ -134,9 +134,9 @@ export interface SubagentResult {
*/
export interface SubagentRun {
/**
* Parent-scoped run id. A local run publishes a child session whose
* `parentSession` records `request.parent`; a remote provider mints an id
* unique in the parent namespace.
* Parent-scoped run id. For a local run, this MUST equal the published child
* session id, whose `parentSession` records `request.parent`; a remote
* provider mints an id unique in the parent namespace.
*/
readonly id: SessionId
/**