How to Set Up the Kerno Agent Hook
Learn how to wire the Kerno agent hook so your coding agent re-validates the endpoints your changes affect after every turn.
Introduction
Prerequisites
Step 1. Confirm the hook script
ls .kerno/hooks/check-changes-detected.shStep 2. Wire the hook into your editor
Add a stop hook to my editor config that runs
bash .kerno/hooks/check-changes-detected.sh at the end of each turn.Step 3. How the loop runs
Step 4. Verify it is working
Conclusion
Last updated