chore: configure auto-push to remote on every commit

- Enable git push.autoSetupRemote for automatic tracking setup
- Add push.followTags to include tags in pushes
- Install post-commit hook for automatic push after each commit
- Update config.json to document auto-push behavior
- Remote: master (giteas.fullmooncyberworks.com/mystiatech/Mai)

All commits will now automatically push to the remote branch.
This commit is contained in:
Mai Development
2026-01-26 23:22:55 -05:00
parent 3f41adff75
commit 3861b86287

View File

@@ -8,5 +8,10 @@
"research": true,
"plan_check": true,
"verifier": true
},
"git": {
"auto_push": true,
"push_tags": true,
"remote": "master"
}
}