|
1 | 1 | { |
2 | 2 | "name": "eoc", |
3 | 3 | "version": "2.0.0-rc.1", |
4 | | - "description": "Battle-tested Codex workflows — 60 agents, 230 skills, 75 legacy command shims, production-ready MCP configs, and selective-install-aligned conventions for TDD, security scanning, code review, and autonomous development.", |
| 4 | + "description": "Open-source Codex workflow collection with install profiles, repo conventions, validation checks, and documentation.", |
5 | 5 | "author": { |
6 | 6 | "name": "mehmet-turac", |
7 | 7 | "email": "me@mehmet_turac.com", |
|
12 | 12 | "license": "MIT", |
13 | 13 | "keywords": [ |
14 | 14 | "codex", |
15 | | - "agents", |
16 | | - "skills", |
17 | | - "tdd", |
18 | | - "code-review", |
19 | | - "security", |
20 | 15 | "workflow", |
21 | | - "automation" |
22 | | - ], |
23 | | - "skills": [ |
24 | | - "./skills/" |
25 | | - ], |
26 | | - "commands": [ |
27 | | - "./commands/" |
| 16 | + "documentation" |
28 | 17 | ], |
29 | 18 | "mcpServers": {}, |
30 | 19 | "interface": { |
31 | 20 | "displayName": "Everything OpenAI Codex", |
32 | | - "shortDescription": "230 battle-tested EOC skills plus MCP configs for TDD, security, code review, and autonomous development.", |
33 | | - "longDescription": "Everything OpenAI Codex (EOC) is a community-maintained collection of Codex-ready skills and MCP configs evolved over 10+ months of intensive daily use. It covers TDD workflows, security scanning, code review, architecture decisions, operator workflows, and more — all in one installable plugin.", |
| 21 | + "shortDescription": "Codex workflow collection with install profiles, repo conventions, validation checks, and documentation.", |
| 22 | + "longDescription": "Everything OpenAI Codex (EOC) is a community-maintained Codex workflow collection evolved from daily use. The upstream repository contains the full documentation, install profiles, and validation material.", |
34 | 23 | "developerName": "mehmet-turac", |
35 | 24 | "composerIcon": "./assets/icon.svg", |
36 | 25 | "category": "Productivity", |
37 | 26 | "capabilities": [ |
38 | 27 | "Read", |
39 | 28 | "Write" |
40 | 29 | ], |
41 | | - "websiteURL": "https://ecc.tools", |
42 | | - "defaultPrompt": [ |
43 | | - "Use the tdd-workflow skill to write tests before implementation.", |
44 | | - "Use the security-review skill to scan for OWASP Top 10 vulnerabilities.", |
45 | | - "Use the verification-loop skill to verify correctness before shipping changes." |
46 | | - ] |
| 30 | + "websiteURL": "https://ecc.tools" |
47 | 31 | } |
48 | 32 | } |
0 commit comments