Git Conventions
- Follow Conventional Commits format: type(scope): description - Use these commit types to maintain clear project history: - feat: New feature - fix: Bug fix - docs: Documentation changes - refactor: Code restructuring without behavior changes - test: Test additions or modifications - Include scope when relevant to identify the affected area (e.g., feat(auth): add OAuth2 support) - Keep descriptions concise and in imperative mood (e.g., "add" not "added") - Why: Conventional Commits enable autom