(taskId: string)
| 353 | } |
| 354 | |
| 355 | function getRemoteAgentMetadataPath(taskId: string): string { |
| 356 | return join(getRemoteAgentsDir(), `remote-agent-${taskId}.meta.json`) |
| 357 | } |
| 358 | |
| 359 | /** |
| 360 | * Persist metadata for a remote-agent task so it can be restored on session |
no test coverage detected