Module file

Module file 

Source
Expand description

File-related types and utilities.

Provides comprehensive file metadata structures, language detection, and file classification utilities for the Scribe analysis pipeline.

Structs§

FileInfo
Comprehensive file metadata structure
GitStatus
Git status information for a file
RenderDecision
Decision about whether to include a file in analysis

Enums§

ConfigurationFormat
Configuration format classification
DocumentationFormat
Documentation format classification
FileType
File type classification for analysis purposes
GitFileStatus
Git file status
Language
Programming language classification
RenderDecisionCategory
Standard categories for render decisions

Constants§

BINARY_EXTENSIONS
Binary file extensions that should typically be excluded from text analysis
MARKDOWN_EXTENSIONS
Markdown file extensions

Functions§

bytes_to_human
Convert bytes to human-readable format