Files

61 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"description": "grok-build-hud: live context/quota/token annotations in Grok Build scrollback",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node \"${GROK_PLUGIN_ROOT}/dist/src/hook.js\"",
"timeout": 8
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "node \"${GROK_PLUGIN_ROOT}/dist/src/hook.js\"",
"timeout": 8
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node \"${GROK_PLUGIN_ROOT}/dist/src/hook.js\"",
"timeout": 8
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "node \"${GROK_PLUGIN_ROOT}/dist/src/hook.js\"",
"timeout": 8
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "node \"${GROK_PLUGIN_ROOT}/dist/src/hook.js\"",
"timeout": 8
}
]
}
]
}
}