claude-memory/graph/edges/fix-claude-code-posttooluse-ho--SOLVES--cargo-check-post-edit-hook-for-b56234.md
2026-03-01 20:20:38 -06:00

725 B

id type from_id from_title to_id to_title strength created updated
b5623458-9ace-43ae-ae7e-101d465498ee SOLVES be0bda86-d893-4f86-97c4-0ca4e1073121 Fix: Claude Code PostToolUse hook correct JSON format a2d02aea-07fd-4528-8158-f2f42a23a2dd Cargo check post-edit hook for Rust files in Claude Code 0.95 2026-03-02T02:20:38.872040+00:00 2026-03-02T02:20:38.872040+00:00

The PostToolUse hook format fix directly solved the broken cargo check hook configuration. The original config used incorrect field names (tool_name, file_glob as object fields) and wrong event key (PostToolCall). The fix provided the correct format: PostToolUse event, matcher as plain regex string, hooks array with type:command.