commit d35d1649c3fc0c7d5b29e437715c388818148fb8 Author: Zhongwei Li Date: Sun Nov 30 08:30:32 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..a76e857 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..b15d20d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# uwuclaude-v1.5 + +are you feeling good yet?? diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..b3a06bf --- /dev/null +++ b/hooks/hooks.json @@ -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" + } + ] + } + ] + } +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..3e5e9e9 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file