pub fn is_claude_plugin_enabled(home: &Path, plugin: &PluginId) -> boolExpand description
true if ~/.claude/settings.json enables the given plugin.
Returns false when the file is missing, unreadable, contains no
enabledPlugins section, or lists only other plugins.