Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:40 +08:00
commit 1410f8a7e5
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "hello-world",
"description": "A simple hello world plugin",
"version": "0.0.1",
"author": {
"name": "fussy113"
},
"commands": [
"./commands/hello-world.md"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# hello-world
A simple hello world plugin

1
commands/hello-world.md Normal file
View File

@@ -0,0 +1 @@
"Hello, World!" を出力する、`hello.rb` を作成してください。

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:fussy113/claude-code-marketplace:plugins/hello-world",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "e87e26fa6341e9d916282479037af117b2b01ec6",
"treeHash": "620f1c040d79284b301105a78b0cfef392f1eaf456dc0dc580e4cd50d06e79a4",
"generatedAt": "2025-11-28T10:16:55.773221Z",
"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": "hello-world",
"description": "A simple hello world plugin",
"version": "0.0.1"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "6329d95545f741735cd6c5b351506858a90b9365cb07f201538e625ccda0168b"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "4278708e96b682d240b3324622d9aaaa4491ac975c865b21e26b8c6ae3e7794f"
},
{
"path": "commands/hello-world.md",
"sha256": "80f7050acb62ed42b0e7d55c3acfeaf2595583161b7ab48d0f9c74bd1d33f540"
}
],
"dirSha256": "620f1c040d79284b301105a78b0cfef392f1eaf456dc0dc580e4cd50d06e79a4"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}