KB / Memory / feedback-commit-push-deploy
Commit and push to deploy
After shipping work, commit and push so CI deploys — do not wait to be asked
When the work is done (tests pass, change is meant to go live), commit and push in the same turn. Do not leave a finished change sitting uncommitted or unpushed.
Why: Deploy is the default end of the loop, not a follow-up question.
How to apply: conventional commit (feedback-semantic-commits), push the current branch. Ask only if the user forbade git, or the change is clearly a local experiment.