Files
gh-krishagel-geoffrey/hooks/hooks.json
2025-11-30 08:35:59 +08:00

22 lines
556 B
JSON

{
"comment": "Geoffrey hooks configuration - Phase 1 placeholder",
"hooks": {
"post-conversation": {
"description": "Extract learnings after each conversation (Phase 4)",
"enabled": false,
"script": null
},
"pre-command": {
"description": "Prepare context before command execution (future)",
"enabled": false,
"script": null
},
"session-start": {
"description": "Initialize Geoffrey on session start (future)",
"enabled": false,
"script": null
}
},
"version": "0.1.0"
}