Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:32 +08:00
commit d35d1649c3
4 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "uwuclaude-v1.5",
"description": "are you feeling good yet??",
"version": "1.0.0",
"author": {
"name": "karashiiro",
"url": "https://github.com/karashiiro"
},
"hooks": [
"./hooks"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# uwuclaude-v1.5
are you feeling good yet??

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"description": "SessionStart hook that activates uwuclaude v1.5",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.js"
}
]
}
]
}
}

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:karashiiro/claude-marketplace:plugins/uwuclaude-v1.5",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "0a2bcbba7b29bba9c505e03110b6dc47b18f48ff",
"treeHash": "154eb735a52e4363ff4d24ef9df313750cfc2d33737fc4e64f3066645b4b5769",
"generatedAt": "2025-11-28T10:19:24.995076Z",
"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": "uwuclaude-v1.5",
"description": "are you feeling good yet??",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "b7686af30deae9f1e6eefc622b316344ede435617e5f784c8dce43128d91235a"
},
{
"path": "hooks/hooks.json",
"sha256": "6138cd89e7d8b3285df368be72bdc078b38b7cd6ca80c23f9e0db1add6c58804"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "88e5ecd6317ee451549de77860d150d70f3181e43ff03b92323eae3ea9e5af2d"
}
],
"dirSha256": "154eb735a52e4363ff4d24ef9df313750cfc2d33737fc4e64f3066645b4b5769"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}