()
| 152 | } |
| 153 | |
| 154 | function getCapabilityDir(): string { |
| 155 | return join(getClaudeConfigHomeDir(), 'messaging-capabilities') |
| 156 | } |
| 157 | |
| 158 | function getCapabilityPath(socket: string): string { |
| 159 | const digest = createHash('sha256').update(socket).digest('hex') |
no outgoing calls
no test coverage detected