소개
CodeMap is a specialized tool designed to help Claude navigate large repositories by creating and maintaining a structural index in .codemap/ directories. It allows the AI to perform targeted line-range reads instead of scanning entire files, significantly cutting down on context window usage and improving response speed. By identifying the exact location of classes, methods, and functions, it enables more precise code exploration and editing without the overhead of processing irrelevant code blocks.