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 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-03-10 19:06:11 +01:00
parent 2332ddcacf
commit 318ba915de
7 changed files with 95 additions and 29 deletions

View file

@ -3,7 +3,7 @@
# Source: guide/ultimate-guide.md
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
version: "3.33.0"
version: "3.33.1"
updated: "2026-03-03"
# ════════════════════════════════════════════════════════════════
@ -107,7 +107,7 @@ deep_dive:
rtk_skill: "examples/skills/rtk-optimizer/SKILL.md"
rtk_hook: "examples/hooks/bash/rtk-auto-wrapper.sh"
rtk_purpose: "Command output filtering before LLM context (60-90% avg reduction)"
rtk_version_tested: "v0.16.0"
rtk_version_tested: "v0.28.0"
rtk_score: "5/5"
rtk_installation: "cargo install rtk or brew install rtk-ai/tap/rtk"
# Google Antigravity (Agent-First IDE)
@ -1510,7 +1510,7 @@ ecosystem:
- "Cross-links modified → Update all 4 repos"
history:
- date: "2026-01-20"
event: "Code Landing sync v3.33.0, 66 templates, cross-links"
event: "Code Landing sync v3.33.1, 66 templates, cross-links"
commit: "5b5ce62"
- date: "2026-01-20"
event: "Cowork Landing fix (paths, README, UI badges)"
@ -1522,7 +1522,7 @@ ecosystem:
onboarding_matrix_meta:
version: "2.1.0"
last_updated: "2026-03-09"
aligned_with_guide: "3.33.0"
aligned_with_guide: "3.33.1"
changelog:
- version: "2.1.0"
date: "2026-03-09"
@ -1553,7 +1553,7 @@ onboarding_matrix:
core: [rules, sandbox_native_guide, commands]
time_budget: "5 min"
topics_max: 3
note: "SECURITY FIRST - sandbox before commands (v3.33.0 critical fix)"
note: "SECURITY FIRST - sandbox before commands (v3.33.1 critical fix)"
beginner_15min:
core: [rules, sandbox_native_guide, workflow, essential_commands]
@ -1642,7 +1642,7 @@ onboarding_matrix:
- default: agent_validation_checklist
time_budget: "60 min"
topics_max: 6
note: "Dual-instance pattern for quality workflows (v3.33.0)"
note: "Dual-instance pattern for quality workflows (v3.33.1)"
learn_security:
intermediate_30min:
@ -1653,7 +1653,7 @@ onboarding_matrix:
- default: permission_modes
time_budget: "30 min"
topics_max: 4
note: "NEW goal (v3.33.0) - Security-focused learning path"
note: "NEW goal (v3.33.1) - Security-focused learning path"
power_60min:
core: [sandbox_native_guide, mcp_secrets_management, security_hardening]
@ -1678,7 +1678,7 @@ onboarding_matrix:
core: [rules, sandbox_native_guide, workflow, essential_commands, context_management, plan_mode]
time_budget: "60 min"
topics_max: 6
note: "Security foundation + core workflow (v3.33.0 sandbox added)"
note: "Security foundation + core workflow (v3.33.1 sandbox added)"
intermediate_120min:
core: [plan_mode, agents, skills, config_hierarchy, git_mcp_guide, hooks, mcp_servers]