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"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# mem8
Memory-augmented development workflows for Claude Code. Provides commands for planning, implementation, debugging, and research with persistent memory.

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hooks": {
"PostInstall": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/setup-memory.sh",
"description": "Initialize memory directory structure"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/create-plugin-marker.sh",
"description": "Create plugin installation marker"
}
]
}
}

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:killerapp/mem8-plugin:",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "cfb93923be74d542e956a1c61a29f7edc75eb6ba",
"treeHash": "9d28af0164d3e6c32f625250c2f8500e8f3ab57c29aeb01aca07ba7f2ee98946",
"generatedAt": "2025-11-28T10:19:31.897737Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"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"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "ac160bf8534c94a9a6c317b11b98f27a650361149cc68ccaebc088e573238c53"
},
{
"path": "hooks/hooks.json",
"sha256": "8729a3933467f680f68373688ea25bfe7637a7066d20e6cf5276478279a58a3e"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "489b5fe89f9a43ec0331273a12a829e714101efb41bb8e4f503b0e049692fb3b"
}
],
"dirSha256": "9d28af0164d3e6c32f625250c2f8500e8f3ab57c29aeb01aca07ba7f2ee98946"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}