dad2941971
Entire-Checkpoint: 69bf47d06770
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"hooks": {
|
|
"beforeSubmitPrompt": [
|
|
{
|
|
"command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks cursor before-submit-prompt'"
|
|
}
|
|
],
|
|
"preCompact": [
|
|
{
|
|
"command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks cursor pre-compact'"
|
|
}
|
|
],
|
|
"sessionEnd": [
|
|
{
|
|
"command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks cursor session-end'"
|
|
}
|
|
],
|
|
"sessionStart": [
|
|
{
|
|
"command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks cursor session-start'"
|
|
}
|
|
],
|
|
"stop": [
|
|
{
|
|
"command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks cursor stop'"
|
|
}
|
|
],
|
|
"subagentStart": [
|
|
{
|
|
"command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks cursor subagent-start'"
|
|
}
|
|
],
|
|
"subagentStop": [
|
|
{
|
|
"command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks cursor subagent-stop'"
|
|
}
|
|
]
|
|
},
|
|
"version": 1
|
|
}
|