# git-pulse > Version control discipline for Quest Keeper AI development. Enforces the "commit early, commit often" pattern. - Author: Mnehmos - Repository: Mnehmos/QuestKeeperAI - Version: 20251230000246 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/Mnehmos/QuestKeeperAI - Web: https://mule.run/skillshub/@@Mnehmos/QuestKeeperAI~git-pulse:20251230000246 --- --- name: git-pulse description: Version control discipline for Quest Keeper AI development. Enforces the "commit early, commit often" pattern. --- # Git Pulse Protocol ## Core Rule > Your work is volatile until captured. **After successful test pass, IMMEDIATE LOCAL COMMIT.** ## Quick Commands ```powershell git status git add . && git commit -m "type(scope): message" ``` ## Commit Types - `fix` - Bug fixes - `feat` - New features - `test` - Test additions - `refactor` - Code cleanup - `docs` - Documentation - `style` - Formatting - `chore` - Build/config