Stats
Actions
Tags
From cmux-team
Blocks edits to source code files and runs a shell script to enforce project-specific boundaries. Writes files to disk.
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