#!/bin/bash
# Git pre-push hook
# Delegates to hooks-bootstrap.sh for Node setup and check execution
# Always runs in informative mode (never blocks pushes)

exec "$(dirname "$0")/hooks-bootstrap.sh" pre-push
# AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
# Source: bitsoex/ai-code-instructions → global/skills/git-hooks/assets/pre-push
# To modify, edit the source file and run the distribution workflow

