chore(release): bump personal-tutor to 1.1.0#23
Merged
minsoo-web merged 1 commit intomainfrom May 1, 2026
Merged
Conversation
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) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Version bump for the desirable-difficulty hooks shipped in #22.
plugins/personal-tutor/.claude-plugin/plugin.json.claude-plugin/marketplace.jsonWhy minor
The desirable-difficulty hooks (Phase 2.0 cold quiz, Generation Effect Predict step, Iron Rule #6 enforcement, deterministic format rotation, 3-strike downgrade, path B escape valve) add user-facing capability the previous version could not deliver — that's a
featper SemVer, hence minor.The change is backward-compatible with existing knowledge graphs:
Cold quiz pendingandLast quiz formatdefault tono/noneat read time, and the 6-line schema migration is touched-node-only — no batch rewrite. Existing~/.claude/learning/topics/{topic}/data continues to work without manual intervention.The marketplace mirrors the plugin's minor bump because this is the marketplace's first release reflecting the new desirable-difficulty contract.
Note on Iron Rule #6
Iron Rule #6 ("never advance to
understoodwithin the same session a node was first taught") is a behavior change that some users could perceive as breaking — same-session understood marks now revert topartialvia the Phase 5 self-audit. The change rejects an outcome the prior version permitted, but it does so to prevent fluency-illusion mismarking, not to block any correct user workflow. We're treating this as additive behavior (a guardrail), not a breaking change.