Initial commit: Flutter 无书应用项目
This commit is contained in:
45
.trae/skills/planning-with-files/.github/hooks/planning-with-files.json
vendored
Normal file
45
.trae/skills/planning-with-files/.github/hooks/planning-with-files.json
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"version": 1,
|
||||
"hooks": {
|
||||
"sessionStart": [
|
||||
{
|
||||
"type": "command",
|
||||
"bash": ".github/hooks/scripts/session-start.sh",
|
||||
"powershell": ".github/hooks/scripts/session-start.ps1",
|
||||
"timeout": 15
|
||||
}
|
||||
],
|
||||
"preToolUse": [
|
||||
{
|
||||
"type": "command",
|
||||
"bash": ".github/hooks/scripts/pre-tool-use.sh",
|
||||
"powershell": ".github/hooks/scripts/pre-tool-use.ps1",
|
||||
"timeout": 5
|
||||
}
|
||||
],
|
||||
"postToolUse": [
|
||||
{
|
||||
"type": "command",
|
||||
"bash": ".github/hooks/scripts/post-tool-use.sh",
|
||||
"powershell": ".github/hooks/scripts/post-tool-use.ps1",
|
||||
"timeout": 5
|
||||
}
|
||||
],
|
||||
"agentStop": [
|
||||
{
|
||||
"type": "command",
|
||||
"bash": ".github/hooks/scripts/agent-stop.sh",
|
||||
"powershell": ".github/hooks/scripts/agent-stop.ps1",
|
||||
"timeout": 10
|
||||
}
|
||||
],
|
||||
"errorOccurred": [
|
||||
{
|
||||
"type": "command",
|
||||
"bash": ".github/hooks/scripts/error-occurred.sh",
|
||||
"powershell": ".github/hooks/scripts/error-occurred.ps1",
|
||||
"timeout": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user