(path: string)
| 91 | * @returns The lowercase path for safe comparison |
| 92 | */ |
| 93 | export function normalizeCaseForComparison(path: string): string { |
| 94 | return path.toLowerCase() |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * If filePath is inside a managed skills directory (.ncode/skills/{name}/ or |
no outgoing calls
no test coverage detected