What problem does it solve? It removes the repetitive manual steps of finalizing repository work by inspecting git state, committing pending changes, and pushing the current branch in one guided workflow. ## Core Features & Use Cases - State Inspection: Runs git status and checks the current branch before taking any action. - Safe Commit and Push: Stages and commits relevant changes with an appropriate message, then pushes the current branch to remote. - Guardrails: Never merges or rebases into the default branch, and reports conflicts, untracked files, or large files before risky actions. - Use Case: After finishing a feature branch, say "done" to have your changes committed and pushed while integration into main is left entirely to you. ## Quick Start Tell the assistant "done" or "wrap up" to commit your current changes and push the branch to remote.