Module scanner

Source
Expand description

Repository scanning module for the AI Context Generator.

This module provides functionality to scan and analyze repository structure, extracting metadata, file information, and project organization.

Structs§

FileInfo
Information about a single file in the repository.
ProjectMetadata
Project metadata extracted from configuration files and repository structure.
ProjectStructure
Information about the overall structure and organization of the project.
RepositoryScanner
Repository scanner that processes project files and structure.
ScanResult
Complete result of repository scanning operation.

Enums§

FileType
Classification of file types supported by the generator.