docs: RTK documentation update - upstream + fork integration

- Update guide/ultimate-guide.md: RTK section (l.11084-11174)
  - Two repositories: upstream (stable) + fork (extended features)
  - Fork features: vitest, pnpm, prisma, gain, discover
  - Bug fixes documented (grep/ls fixed in fork)
  - Installation options: cargo, fork, binary

- Add guide/third-party-tools.md: RTK card (l.86)
  - Comparison upstream vs fork
  - Token savings: 70-90% depending on stack
  - Cross-reference to ultimate-guide Section 9

- Update machine-readable/reference.yaml:
  - rtk_upstream + rtk_fork_extended (two repos)
  - third_party_tools_rtk entry added
  - Line numbers updated

- Update docs/resource-evaluations/rtk-evaluation.md:
  - UPDATE 2026-02-01 section with fork comparison
  - Fork features table (JS/TS stack support)
  - Installation instructions for fork

Total: 4 files, ~320 lines modified

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-02-01 22:20:43 +01:00
parent 9f9f735436
commit fdee3305c5
4 changed files with 435 additions and 31 deletions

View file

@ -41,9 +41,11 @@ deep_dive:
bridge_schema: "examples/scripts/bridge-plan-schema.json"
bridge_guide: "guide/ultimate-guide.md:14079"
# Cost optimization - RTK (Rust Token Killer)
rtk_tool: "https://github.com/pszymkowiak/rtk"
rtk_upstream: "https://github.com/pszymkowiak/rtk"
rtk_fork_extended: "https://github.com/FlorianBruniaux/rtk"
rtk_evaluation: "docs/resource-evaluations/rtk-evaluation.md"
rtk_guide: "guide/ultimate-guide.md:10478"
rtk_guide: "guide/ultimate-guide.md:11084"
rtk_third_party: "guide/third-party-tools.md:86"
rtk_claude_md: "examples/claude-md/rtk-optimized.md"
rtk_skill: "examples/skills/rtk-optimizer/SKILL.md"
rtk_hook: "examples/hooks/bash/rtk-auto-wrapper.sh"
@ -122,6 +124,7 @@ deep_dive:
# Third-Party Tools (guide/third-party-tools.md) - Added 2026-02-01
third_party_tools_guide: "guide/third-party-tools.md"
third_party_tools_cost_tracking: "guide/third-party-tools.md:42"
third_party_tools_rtk: "guide/third-party-tools.md:86"
third_party_tools_session_mgmt: "guide/third-party-tools.md:105"
third_party_tools_config_mgmt: "guide/third-party-tools.md:132"
third_party_tools_alternative_uis: "guide/third-party-tools.md:170"