Files
5chan/.cursor/hooks/react-pattern-review.sh
T

5 lines
176 B
Bash
Raw Normal View History

#!/bin/bash
repo_root="$(cd "$(dirname "$0")/../.." && pwd)"
exec "$repo_root/scripts/agent-hooks/react-pattern-review.sh" --skill-dir .cursor/skills --scope-prefix src/ "$@"