-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Description
Develop a component that determines the nature and scope of changes by analyzing diffs, categorizing them (e.g., fix, feat, docs, style).
Acceptance Criteria
- Changes are categorized into conventional commit types (
feat,fix,docs,style,refactor,test,chore). - The system infers the category based on code analysis, not just file types or names.
- Multiple change types within a single commit are recognized and handled.
- Edge cases where the change type is ambiguous are addressed with logical defaults.
- The categorization results are consistent and accurate across different codebases.
- Tests validate the categorization logic with various diff inputs.
Notes
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels