|
|
@@ -49,7 +49,8 @@ export interface SubagentStartRequest {
|
|
|
readonly prompt: ContentBlock[]
|
|
|
/**
|
|
|
* The spawning agent. In-process providers derive workspace, lineage, and
|
|
|
- * delegation depth from its durable session state; ACP uses only its cwd.
|
|
|
+ * delegation depth from its durable session state. ACP reads only its cwd,
|
|
|
+ * and only when no deployment `cwd` override is configured.
|
|
|
*/
|
|
|
readonly parent: Agent
|
|
|
/**
|