Files
5chan/.cursor/hooks/code-quality-review-reminder.sh
T

5 lines
164 B
Bash
Executable File

#!/bin/bash
repo_root="$(cd "$(dirname "$0")/../.." && pwd)"
exec "$repo_root/scripts/agent-hooks/code-quality-review-reminder.sh" --skill-dir .cursor/skills "$@"