Affaan Mustafa
4257c093ca
fix(codex): point marketplace plugin path at repo root
2026-03-28 20:06:42 -04:00
senoldogann
414ea90e11
fix(codex): correct marketplace.json plugin source path
...
Codex CLI resolves plugin paths relative to the home directory (~),
not relative to marketplace.json. The previous path "./everything-claude-code"
resolved to ~/everything-claude-code (non-existent), causing "plugin/read failed"
error in the TUI.
2026-03-28 20:06:42 -04:00
senoldogann
d473cf87e6
feat(codex): add Codex native plugin manifest and fix Claude plugin.json
...
- Add .codex-plugin/plugin.json — Codex-native plugin manifest with
skills reference and MCP server config pointer
- Add .codex-plugin/.mcp.json — standalone MCP server config bundle
(github, context7, exa, memory, playwright, sequential-thinking)
- Add .codex-plugin/README.md — installation guide and server reference
- Fix .claude-plugin/plugin.json — add missing agents[] (28 explicit
file paths per validator rules), skills[], and commands[] arrays;
remove hooks field (auto-loaded by Claude Code v2.1+ convention)
- Add tests/plugin-manifest.test.js — 16 CI tests enforcing
PLUGIN_SCHEMA_NOTES.md rules (no hooks, arrays throughout, explicit
agent paths, version required, .mcp.json structural checks)
- Update package.json: add .codex-plugin/ to files[], add plugin
manifest test to npm test chain
Refs: .claude-plugin/PLUGIN_SCHEMA_NOTES.md
2026-03-28 20:06:42 -04:00
Affaan Mustafa
40f18885b1
feat(rules): add C# language support ( #704 )
...
* feat(rules): add C# language support
* feat: add everything-claude-code ECC bundle (#705 )
* feat: add everything-claude-code ECC bundle (.claude/ecc-tools.json)
* feat: add everything-claude-code ECC bundle (.claude/skills/everything-claude-code/SKILL.md)
* feat: add everything-claude-code ECC bundle (.agents/skills/everything-claude-code/SKILL.md)
* feat: add everything-claude-code ECC bundle (.agents/skills/everything-claude-code/agents/openai.yaml)
* feat: add everything-claude-code ECC bundle (.claude/identity.json)
* feat: add everything-claude-code ECC bundle (.codex/agents/explorer.toml)
* feat: add everything-claude-code ECC bundle (.codex/agents/reviewer.toml)
* feat: add everything-claude-code ECC bundle (.codex/agents/docs-researcher.toml)
* feat: add everything-claude-code ECC bundle (.claude/rules/everything-claude-code-guardrails.md)
* feat: add everything-claude-code ECC bundle (.claude/research/everything-claude-code-research-playbook.md)
* feat: add everything-claude-code ECC bundle (.claude/team/everything-claude-code-team-config.json)
* feat: add everything-claude-code ECC bundle (.claude/enterprise/controls.md)
* feat: add everything-claude-code ECC bundle (.claude/commands/database-migration.md)
* feat: add everything-claude-code ECC bundle (.claude/commands/feature-development.md)
* feat: add everything-claude-code ECC bundle (.claude/commands/add-language-rules.md)
---------
Co-authored-by: ecc-tools[bot] <257055122+ecc-tools[bot]@users.noreply.github.com>
* ci: retrigger
---------
Co-authored-by: ecc-tools[bot] <257055122+ecc-tools[bot]@users.noreply.github.com>
2026-03-20 05:20:23 -07:00
Carson Rodrigues
01585ab8a3
Address review: register rust-reviewer in AGENTS.md and rules, add openai.yaml for Codex skills
...
Made-with: Cursor
2026-03-16 14:03:58 -07:00
Carson Rodrigues
0be6455fca
fix: address PR review — skill template (When to use, How it works, Examples), bun.lock, next build note, rust-reviewer CI note, doc-lookup privacy/uncertainty
...
Made-with: Cursor
2026-03-16 14:03:40 -07:00
Carson Rodrigues
f03db8278c
docs(skills): align documentation-lookup with CONTRIBUTING template; add cross-harness (Codex/Cursor) skill copies
...
Made-with: Cursor
2026-03-16 14:03:26 -07:00
Carson Rodrigues
cd82517b90
feat(skills): add mcp-server-patterns ( #531 )
...
* feat(skills): add mcp-server-patterns
Made-with: Cursor
* chore: add mcp-server-patterns to .agents/skills and .cursor/skills (cross-harness)
Made-with: Cursor
* fix: address PR review — When to Use / How It Works / Examples sections; Prompts primitive; stdio connect example; Streamable HTTP; resource handler(uri); SDK API note (tool vs registerTool)
Made-with: Cursor
* mcp-server-patterns: replace invalid StdioServerTransport.create() with version-agnostic note
Made-with: Cursor
* mcp-server-patterns: remove GitHub link, document SDK signature variance
Made-with: Cursor
2026-03-16 13:35:11 -07:00
Affaan Mustafa
4e028bd2d2
feat: orchestration harness, selective install, observer improvements
2026-03-14 12:55:25 -07:00
Affaan Mustafa
424f3b3729
fix: resolve exa skill markdown lint
2026-03-12 10:20:42 -07:00
Affaan Mustafa
2349e21731
feat: add orchestration workflows and harness skills
2026-03-12 09:26:36 -07:00
Affaan Mustafa
bfc73866c9
Revert "feat: add orchestration workflows and harness skills"
...
This reverts commit cb43402d7d .
2026-03-12 09:26:12 -07:00
Affaan Mustafa
cb43402d7d
feat: add orchestration workflows and harness skills
2026-03-12 08:53:52 -07:00
Affaan Mustafa
706ee80069
feat: add generic content and investor skills
2026-02-27 05:50:23 -08:00
Affaan Mustafa
87fc2d5089
Add frontend slides skill across platforms
2026-02-27 05:39:31 -08:00
Affaan Mustafa
d70bab85e3
feat: add Cursor, Codex, and OpenCode harnesses — maximize every AI coding tool
...
- AGENTS.md: universal cross-tool file read by Claude Code, Cursor, Codex, and OpenCode
- .cursor/: 15 hook events via hooks.json, 16 hook scripts with DRY adapter pattern,
29 rules (9 common + 20 language-specific) with Cursor YAML frontmatter
- .codex/: reference config.toml, Codex-specific AGENTS.md supplement,
10 skills ported to .agents/skills/ with openai.yaml metadata
- .opencode/: 3 new tools (format-code, lint-check, git-summary), 3 new hooks
(shell.env, experimental.session.compacting, permission.ask), expanded instructions,
version bumped to 1.6.0
- README: fixed Cursor section, added Codex section, added cross-tool parity table
- install.sh: now copies hooks.json + hooks/ for --target cursor
2026-02-25 10:45:29 -08:00