Skip to content

Instantly share code, notes, and snippets.

@LarryStanley
LarryStanley / settings.json
Last active August 19, 2025 02:48
TDD Guard Script for TS with Claude Hooks
{
"hooks": {
"PreToolUse": [
{
"matcher": "Write|Edit|MultiEdit|TodoWrite",
"hooks": [
{
"type": "command",
"command": "/your/repo/path/.claude/hooks/ts-tdd-guard.sh"
}