mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
5 lines
176 B
Bash
Executable File
5 lines
176 B
Bash
Executable File
#!/bin/bash
|
|
|
|
repo_root="$(cd "$(dirname "$0")/../.." && pwd)"
|
|
exec "$repo_root/scripts/agent-hooks/react-pattern-review.sh" --skill-dir .claude/skills --scope-prefix src/ "$@"
|