Conventional Commits encourages focus on the wrong things
Conventional Commits is being criticized for encouraging engineers to focus on the wrong things, such as following a specific commit message format over the actual changes made. This can lead to unnecessary complexity and overhead. Engineers are advised to focus on the actual changes and improvements, rather than the commit message format. To address this, engineers should prioritize clear and concise commit messages that accurately reflect the changes made. This will help to reduce unnecessary complexity and improve overall code quality.