sonicoder / code /hooks /builtins /warn-debug-code.local.md
R-Kentaren's picture
feat(agent): add Claude Code-style agent, skills, slash-commands, hooks, todos, sandboxed workspace, and full-stack scaffolding
81aa0b5 verified
|
Raw
History Blame Contribute Delete
249 Bytes
---
name: warn-debug-code
enabled: true
event: file
pattern: (console\.log\(|debugger;|print\(|alert\()
action: warn
---
๐Ÿ› **Debug code detected**
Remember to remove debugging statements (console.log, debugger, print, alert) before committing.