commit 60f5b87907a31b73a87ed651dc3389c5e237da6c Author: Zhongwei Li Date: Sat Nov 29 17:55:56 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..e0a547f --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "learning-output-style", + "description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)", + "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..acb1084 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# learning-output-style + +Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style) diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..b3ab7ce --- /dev/null +++ b/hooks/hooks.json @@ -0,0 +1,15 @@ +{ + "description": "Learning mode hook that adds interactive learning instructions", + "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..193dc11 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:anthropics/claude-code:plugins/learning-output-style", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "248eff9faae9beebf715550734d9da4ddcbd8eaf", + "treeHash": "570c8c43cfebab4b61362ba9df29d771127b797c588ec9d1930d345adb82d640", + "generatedAt": "2025-11-28T10:13:47.469897Z", + "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": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "db141de6bebf7ad08c24773eaf60b7423d4fe15c845e7cd5699a3934072c3811" + }, + { + "path": "hooks/hooks.json", + "sha256": "595436e45533450f9961fadb9efc6826125383d1aa84b477a6d61778962ed487" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "dba5dcd82d61b7d26321c63e8fcf3a860019189498b8acf6078197b0e7a8896c" + } + ], + "dirSha256": "570c8c43cfebab4b61362ba9df29d771127b797c588ec9d1930d345adb82d640" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file