Expand description
Data processing and serialization.
Re-exports§
pub use amendments::*;pub use check::*;pub use context::*;pub use yaml::*;
Modules§
- amendments
- Amendment data structures and validation.
- check
- Check command result types for commit message validation.
- context
- Context data structures for enhanced commit message analysis.
- yaml
- YAML processing utilities.
Structs§
- AiInfo
- AI integration metadata nested under
RepositoryView::ai. - Branch
Info - Current-branch context nested under optional
RepositoryView::branch_info. - Field
Documentation - Single entry inside
FieldExplanation::fields. - Field
Explanation - Self-describing schema metadata embedded under
RepositoryView::explanation. - File
Status Info - Entry in
WorkingDirectoryInfo::untracked_changes. - Pull
Request - GitHub pull-request metadata. Appears as an entry in optional
RepositoryView::branch_prs. - Repository
View - Root node of the YAML output produced by
view,info,check, and the branch subcommands. - Version
Info - Tool version metadata nested under optional
RepositoryView::versions. - Working
Directory Info - Working-tree status nested under
RepositoryView::working_directory.
Type Aliases§
- Repository
View ForAI - Enhanced repository view for AI processing with full diff content.