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