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>
4 lines
70 B
Bash
4 lines
70 B
Bash
#!/bin/sh
|
|
git config core.hooksPath .githooks
|
|
echo "Hooks activated."
|