Documentation
¶
Overview ¶
Package plugin enables and checks the ctx plugin in Claude Code settings and installed plugins configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnablePluginGlobally ¶
EnablePluginGlobally enables the ctx plugin in ~/.claude/settings.json.
Parameters:
- cmd: Cobra command for output
Returns:
- error: Non-nil if file operations fail
func EnabledGlobally ¶
func EnabledGlobally() bool
EnabledGlobally reports whether the ctx plugin is enabled in ~/.claude/settings.json.
Returns:
- bool: True if the plugin is listed under enabledPlugins
func EnabledLocally ¶
func EnabledLocally() bool
EnabledLocally reports whether the ctx plugin is enabled in .claude/settings.local.json in the current project.
Returns:
- bool: True if the plugin is listed under enabledPlugins locally
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.