From d32052eff6c3386267147e3297719672a5ef72ff Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Mon, 12 Jan 2026 13:38:02 +0100 Subject: [PATCH] feat(examples): add Learning Mode template with SuperClaude reference - Create examples/modes/ folder with MODE_Learning.md ready to copy - Add modes/README.md with installation guide and SuperClaude link - Update examples/README.md with modes section - Bump version to 2.9.4 across all files Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 13 +++ README.md | 2 +- claude-code-reference.yaml | 2 +- english-ultimate-claude-code-guide.md | 4 +- examples/README.md | 15 +++- examples/modes/MODE_Learning.md | 121 ++++++++++++++++++++++++++ examples/modes/README.md | 76 ++++++++++++++++ 7 files changed, 227 insertions(+), 6 deletions(-) create mode 100644 examples/modes/MODE_Learning.md create mode 100644 examples/modes/README.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e56a13e..b3693b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [2.9.4] - 2026-01-12 + +### Added +- **examples/modes/** - New folder for behavioral modes + - `MODE_Learning.md` - Complete Learning Mode ready to copy to `~/.claude/` + - `README.md` - Installation guide with SuperClaude framework reference +- **examples/README.md** - Updated with modes folder and templates + +### Stats +- 2 new files created (MODE_Learning.md, modes/README.md) +- 1 file modified (examples/README.md) +- Focus on making SuperClaude Learning Mode plug-and-play + ## [2.9.3] - 2026-01-12 ### Added diff --git a/README.md b/README.md index 79edea5..3c1bb77 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ If this guide saved you time, helped you master Claude Code, or inspired your wo --- -*Version 2.9.3 | January 2026 | Crafted with Claude* +*Version 2.9.4 | January 2026 | Crafted with Claude*