Files
wehub-resource-sync b9e05427b1
test / test (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:01:02 +08:00

27 lines
704 B
JSON

{
"_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"
}
]
}
]
}
}