Toggle Fellow hooks on/off for automatic context enrichment
Toggles automatic context enrichment hooks on or off for coding requests.
/plugin marketplace add jingnanzhou/fellow/plugin install jingnanzhou-fellow@jingnanzhou/fellow[status|on|off]Enable or disable automatic context enrichment hooks.
Control whether Fellow automatically intercepts and enriches coding requests:
/fellow command for explicit enrichment)status - Show current hook status (default if no argument provided)on or enable - Enable automatic context enrichmentoff or disable - Disable automatic context enrichmentCRITICAL: This is an EXECUTABLE command, not documentation. You MUST execute the Python tool, not display its contents.
Run the following command to toggle the hooks:
python3 ${CLAUDE_PLUGIN_ROOT}/tools/toggle_hooks.py $ARGUMENTS
Important:
$ARGUMENTS with the actual argument provided by the user (status/on/off)The script will output appropriate messages:
status: Shows whether hooks are enabled or disabledon: Confirms hooks have been enabledoff: Confirms hooks have been disabledDo NOT:
/fellow:toggle-hooks status
Expected behavior: Execute python3 ${CLAUDE_PLUGIN_ROOT}/tools/toggle_hooks.py status and show its output
/fellow:toggle-hooks on
Expected behavior: Execute python3 ${CLAUDE_PLUGIN_ROOT}/tools/toggle_hooks.py on and show its output
/fellow:toggle-hooks off
Expected behavior: Execute python3 ${CLAUDE_PLUGIN_ROOT}/tools/toggle_hooks.py off and show its output
Disable hooks when:
Enable hooks when:
/fellow command for explicit enrichment.claude-plugin/hooks.json