From 318ba915de32d12208d1cad8ede0885484706e05 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Tue, 10 Mar 2026 19:06:11 +0100 Subject: [PATCH] docs(rtk): update RTK coverage from v0.16.0 to v0.28.0 New modules: docker compose, mypy, aws, psql, cargo nextest, Graphite CLI (gt), wc. Major features: TOML Filter DSL (declarative filters, 33+ built-in, no Rust required), rtk rewrite single source of truth (migration note: rtk init --global after upgrade), rtk gain -p per-project savings, rtk init --global settings.json auto-patch, exclude_commands config, SHA-256 hook integrity. Updated: ultimate-guide.md, third-party-tools.md, reference.yaml (version_tested bump). Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 6 +++ README.md | 4 +- VERSION | 2 +- guide/cheatsheet.md | 4 +- guide/ecosystem/third-party-tools.md | 18 ++++--- guide/ultimate-guide.md | 74 ++++++++++++++++++++++++---- machine-readable/reference.yaml | 16 +++--- 7 files changed, 95 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf786c..01b905c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.33.1] - 2026-03-10 + +### Updated + +- **RTK documentation updated to v0.28.0** β€” Synced RTK coverage across `guide/ultimate-guide.md`, `guide/ecosystem/third-party-tools.md`, `machine-readable/reference.yaml`, and global `~/.claude/{CLAUDE.md,RTK.md}`. New content: TOML Filter DSL (declarative filters without Rust, 33+ built-in filters, `.rtk/filters.toml` project-local and `~/.config/rtk/filters.toml` global lookup chain); `rtk rewrite` command (v0.25.0 single source of truth for hook rewrites, migration note: `rtk init --global` required after upgrade); new modules β€” `rtk docker compose`, `rtk mypy`, `rtk aws`, `rtk psql`, `rtk cargo nextest`, `rtk gt` (Graphite CLI), `rtk wc`; `rtk gain -p` per-project savings; `rtk init --global` with settings.json auto-patch; `exclude_commands` config; SHA-256 hook integrity verification; hook outdated warning. + ## [3.33.0] - 2026-03-10 ### Fixed diff --git a/README.md b/README.md index d685e15..f385882 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Stars - Last Update + Last Update Quiz Templates Threat Database @@ -872,7 +872,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.33.0 | Updated daily Β· Mar 10, 2026 | Crafted with Claude* +*Version 3.33.1 | Updated daily Β· Mar 10, 2026 | Crafted with Claude*