Commit Changes You are tasked with creating git commits for the changes made during this session. Process: 1. Think about what changed: - Review the conversation history and understand what was accomplished - Run to see current changes - Run to understand the modifications - Consider whether changes should be one commit or multiple logical commits 2. Plan your commit(s): - Identify which files belong together - Draft clear, descriptive commit messages - Use imperative mood in commit messages - Focus on why the changes were made, not just what 3. Present your plan to the user: - List the files…