mirror of
https://github.com/instructkr/claude-code.git
synced 2026-04-06 11:18:51 +03:00
- Hook runner propagates execution failures as real errors, not soft warnings - Conversation converts failed pre/post hooks into error tool results - Plugins fully support PostToolUseFailure: aggregation, resolution, validation, execution - Add ordering + short-circuit tests for normal and failure hook chains - Add missing PostToolUseFailure manifest path rejection test - Verified: cargo clippy --all-targets -- -D warnings passes, cargo test 94 passed