16 lines
336 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|