feat(scripts): add smoke-test-hooks.py — validate registered hook exit codes#646
Merged
Conversation
…it codes Reads all hooks wired in .claude/settings.json, fires each once with event-appropriate mock stdin, and asserts exit code is 0 or 2 (valid hook behavior). Reports PASS/WARN/FAIL/MISSING/TIMEOUT per hook. Complements benchmark-hooks.py (timing) with correctness checks. Unblocks future hook registration proposals that previously had no test gate. All 59 currently-registered hooks pass (exit 0).
051940b to
5b4effc
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
scripts/smoke-test-hooks.pyto validate all hooks registered in.claude/settings.jsonbenchmark-hooks.py(timing) with correctness checks (exit codes)Motivation
Evolution cycle identified this as the #1 infrastructure gap: hook registry grows faster than it is validated. 14+ unregistered hooks were blocked by absence of a test gate. This harness provides the mechanical guarantee future registration proposals require.
Evolution Cycle Scores
Test Results
Evolution Cycle
This PR was generated and validated by the toolkit-evolution skill (2026-05-15 cycle).