(taskId: string)
| 325 | } |
| 326 | |
| 327 | function getRemoteAgentMetadataPath(taskId: string): string { |
| 328 | return join(getRemoteAgentsDir(), `remote-agent-${taskId}.meta.json`) |
| 329 | } |
| 330 | |
| 331 | /** |
| 332 | * Persist metadata for a remote-agent task so it can be restored on session |
no test coverage detected