Gaurav Dubey
c19fde229a
fix: remove agents field from plugin.json manifest ( #1459 )
...
The Claude Code plugin validator rejects the "agents" field entirely.
Remove it from the manifest, schema, and tests. Update schema notes
to document this as a known constraint alongside the hooks field.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-18 23:29:47 +05:30
Affaan Mustafa
8776c4f8f3
fix: harden urgent install and gateguard patch
2026-04-14 19:44:08 -07:00
Affaan Mustafa
76b6e22b4d
fix: unblock urgent install and gateguard regressions
2026-04-14 19:23:07 -07:00
Affaan Mustafa
a0a1eda8fc
fix: sync opencode hook banner version
2026-04-13 00:15:55 -07:00
Affaan Mustafa
1b17c5c9d8
test: match published claude plugin name
2026-04-12 23:14:38 -07:00
Affaan Mustafa
28edd197c2
fix: harden release surface version and packaging sync ( #1388 )
...
* fix: keep ecc release surfaces version-synced
* fix: keep lockfile release version in sync
* fix: remove release version drift from locks and tests
* fix: keep root release metadata version-synced
* fix: keep codex marketplace metadata version-synced
* fix: gate release workflows on full metadata sync
* fix: ship all versioned release metadata
* fix: harden manual release path
* fix: keep localized release docs version-synced
* fix: sync install architecture version examples
* test: cover shipped plugin metadata in npm pack
* fix: verify final npm payload in release script
* fix: ship opencode lockfile in npm package
* docs: sync localized release highlights
* fix: stabilize windows ci portability
* fix: tighten release script version sync
* fix: prefer repo-relative hook file paths
* fix: make npm pack test shell-safe on windows
2026-04-12 22:33:32 -07:00
Affaan Mustafa
2e5e94cb7f
fix: harden claude plugin manifest surfaces
2026-04-08 16:27:30 -07:00
Affaan Mustafa
1346f83b08
fix: shorten plugin slug to ecc
2026-04-05 14:31:30 -07:00
Affaan Mustafa
c39aa22c5a
fix: harden lifecycle hook launchers and mcp schema
2026-03-29 21:26:56 -04:00
Affaan Mustafa
52e9bd58f1
fix(codex): tighten manifest docs and test guards
2026-03-28 20:09:14 -04:00
Affaan Mustafa
4257c093ca
fix(codex): point marketplace plugin path at repo root
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