Module: ExtSampleAuditPatch
- Included in:
- Clacky::Tools::Terminal
- Defined in:
- lib/clacky/extension/scaffold/templates/full/patches/audit.rb
Overview
Example monkey-patch. Prepends onto Clacky::Tools::Terminal#execute
so we get one log line per shell tool invocation.
In production a patch might enforce a denylist, rewrite arguments,
or measure timing. Keep the body small and always call super.