Add ecc to Development & Workflow#127
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1a760b92b7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| - [Claude Octopus](https://github.com/nyldn/claude-octopus) - Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates. | ||
| - [Codebase Recon](https://github.com/yujiachen-y/codebase-recon-skill) - Analyze git history to understand a codebase before reading any code — auto-scales by repo size and cross-references hotspots with bug magnets to surface high-risk files, bus factor, and team momentum. | ||
| - [Codex Agenteam](https://github.com/yimwoo/codex-agenteam) - Specialist AI agents (researcher, PM, architect, developer, QA, reviewer) orchestrated as a configurable team pipeline. | ||
| - [ecc (Everything Codex)](https://github.com/mturac/everything-openai-codex) - Cross-harness workflow system with 230+ skills, 60 agents, quality gates, and session memory — works across Codex, Cursor, Gemini CLI, Copilot, and more. |
There was a problem hiding this comment.
Move ecc entry to its alphabetical position
Placing ecc (Everything Codex) before Codex Multi Auth breaks the README sort order required by CI: .github/workflows/alphabetical-check.yml runs python3 scripts/check-alphabetical.py README.md on every PR that touches README.md, and that script now reports Development & Workflow as unsorted. As written, this change will cause the alphabetical-check job to fail until the entry is moved after the Codex rg Guard item.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Code Review
This pull request adds the 'ecc (Everything Codex)' plugin to the third-party plugins list in the README.md file. Feedback suggests that the new entry should be moved to maintain the alphabetical sorting of the list and that the plugins.json file must be updated to include the new plugin and increment the total count.
| - [Claude Octopus](https://github.com/nyldn/claude-octopus) - Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates. | ||
| - [Codebase Recon](https://github.com/yujiachen-y/codebase-recon-skill) - Analyze git history to understand a codebase before reading any code — auto-scales by repo size and cross-references hotspots with bug magnets to surface high-risk files, bus factor, and team momentum. | ||
| - [Codex Agenteam](https://github.com/yimwoo/codex-agenteam) - Specialist AI agents (researcher, PM, architect, developer, QA, reviewer) orchestrated as a configurable team pipeline. | ||
| - [ecc (Everything Codex)](https://github.com/mturac/everything-openai-codex) - Cross-harness workflow system with 230+ skills, 60 agents, quality gates, and session memory — works across Codex, Cursor, Gemini CLI, Copilot, and more. |
There was a problem hiding this comment.
The list in this section is alphabetically sorted (case-insensitive). The entry for ecc (Everything Codex) should be placed after the Codex entries (specifically after Codex rg Guard at line 138) and before ejentum-mcp to maintain the correct order. Additionally, please ensure that plugins.json is updated to include this new plugin entry and that the total count is incremented to 76, as that file serves as the compatibility export for automation mentioned in the README.
Code Review SummaryStatus: No Issues Found in Diff | Recommendation: Merge (with follow-up note) Overview
Files Reviewed (1 file)
Other Observations (not in diff)
This file was NOT modified by the PR. The new README entry is correct in terms of formatting and alphabetical placement, but Reviewed by step-3.5-flash · 210,643 tokens |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c4db7a5a11
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| - [Claude Octopus](https://github.com/nyldn/claude-octopus) - Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates. | ||
| - [Codebase Recon](https://github.com/yujiachen-y/codebase-recon-skill) - Analyze git history to understand a codebase before reading any code — auto-scales by repo size and cross-references hotspots with bug magnets to surface high-risk files, bus factor, and team momentum. | ||
| - [Codex Agenteam](https://github.com/yimwoo/codex-agenteam) - Specialist AI agents (researcher, PM, architect, developer, QA, reviewer) orchestrated as a configurable team pipeline. | ||
| - [eoc (Everything OpenAI Codex)](https://github.com/mturac/everything-openai-codex) - Cross-harness workflow system with 230+ skills, 60 agents, quality gates, and session memory — works across Codex, Cursor, Gemini CLI, Copilot, and more. |
There was a problem hiding this comment.
Restore alphabetical order in Development & Workflow
Move this entry below the existing Codex ... items (after Codex rg Guard) so the section stays sorted; as inserted here, eoc appears before Codex Multi Auth, which breaks the repo’s enforced alphabetical check (scripts/check-alphabetical.py, run by .github/workflows/alphabetical-check.yml) and causes CI to fail for README changes.
Useful? React with 👍 / 👎.
|
Closing this duplicate in favor of #128. |
Adds ecc (Everything Codex) to Development & Workflow section.