Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:54 +08:00
commit a641077e5d
3 changed files with 59 additions and 0 deletions

View File

@@ -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": []
}
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# undo
Debug and analyze Undo recordings using AI-powered queries

41
plugin.lock.json Normal file
View File

@@ -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": []
}
}