Hook
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py via python3. From chrisryugj/fable-ish.
Fable-style verification gate for Claude Code: don't say done until it's verified. Port of the Codex plugin by Agent Korea (플라잉따릉이).
Hook
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py via python3. From chrisryugj/fable-ish.
Hook
Runs before the agent uses a tool for ^(Bash, PowerShell, Edit, Write, MultiEdit and NotebookEdit)$ tool calls, executing pre_tool_use.py via python3. From chrisryugj/fable-ish.
Hook
Runs when the agent asks permission for an action for ^(Bash, PowerShell, Edit, Write, MultiEdit and NotebookEdit)$ tool calls, executing permission_request.py via python3. From chrisryugj/fable-ish.
Hook
Runs after a tool call finishes for ^(Bash, PowerShell, Edit, Write, MultiEdit and NotebookEdit)$ tool calls, executing post_tool_use.py via python3. From chrisryugj/fable-ish.
Hook
Runs when a tool call fails for ^(Bash, PowerShell, Edit, Write, MultiEdit and NotebookEdit)$ tool calls, executing post_tool_use.py via python3. From chrisryugj/fable-ish.
Hook
Runs when the agent finishes a response, executing stop_gate.py via python3. From chrisryugj/fable-ish.