(key: string)
| 27 | } |
| 28 | |
| 29 | export function daemonDirForWorkspaceKey(key: string): string { |
| 30 | return join(daemonRunDir(), `xcodebuildmcp-${compactWorkspaceKey(key)}`); |
| 31 | } |
| 32 | |
| 33 | export function socketPathForWorkspaceRoot(workspaceRoot: string): string { |
| 34 | const key = workspaceKeyForRoot(workspaceRoot); |