rtk-ai/rtk

Add timeout to hook

オープン

#218 opened on 2026/02/19

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

Repository metrics

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

説明

Per https://github.com/move-hoon/claude-pro-minmax/issues/3#issuecomment-3925175265:

The RTK hook is missing a timeout. CPMM's hook has a 5s limit, but if RTK hangs, Claude will stall indefinitely.

{
  "type": "command",
  "command": "/Users/brucedarcus/.claude/hooks/rtk-rewrite.sh",
  "timeout": 10
}

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