(files: MemoryFileInfo[])
| 1414 | } |
| 1415 | |
| 1416 | export function hasExternalClaudeMdIncludes(files: MemoryFileInfo[]): boolean { |
| 1417 | return getExternalClaudeMdIncludes(files).length > 0 |
| 1418 | } |
| 1419 | |
| 1420 | export async function shouldShowClaudeMdExternalIncludesWarning(): Promise<boolean> { |
| 1421 | const config = getCurrentProjectConfig() |
no test coverage detected