Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions rtk/SYMPOSIUM.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "rtk"
depends-on = ["*"]

# Install the RTK binary from its canonical git repository. RTK is not
# installed from crates.io because another crate uses the same name there.
[[installations]]
name = "rtk"
source = "cargo"
crate = "rtk"
git = "https://github.com/rtk-ai/rtk"
executable = "rtk"

# RTK's native Claude hook reads and writes Claude's PreToolUse wire format.
[[hooks]]
name = "rewrite"
event = "PreToolUse"
matcher = "Bash"
format = "claude"
command = "rtk"
args = ["hook", "claude"]
20 changes: 0 additions & 20 deletions rtk/rtk.toml

This file was deleted.