You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up pushed in 15c3f9c to address the Windows CI failures. Root cause was host-platform path parsing: Unix-style absolute hook commands were not considered absolute on Windows. The hook detection now recognizes Unix, Windows drive, and UNC path styles portably, with a Windows-style regression test.\n\nVerification run locally:\n- RED: cargo +1.93.0 test test_hook_already_present_windows_absolute_native_command -- --nocapture failed before the fix\n- cargo +1.93.0 test test_hook_already_present_windows_absolute_native_command -- --nocapture\n- cargo +1.93.0 test test_hook_already_present_absolute_native_command -- --nocapture\n- cargo +1.93.0 test test_remove_hook_from_json_absolute_native_command -- --nocapture\n- cargo +1.93.0 test hooks::init::tests -- --nocapture\n- cargo +1.93.0 fmt --check\n- git diff --check\n- cargo +1.93.0 clippy --all-targets\n- cargo +1.93.0 test --all -- --skip small_grep_not_worse_than_plain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rtk hook claudeFixes #2361
Verification
cargo +1.93.0 fmt --checkgit diff --checkcargo +1.93.0 test absolute -- --nocapturecargo +1.93.0 test hooks::init -- --nocapturecargo +1.93.0 clippy --all-targetscargo +1.93.0 test --all -- --skip small_grep_not_worse_than_plainCLAUDE_CONFIG_DIR:rtk init -g --hook-only --auto-patchwrites/.../target/debug/rtk hook claude