aboutsummaryrefslogtreecommitdiff
path: root/hooks/settings.json
Commit message (Collapse)AuthorAgeFilesLines
* Add hooks settings.json with install-hooks targetCraig Jennings2026-03-291-0/+19
Hooks provide: - PostEditTool: ruff format/check on Python, terraform fmt on .tf - PreCommit: block commits containing hardcoded secrets (AWS keys, API tokens, passwords) Install per-project with: make install-hooks TARGET=/path/to/project Won't overwrite existing settings.json — shows diff command instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>