Files
gh-otolab-ai-agent-prompts-…/hooks/hooks.json
2025-11-30 08:46:37 +08:00

16 lines
270 B
JSON

{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "npx --package @coeiro-operator/cli -y say-coeiroink '入力待ちです'"
}
]
}
]
}
}