Files
2025-11-30 08:27:50 +08:00

16 lines
336 B
JSON

{
"description": "Adds instructions to the session to require honest feedback and straightforward communication",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/honest-assistant.sh"
}
]
}
]
}
}