From f1ba432d05e3acfce67ef3e4fe16c973ce52db0f Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:03:50 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 21 +++++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..6c23937 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,21 @@ +{ + "name": "thank-you", + "description": "Adds 'thank you' to additional context", + "version": "1.0.0", + "author": { + "name": "ccheney" + }, + "hooks": { + "UserPromptSubmit": [ + { + "matcher": "*", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/append-thank-you.sh" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c2e957 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# thank-you + +Adds 'thank you' to additional context diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..d07daa9 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ccheney/thank-you:", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "a62ce07cddd2ecbd26858f5b643dbaa6852f7e61", + "treeHash": "bdb885cfa5ab01085427efa360d63de0662feda7e64571adb52af1d9ae7a1fae", + "generatedAt": "2025-11-28T10:14:31.073832Z", + "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": "thank-you", + "description": "Adds 'thank you' to additional context", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "5920d25a02946c5dc25d039eabaec2ac23160fc4a01386193038eb4b5f150d03" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "0c0d038d216520dbdda266add0dc50b219591f65fe90c63e795ae3f046675a75" + } + ], + "dirSha256": "bdb885cfa5ab01085427efa360d63de0662feda7e64571adb52af1d9ae7a1fae" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file