From a641077e5dd2d8068d520d70fa39a8db7dcd5b3d Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 09:03:54 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 15 ++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..b2fecdf --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,15 @@ +{ + "name": "undo", + "description": "Debug and analyze Undo recordings using AI-powered queries", + "version": "0.1.0", + "author": { + "name": "Undo", + "email": "support@undo.io" + }, + "mcp": { + "undo-debugger": { + "command": "${CLAUDE_PLUGIN_ROOT}/run.sh", + "args": [] + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5e6d3f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# undo + +Debug and analyze Undo recordings using AI-powered queries diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..a6ace53 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:undoio/addons:explain/claude_code_plugin", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "c186168fd1c4990bf8887832f518f586c55b4a51", + "treeHash": "f836e56a0d31aee306ae59d0308bd03361453bd599128a456ae15441ec3b84a7", + "generatedAt": "2025-11-28T10:28:51.205626Z", + "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": "undo", + "description": "Debug and analyze Undo recordings using AI-powered queries", + "version": "0.1.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "14e85c4ef123b16e9c4ff93ba1421ada11e813c4c8e5be73c820718e02932d3a" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "d235d91fa67a76ee70f9d055541c4af8158b4b63d452264b2f6b09a6a7990018" + } + ], + "dirSha256": "f836e56a0d31aee306ae59d0308bd03361453bd599128a456ae15441ec3b84a7" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file