(files: MemoryFileInfo[])
| 1582 | } |
| 1583 | |
| 1584 | export function hasExternalClaudeMdIncludes(files: MemoryFileInfo[]): boolean { |
| 1585 | return getExternalClaudeMdIncludes(files).length > 0 |
| 1586 | } |
| 1587 | |
| 1588 | export async function shouldShowClaudeMdExternalIncludesWarning(): Promise<boolean> { |
| 1589 | const config = getCurrentProjectConfig() |
no test coverage detected