2026-03-10 15:49:15 +08:00
|
|
|
{
|
2026-07-03 13:58:36 +07:00
|
|
|
"version": 1,
|
2026-03-10 15:49:15 +08:00
|
|
|
"hooks": {
|
2026-07-03 13:58:36 +07:00
|
|
|
"afterFileEdit": [
|
|
|
|
|
{ "command": "./.cursor/hooks/format.sh" },
|
|
|
|
|
{ "command": "./.cursor/hooks/yarn-install.sh" },
|
|
|
|
|
{ "command": "./.cursor/hooks/react-pattern-review.sh" }
|
2026-03-10 15:49:15 +08:00
|
|
|
],
|
2026-07-03 13:58:36 +07:00
|
|
|
"stop": [
|
|
|
|
|
{ "command": "./.cursor/hooks/sync-git-branches.sh" },
|
|
|
|
|
{ "command": "./.cursor/hooks/react-pattern-review.sh" },
|
|
|
|
|
{ "command": "./.cursor/hooks/code-quality-review-reminder.sh" },
|
|
|
|
|
{ "command": "./.cursor/hooks/verify.sh" }
|
2026-03-10 15:49:15 +08:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|