Create well-formatted git commits following conventional commit standards
Create well-formatted git commits following conventional commit standards.
git diff --staged<type>(<scope>): <description>
[optional body]
[optional footer]
Co-Authored-By trailer or any Claude attributionfeat(auth): add password reset functionality
- Add forgot password form
- Implement email verification flow
- Add password reset endpoint
Now analyze the staged changes and create a conventional commit. Run git diff --staged first to see what's staged, then craft and execute the commit.