-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Codex-oriented adapter/fork for ECC #2051
-
Hi Affaan and ECC maintainers,
I made a Codex-oriented adapter/fork of ECC here:
https://github.com/YBsmorom/ecc-codex-plugin
After your guidance, I updated the repo positioning to state explicitly that affaan-m/ECC remains the canonical upstream. This repo is meant as a Codex-oriented adapter/fork for users who want a repository-URL Codex install path today. It should not be presented as the canonical ECC package or as an upstream ECC release unless it is merged or linked from upstream.
It preserves the MIT license and attribution, links back to affaan-m/ECC, and focuses on Codex packaging: .codex-plugin/plugin.json, a Codex-facing orchestration router, generated skill/routing indexes, MCP duplicate-selection policy, bilingual install docs, and a Codex-safe hook graph that removes unsupported async declarations while keeping bounded hook behavior where possible.
I also agree that generally useful routing, MCP duplicate-selection, or Codex-safe hook changes should come back as focused PRs against ECC rather than living only in the fork.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
Thanks for sharing this. This is useful context for Codex users, and the attribution/license boundary looks right from your summary.
Current ECC main is also moving toward first-class Codex packaging through the in-repo .codex-plugin/ surface and the 2.0 preview docs, so I would not present the fork as the canonical ECC package. The clean positioning is:
affaan-m/ECCremains the canonical upstream.- Your repo can be a Codex-oriented adapter/fork for users who want that install path today.
- Any generally useful routing, MCP duplicate-selection, or Codex-safe hook changes should come back as focused PRs against ECC rather than living only in the fork.
The main things to keep strict are attribution, MIT license preservation, clear fork language, and no claim that the fork is the official ECC release unless it has been merged or linked from upstream.
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.