commit 84199675fa7c7528e2b6b545837faff88fca5272 Author: Zhongwei Li Date: Sat Nov 29 18:18:26 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..5c44ffb --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "learning-output-style", + "description": "互動式學習模式,在決策點請求有意義的程式碼貢獻(模擬未發布的學習輸出風格)", + "version": "1.0.0", + "author": { + "name": "Boris Cherny (繁體中文版)", + "email": "boris@anthropic.com" + }, + "hooks": [ + "./hooks" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc2abd3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# learning-output-style + +互動式學習模式,在決策點請求有意義的程式碼貢獻(模擬未發布的學習輸出風格) diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..9328f37 --- /dev/null +++ b/hooks/hooks.json @@ -0,0 +1,15 @@ +{ + "description": "學習模式鉤子,添加互動學習指令", + "hooks": { + "SessionStart": [ + { + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh" + } + ] + } + ] + } +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..70372c2 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:DennisLiuCk/claude-plugin-marketplace:plugins/learning-output-style", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "a24b8407593e7ba2bf073d277707904a238b56bc", + "treeHash": "0692f315d00f252ff7fa901cf6d33da5aac786456e31516a4a538991d163930f", + "generatedAt": "2025-11-28T10:10:14.479698Z", + "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": "learning-output-style", + "description": "互動式學習模式,在決策點請求有意義的程式碼貢獻(模擬未發布的學習輸出風格)", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "d0e8082aca0299645c2b04b016d6ae48d8253a769a6b168e5e0afc63ffbdedc1" + }, + { + "path": "hooks/hooks.json", + "sha256": "19e3be1c90e5010c07b4db284ceefd9821e07fb8f95fdaf311af6f4fbb2c5da3" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "213487a946048251e42f97d9e7fca5d06deaa06f8775b9e6c2b270391e8f7833" + } + ], + "dirSha256": "0692f315d00f252ff7fa901cf6d33da5aac786456e31516a4a538991d163930f" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file