Skip to content

Add ecc to Development & Workflow#127

Closed
mturac wants to merge 2 commits into
hashgraph-online:mainfrom
mturac:add-ecc
Closed

Add ecc to Development & Workflow#127
mturac wants to merge 2 commits into
hashgraph-online:mainfrom
mturac:add-ecc

Conversation

@mturac
Copy link
Copy Markdown
Contributor

@mturac mturac commented May 18, 2026

Adds ecc (Everything Codex) to Development & Workflow section.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 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".

Comment thread README.md Outdated
- [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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge 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 👍 / 👎.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

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.

Comment thread README.md Outdated
- [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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

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.

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented May 18, 2026

Code Review Summary

Status: No Issues Found in Diff | Recommendation: Merge (with follow-up note)

Overview

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Files Reviewed (1 file)
  • README.md — 1 new entry added, no issues found
Other Observations (not in diff)

plugins.json is machine-readable source-of-truth for the curated plugin registry, and is out of sync with this change:

File Line Issue
plugins.json 6 "total" is 75; adding "eoc (Everything OpenAI Codex)" requires incrementing to 76
plugins.json 11 Plugin entry for mturac/everything-openai-codex is absent from the plugins array

This file was NOT modified by the PR. The new README entry is correct in terms of formatting and alphabetical placement, but plugins.json should be updated in a follow-up commit (or this PR expanded) to maintain consistency between the human-readable README and the machine-readable registry data.


Reviewed by step-3.5-flash · 210,643 tokens

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 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".

Comment thread README.md
- [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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge 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 👍 / 👎.

@mturac
Copy link
Copy Markdown
Contributor Author

mturac commented May 18, 2026

Closing this duplicate in favor of #128.

@mturac mturac closed this May 18, 2026
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