Skip to main content

Module context

Module context 

Source
Expand description

Contextual intelligence system for enhanced commit message analysis.

Re-exports§

pub use branch::BranchAnalyzer;
pub use discovery::config_source_label;
pub use discovery::load_config_content;
pub use discovery::load_project_scopes;
pub use discovery::resolve_context_dir;
pub use discovery::resolve_context_dir_with_source;
pub use discovery::ConfigDirSource;
pub use discovery::ConfigSourceLabel;
pub use discovery::ProjectDiscovery;
pub use files::FileAnalyzer;
pub use patterns::WorkPatternAnalyzer;

Modules§

branch
Branch analysis and work pattern detection.
discovery
Project context discovery system.
files
File-based context analysis and architectural understanding.
patterns
Work pattern detection and analysis.