docs: clarify Codex support in plugin metadata#64
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR updates descriptive metadata and documentation across five configuration and manifest files to reflect plugin support for both Claude Code and Codex LLM backends. All mentions of "Claude Code" are expanded to "Claude Code and Codex," and messaging emphasizes durable skill acquisition via the reflexio framework. ChangesPlugin and Package Metadata Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Test Plan / Validation
git diff --checkpython3 -m json.tool package.jsonpython3 -m json.tool plugin/.claude-plugin/plugin.jsonpython3 -m json.tool .claude-plugin/marketplace.jsonpython3 - <<'PY'\nimport tomllib\nwith open('plugin/pyproject.toml','rb') as f:\n tomllib.load(f)\nPY\n\n## Marketing rationale\nCodex is now part of the public pitch and install flow, but several distribution surfaces still positioned claude-smart as Claude Code-only. This small metadata update improves discoverability for Codex and multi-host agent-memory searches without changing product claims.Summary by CodeRabbit