Files
sporel-lib-core.command-test/scripts/install-hooks.sh
Axel Meyer 18239fcff2 docs: migrate README to API-Doc-Convention (S2-cascade.libs test-lib)
Restructured per ADR-0038 with Coverage-Statement-Block per Fault-
Injection-Audit-Convention. Topology auto-populated. Pre-commit hook
installed.

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

4 lines
70 B
Bash

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