(loc: Location)
| 68 | return path.join(configDir(loc), 'settings.json'); |
| 69 | } |
| 70 | function instructionsPath(loc: Location): string { |
| 71 | return path.join(configDir(loc), 'CLAUDE.md'); |
| 72 | } |
| 73 | |
| 74 | class ClaudeCodeTarget implements AgentTarget { |
| 75 | readonly id = 'claude' as const; |
no test coverage detected