This repo is governed by Pictify's Git workflow hard rules. After cloning, point Git at the in-repo hooks once:
git config core.hooksPath scripts/githooksThat installs the pre-push hook which refuses direct pushes to master/main. All changes go through a pull request reviewed by a code owner (see .github/CODEOWNERS).