Expand description
Git-aware file discovery using the ignore crate.
Respects .gitignore and exclude patterns.
Structs§
Enums§
- File
Classification - How a file should be indexed.
Functions§
- classify_
explicit_ file_ with_ options - Classify an explicitly requested file with discovery filters applied to that one path instead of walking the whole project root.
- classify_
file - Classify an individual file for indexing.
- content_
language - Language label for content-only files.
- discover_
files - Discover files eligible for indexing under
root. Returns (ast_candidates, content_only_candidates) as absolute paths. - discover_
files_ with_ options - is_
content_ indexable - Return true when
pathis an unsupported, safe text file suitable for chunks.