(path: string)
| 88 | * @returns The lowercase path for safe comparison |
| 89 | */ |
| 90 | export function normalizeCaseForComparison(path: string): string { |
| 91 | return path.toLowerCase() |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * If filePath is inside a .claude/skills/{name}/ directory (project or global), |
no outgoing calls
no test coverage detected