-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Expand file tree
/
Copy pathqoder-hooks.json
More file actions
26 lines (26 loc) · 704 Bytes
/
Copy pathqoder-hooks.json
File metadata and controls
26 lines (26 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"_comment": "Reference template — copy the 'hooks' object into your .qoder/settings.json or ~/.qoder/settings.json. Replace PONYTAIL_DIR with the path to your ponytail checkout (e.g. ~/.qoder/plugins/ponytail or the npm global install path).",
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "node PONYTAIL_DIR/hooks/ponytail-mode-tracker.js"
}
]
}
],
"PreToolUse": [
{
"matcher": "task|Task",
"hooks": [
{
"type": "command",
"command": "node PONYTAIL_DIR/hooks/ponytail-subagent.js"
}
]
}
]
}
}