Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From tdder
Blocks file edits and writes by running a Python script that protects approved documents from modification. Writes files.
1 event · 1 hook
npx claudepluginhub t1/tdder --plugin tdderSafety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Edit|Writef=$(jq -r '.tool_input.file_path // ""'); case "$f" in *.java) echo '{"hookSpecificOutput":{"hookEventName":"PreToolUse","additionalContext":"REMINDER: Have you loaded the tdder:java skill this session? If not, stop and invoke it before editing Java files."}}' ;; */pom.xml) echo '{"hookSpecificOutput":{"hookEventName":"PreToolUse","additionalContext":"REMINDER: Have you loaded the tdder:maven skill this session? If not, stop and invoke it before editing pom.xml."}}' ;; esacShare bugs, ideas, or general feedback.