mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(agent hooks): remind on new React effects and memos
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
{
|
||||
"command": ".codex/hooks/yarn-install.sh",
|
||||
"timeout": 120
|
||||
},
|
||||
{
|
||||
"command": ".codex/hooks/react-pattern-review.sh",
|
||||
"timeout": 10
|
||||
}
|
||||
],
|
||||
"stop": [
|
||||
@@ -16,6 +20,10 @@
|
||||
"command": ".codex/hooks/sync-git-branches.sh",
|
||||
"timeout": 60
|
||||
},
|
||||
{
|
||||
"command": ".codex/hooks/react-pattern-review.sh",
|
||||
"timeout": 10
|
||||
},
|
||||
{
|
||||
"command": ".codex/hooks/verify.sh",
|
||||
"timeout": 60
|
||||
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/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/ "$@"
|
||||
Reference in New Issue
Block a user