mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-19 06:39:18 -04:00
5 lines
175 B
Bash
Executable File
5 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
|
|
repo_root="$(cd "$(dirname "$0")/../.." && pwd)"
|
|
exec "$repo_root/scripts/agent-hooks/react-pattern-review.sh" --skill-dir .codex/skills --scope-prefix src/ "$@"
|