Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:35:59 +08:00
commit 90883a4d25
287 changed files with 75058 additions and 0 deletions

21
hooks/hooks.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}