Create git commits for session changes
/plugin marketplace add mahidalhan/skilled-intelligence-marketplace/plugin install mahidalhan-git-tools-plugins-git-tools@mahidalhan/skilled-intelligence-marketplace# 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 `git status` to see current changes - Run `git diff` 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 mad...