SPB Git

spb/metrika Public

Stata-class statistics, GPU-accelerated by Apple Silicon. Native Swift — no Electron, no Python runtime, no compromises.

Swift 92.4% HTML 3.3% R 3% Shell 1.3%
406 B · 14 lines
Raw Blame History
1#!/bin/bash2#3#  pre-commit — Metrika4#5#  Author:  Simon-Pierre Boucher6#  Contact: contact@spboucher.ai7#  Copyright © 2026 Simon-Pierre Boucher. All rights reserved.8#9#  Git pre-commit hook: rejects staged source files missing the Metrika10#  header (CLAUDE.md §0). Installed by scripts/install_hooks.sh.11#12set -euo pipefail13exec "$(git rev-parse --show-toplevel)/scripts/check_headers.sh" --staged14