pub fn delete_commit_message_file() -> Result<()>Expand description
Delete the commit-message.txt file after committing.
Called after a successful git commit to clean up the temporary commit message file. Silently succeeds if the file doesn’t exist.