Stats
Actions
Tags
From cmux-team
Reminds the user to load the tdder:java or tdder:maven skill before editing Java files or pom.xml. Triggers on Write/Edit tool calls, adding context via PreToolUse hook.
1 event · 1 hook
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
Write|EditINPUT=$(cat); FILE=$(echo "$INPUT" | jq -r '.tool_input.file_path // empty'); if echo "$FILE" | grep -qE '\.team/(team|task-state)\.json$'; then echo 'team.json と task-state.json は daemon が管理するファイルです。直接編集しないでください。タスク操作は cmux-team create-task / update-task / close-task コマンドを使用してください。'; exit 2; finpx claudepluginhub hummer98/cmux-team --plugin cmux-team