From 5bd963ec5d7b3b43b90f7e2cf5e37da412eeec4d Mon Sep 17 00:00:00 2001 From: minsoo-web Date: Fri, 1 May 2026 23:35:10 +0900 Subject: [PATCH] chore(release): bump personal-tutor to 1.1.0, marketplace to 1.10.0 The desirable-difficulty hooks shipped in #22 add new user-facing capability (cross-session retrieval verification, Generation Effect, mechanical Iron Rule #6 enforcement) while remaining backward-compatible with existing knowledge graphs (read-time defaults + touched-node-only migration). Minor bump per SemVer. Marketplace bumps to 1.10.0 to mirror the plugin's minor change. Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/marketplace.json | 2 +- plugins/personal-tutor/.claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8a64b02..412877f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,7 @@ { "name": "kit", "description": "Community plugin & skills marketplace for Claude Code", - "version": "1.9.1", + "version": "1.10.0", "owner": { "name": "hamsurang", "email": "zlemzlem5656@naver.com" diff --git a/plugins/personal-tutor/.claude-plugin/plugin.json b/plugins/personal-tutor/.claude-plugin/plugin.json index ff9aa32..f45fa9b 100644 --- a/plugins/personal-tutor/.claude-plugin/plugin.json +++ b/plugins/personal-tutor/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "personal-tutor", - "version": "1.0.1", + "version": "1.1.0", "description": "Adaptive technical tutoring skill that builds a persistent knowledge graph and learner profile across sessions", "author": { "name": "minsoo.web",