From ec80961a5b8a45b34a21d1028cd863f145a424b2 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:31:54 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 13 +++++++++++ README.md | 3 +++ hooks/hooks.json | 16 ++++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 hooks/hooks.json create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..07e6f2c --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..da849f7 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# mem8 + +Memory-augmented development workflows for Claude Code. Provides commands for planning, implementation, debugging, and research with persistent memory. diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..95d24fd --- /dev/null +++ b/hooks/hooks.json @@ -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" + } + ] + } +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..3085cd0 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file