Skip to content

Clarify durable overrides and align Codex with hybrid MCP guidance#206

Merged
wey-gu merged 3 commits intomainfrom
dev_078
Apr 21, 2026
Merged

Clarify durable overrides and align Codex with hybrid MCP guidance#206
wey-gu merged 3 commits intomainfrom
dev_078

Conversation

@wey-gu
Copy link
Copy Markdown
Member

@wey-gu wey-gu commented Apr 21, 2026

Summary

This PR does two related cleanup passes across the community integrations repo:

  • clarifies the durable override policy across integrations: use the host's own instruction files or settings, not edits inside installed plugin caches
  • updates Codex to the recommended hybrid setup: plugin for lifecycle guidance, MCP for stronger retrieval and memory writes, nmem as the universal fallback

It also syncs the nested Gemini CLI integration to the latest needed submodule commit.

What changed

  • added a contributor-facing override guide in docs/USER_OVERRIDE_GUIDE.md
  • updated integration READMEs to document the real override surface for each host
  • aligned docs/PLUGIN_DEVELOPMENT_GUIDE.md and the repo README with that policy
  • updated Codex package guidance, skills, and example config for the hybrid plugin + MCP setup
  • bumped the Codex plugin package to 0.1.5
  • updated integrations.json so Codex is described as cli+mcp
  • synced the nowledge-mem-gemini-cli submodule pointer

Why

We were telling users not to edit installed plugin files, but that guidance mostly lived in contributor docs or scattered package READMEs. The policy needs to be explicit and consistent:

  • installed plugin files are shipped defaults
  • durable customization belongs in the host-owned surface
  • Codex is no longer best described as skills-only; in practice plugin + MCP gives better initiative and tool use

Notes

  • this PR is mostly docs, registry metadata, and package guidance
  • there is no new fake cross-host override filename; the design stays host-native on purpose
  • transcript save behavior remains honest: hosts without a real transcript importer should keep using handoff/summary paths instead of pretending they support full save-thread

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@wey-gu has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 13 minutes and 10 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 13 minutes and 10 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5c8ca212-2582-4a9e-a0f6-1c810db8822a

📥 Commits

Reviewing files that changed from the base of the PR and between d40981f and fc762b7.

📒 Files selected for processing (24)
  • README.md
  • docs/PLUGIN_DEVELOPMENT_GUIDE.md
  • docs/USER_OVERRIDE_GUIDE.md
  • integrations.json
  • nowledge-mem-alma-plugin/README.md
  • nowledge-mem-bub-plugin/README.md
  • nowledge-mem-claude-code-plugin/README.md
  • nowledge-mem-codex-plugin/.codex-plugin/plugin.json
  • nowledge-mem-codex-plugin/AGENTS.md
  • nowledge-mem-codex-plugin/CHANGELOG.md
  • nowledge-mem-codex-plugin/README.md
  • nowledge-mem-codex-plugin/codex.config.example.toml
  • nowledge-mem-codex-plugin/skills/distill-memory/SKILL.md
  • nowledge-mem-codex-plugin/skills/save-thread/SKILL.md
  • nowledge-mem-codex-plugin/skills/search-memory/SKILL.md
  • nowledge-mem-codex-plugin/skills/working-memory/SKILL.md
  • nowledge-mem-copilot-cli-plugin/README.md
  • nowledge-mem-cursor-plugin/README.md
  • nowledge-mem-droid-plugin/README.md
  • nowledge-mem-gemini-cli
  • nowledge-mem-hermes/README.md
  • nowledge-mem-openclaw-plugin/README.md
  • nowledge-mem-opencode-plugin/README.md
  • nowledge-mem-pi-package/README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev_078

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@wey-gu
Copy link
Copy Markdown
Member Author

wey-gu commented Apr 21, 2026

bugbot run

@wey-gu wey-gu changed the title Dev 078 Clarify durable overrides and align Codex with hybrid MCP guidance Apr 21, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit fc762b7. Configure here.

@wey-gu wey-gu merged commit 2112d7f into main Apr 21, 2026
2 checks passed
@wey-gu wey-gu deleted the dev_078 branch April 21, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant