Module file_expander

Source
Expand description

File expansion logic for semantic analysis features

This module handles expanding the file list based on semantic relationships discovered during analysis (imports, type references, function calls).

Functionsยง

detect_project_root
Detect the project root directory using git root or fallback methods
expand_file_list
Expand file list based on semantic relationships
expand_file_list_with_context
Expand file list based on semantic relationships with full project context