rtk-ai/rtk

Website typo: rtk init --claude-code should be rtk init --global

オープン

#2,034 opened on 2026/05/22

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2,914 件のフォーク)batch import
area:docsdocumentationgood first issuepriority:medium

Repository metrics

Stars
 (48,085 個のスター)
PR merge metrics
 (平均マージ 11d 1h) (30d で 45 merged PRs)

説明

On the landing page (rtk-ai.app https://www.rtk-ai.app/), the Install section under the "Claude Code" tab shows:

rtk init --claude-code

This should be:

rtk init --global

The flag --claude-code doesn't exist. The correct command for Claude Code is rtk init --global (or rtk init -g ), as documented in the README, docs, and CLI help.

The typo appears in two places within the Claude Code persona panel:

  1. The main code block at the top of the panel (also used as the copy-to-clipboard value)
  2. Step 2 of the install instructions ( id="install-step-2-cmd" )

コントリビューターガイド