Files
sporel-lib-core.player_control/scripts/install-hooks.sh
Axel Meyer 9331a26f46 docs: migrate README to API-Doc-Convention (S2-cascade.libs)
Restructured per ADR-0038: Abstract + bold-list Badges + Topology H2
+ H3-API-Subsections (one per public function) + Conventions/Consumer
pattern/CHANGELOG/References.

Topology auto-populated via Sporel.exe --lint --fix. Pre-commit hook
installed via --install-hooks.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 16:40:24 +02:00

4 lines
70 B
Bash

#!/bin/sh
git config core.hooksPath .githooks
echo "Hooks activated."