Create a git commit following this repo's conventional commit style. Use this skill to commit staged changes or all changes. Invoke with /commit.
Create commits following this repo's conventional commit style.
<type>(<scope>): <description>
| Type | Use for |
|---|---|
feat | New features or capabilities |
fix | Bug fixes |
docs | Documentation only changes |
refactor | Code changes that neither fix bugs nor add features |
chore | Maintenance tasks, dependency updates |
Common scopes in this repo:
vlm - VLM embedding pipelineiiif - IIIF manifest processingspark - Spark/Hive related