Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:45:45 +08:00
commit b94e197beb
4 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "deep-review",
"description": "Deep review",
"version": "1.0.0",
"author": {
"name": "hiragram"
},
"commands": [
"./commands"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# deep-review
Deep review

7
commands/cat.md Normal file
View File

@@ -0,0 +1,7 @@
---
description: Show random ascii cat
---
# Cat command
Draw an ascii art cat. Let him greet user.

45
plugin.lock.json Normal file
View File

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