From 2195622b5060b3a7da41ef804566315e1e9301f0 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Mon, 2 Mar 2026 17:30:58 +0100 Subject: [PATCH] release: v3.29.2 - /simplify + /batch commands documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added dedicated sections for the two bundled slash commands introduced in Claude Code v2.1.63: /simplify (over-engineering detection) and /batch (batch processing). Built-in Commands table updated in §1.3 and §6.1. Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 9 ++++ README.md | 4 +- VERSION | 2 +- guide/cheatsheet.md | 4 +- guide/ultimate-guide.md | 86 +++++++++++++++++++++++++++++++-- machine-readable/reference.yaml | 14 +++--- 6 files changed, 102 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb04686..6c2cd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +- **skills.sh security audits** (`guide/ultimate-guide.md` §Skills Marketplace) — nouvelle sous-section "Security Audits (February 2026)" : 3 partenaires indépendants (Socket analyse statique 97% F1, Snyk mcp-scan 0% faux positifs, Gen Agent Trust Hub monitoring continu), 4 niveaux de risque (Safe/Low/High/Critical), monitoring post-install, mental model "skill = dépendance exécutable". Trade-offs mis à jour : suppression warning "Early stage", ajout ✅ audits automatisés + monitoring continu. 3 références sources ajoutées (Vercel changelog, Snyk blog, Gen/PRNewswire). Source : [Vercel, 17 fév 2026](https://vercel.com/changelog/automated-security-audits-now-available-for-skills-sh). + +## [3.29.2] - 2026-03-02 + +### Added +- **`/simplify` command documentation** (`guide/ultimate-guide.md` §6.1) — section dédiée pour la commande bundlée v2.1.63 : description officielle (over-engineering, redundant abstractions), 3 dimensions analysées (reuse/quality/efficiency), exemples d'usage ciblé (`/simplify focus on error handling`), table de positionnement vs linters/formatters. +- **`/batch` command documentation** (`guide/ultimate-guide.md` §6.1) — section dédiée pour la commande bundlée v2.1.63 : traitement de plusieurs éléments en une invocation. +- **Table Built-in Commands mise à jour** — `/simplify` et `/batch` ajoutés §6.1 et §1.3. Sources : release notes GitHub officiel + Perplexity. + ## [3.29.1] - 2026-03-02 ### Added diff --git a/README.md b/README.md index b94379a..917a308 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.29.1 | Updated daily · Mar 2, 2026 | Crafted with Claude* +*Version 3.29.2 | Updated daily · Mar 2, 2026 | Crafted with Claude*