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

View File

@@ -0,0 +1,21 @@
{
"name": "geoffrey",
"description": "Personal AI infrastructure with learning-enabled assistance for work, travel, and personal tasks",
"version": "0.1.0",
"author": {
"name": "Kris Hagel",
"email": "kris@krishagel.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}