Initial commit: Flutter 无书应用项目
This commit is contained in:
32
.trae/skills/planning-with-files/.cursor/hooks.json
Normal file
32
.trae/skills/planning-with-files/.cursor/hooks.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": 1,
|
||||
"hooks": {
|
||||
"userPromptSubmit": [
|
||||
{
|
||||
"command": ".cursor/hooks/user-prompt-submit.sh",
|
||||
"timeout": 5
|
||||
}
|
||||
],
|
||||
"preToolUse": [
|
||||
{
|
||||
"command": ".cursor/hooks/pre-tool-use.sh",
|
||||
"matcher": "Write|Edit|Shell|Read",
|
||||
"timeout": 5
|
||||
}
|
||||
],
|
||||
"postToolUse": [
|
||||
{
|
||||
"command": ".cursor/hooks/post-tool-use.sh",
|
||||
"matcher": "Write|Edit",
|
||||
"timeout": 5
|
||||
}
|
||||
],
|
||||
"stop": [
|
||||
{
|
||||
"command": ".cursor/hooks/stop.sh",
|
||||
"timeout": 10,
|
||||
"loop_limit": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user