commit b94e197beb443928f093aace0faa361e7f773c4b Author: Zhongwei Li Date: Sat Nov 29 18:45:45 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..cdea70b --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "deep-review", + "description": "Deep review", + "version": "1.0.0", + "author": { + "name": "hiragram" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..21c7827 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# deep-review + +Deep review diff --git a/commands/cat.md b/commands/cat.md new file mode 100644 index 0000000..4f513df --- /dev/null +++ b/commands/cat.md @@ -0,0 +1,7 @@ +--- +description: Show random ascii cat +--- + +# Cat command + +Draw an ascii art cat. Let him greet user. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..4cfaae7 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:hiragram/claude-code-plugins:deep-review", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "c8c441372643d80fae064a0cb9a45a3135086b97", + "treeHash": "9df17df083a6238fb139acf3da87cf23f016ead5f4bd54d68e6236b6a6113ea1", + "generatedAt": "2025-11-28T10:17:28.295315Z", + "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": "deep-review", + "description": "Deep review", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "d49b5c7fe16c7fd21aad49d14f654b79dc673a0405831a16b6b98c8a43619239" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "caa8dfec6ee428f73025cf1e8a3233aa6956e0bb833e48b1c2f4d4599708636f" + }, + { + "path": "commands/cat.md", + "sha256": "a86c49b84c48f4799ea34826e39885df17579b81d5d348f89b4297f45d17acd2" + } + ], + "dirSha256": "9df17df083a6238fb139acf3da87cf23f016ead5f4bd54d68e6236b6a6113ea1" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file