pub fn is_codex_plugin_enabled(home: &Path, plugin: &PluginId) -> boolExpand description
true if ~/.codex/settings.json enables the given plugin.
Codex CLI’s settings schema is younger than Claude Code’s; we apply
the same exact-match rules. Returns false for missing or empty files.