ECC/tests
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
..
ci fix(tests): resolve Windows CI test failures (#701) 2026-03-20 03:37:21 -07:00
hooks fix: finish blocker lane hook and install regressions 2026-03-25 04:00:50 -04:00
integration fix: finish hook fallback and canonical session follow-ups 2026-03-25 03:44:03 -04:00
lib feat: add install catalog and project config autodetection 2026-03-27 05:56:39 -04:00
scripts feat: add install catalog and project config autodetection 2026-03-27 05:56:39 -04:00
codex-config.test.js fix: stop pinning o4-mini in codex config 2026-03-12 07:59:50 -07:00
opencode-config.test.js fix: repair opencode config and project metadata 2026-03-11 01:52:10 -07:00
plugin-manifest.test.js feat(codex): add Codex native plugin manifest and fix Claude plugin.json 2026-03-28 20:06:42 -04:00
run-all.js Add PowerShell installer wrapper and update documentation (#532) 2026-03-16 13:35:17 -07:00