Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:31:54 +08:00
commit ec80961a5b
4 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "mem8",
"description": "Memory-augmented development workflows for Claude Code. Provides commands for planning, implementation, debugging, and research with persistent memory.",
"version": "3.0.0",
"author": {
"name": "killerapp",
"email": "contact@mem8.dev",
"url": "https://github.com/killerapp"
},
"hooks": [
"./hooks/hooks.json"
]
}