From 07c3c42b03df4e3f6882bc930e1e47fe4f9e7849 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Fri, 6 Mar 2026 15:53:45 +0100 Subject: [PATCH] =?UTF-8?q?release:=20v3.31.0=20=E2=80=94=20Skills=202.0?= =?UTF-8?q?=20taxonomy,=20evals,=20lifecycle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - §5.0 Two Kinds of Skills: Capability Uplift vs Encoded Preference - §5.X Skill Lifecycle & Retirement: Catch Regressions + Spot Outgrowth - §5.Y Skill Evals: Benchmark Mode, A/B Testing, Trigger Tuning - Vitals + SE-CoVe community plugins documented (§8.5) - Memory system: 3 corrections (Auto-Memories v2.1.59+, thresholds, WHAT/WHY/HOW) Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 12 + README.md | 4 +- VERSION | 2 +- .../vitals-codebase-health-plugin.md | 95 ++++++ guide/cheatsheet.md | 5 +- guide/ultimate-guide.md | 275 ++++++++++++++++-- machine-readable/llms.txt | 2 +- machine-readable/reference.yaml | 40 ++- 8 files changed, 386 insertions(+), 49 deletions(-) create mode 100644 docs/resource-evaluations/vitals-codebase-health-plugin.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8edf11a..c6f7559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.31.0] - 2026-03-06 + +### Added + +- **Skills 2.0 — Taxonomie, Evals et Lifecycle** (`guide/ultimate-guide.md` §5.0, §5.X, §5.Y) — 3 nouveaux blocs : taxonomie Capability Uplift vs Encoded Preference, Skill Lifecycle (Catch Regressions + Spot Outgrowth + retirement checklist), Skill Evals (Benchmark Mode / A/B Testing / Trigger Tuning). Tableau "What Makes a Good Skill?" enrichi (colonne Expected Lifespan). `guide/cheatsheet.md` + `machine-readable/llms.txt` mis à jour. 3 nouvelles questions quiz landing (019-021). Sources : ainews.com, mexc.co, claudecode.jp — mars 2026. + +- **Featured Community Plugins — Vitals + SE-CoVe** (`guide/ultimate-guide.md` §8.5) — Vitals (chopratejas/vitals, v0.1 alpha) : détection hotspots par formule `git churn × structural complexity × coupling centrality`, diagnostic sémantique Claude, zéro dépendances. SE-CoVe (vertti/se-cove-claude-plugin, v1.1.1) : pipeline Chain-of-Verification 5 étapes (Baseline → Planner → Executor → Synthesizer → Output), vérificateur sans accès à la solution initiale. Évaluation : `docs/resource-evaluations/vitals-codebase-health-plugin.md` (3/5). Entrées `machine-readable/reference.yaml` mises à jour. + +### Documentation + +- **Memory system — 3 corrections** (`guide/ultimate-guide.md`) : Auto-Memories version corrigée (v2.1.32+ → v2.1.59+, confirmé 2026-02-26), context thresholds unifiés (<70% optimal / 75% auto-compact / 85% handoff / 95% force), WHAT/WHY/HOW framework ajouté (§3.1 Minimum Viable CLAUDE.md) avec exemple Next.js et anti-pattern "ne pas auto-générer son CLAUDE.md". + ## [3.30.2] - 2026-03-05 ### Documentation diff --git a/README.md b/README.md index 6a560fb..09ad9ba 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Stars - Last Update + Last Update Quiz Templates Threat Database @@ -846,7 +846,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.30.2 | Updated daily · Mar 5, 2026 | Crafted with Claude* +*Version 3.31.0 | Updated daily · Mar 6, 2026 | Crafted with Claude*