File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,24 +54,25 @@ jobs:
5454 echo "✓ $file ($path) = $actual"
5555 fi
5656 }
57- check .claude-plugin/plugin.json '.version'
57+ check plugins/cpln/ .claude-plugin/plugin.json '.version'
5858 check .claude-plugin/marketplace.json '.plugins[0].version'
59- check .codex-plugin/plugin.json '.version'
59+ check plugins/cpln/ .codex-plugin/plugin.json '.version'
6060 check gemini-extension.json '.version'
6161 [ "$fail" -eq 0 ] || exit 1
6262
6363 - name : Validate JSON syntax
6464 run : |
6565 jq empty \
66- .claude-mcp.json \
67- .app.json \
68- .claude-plugin/plugin.json \
6966 .claude-plugin/marketplace.json \
70- .codex-plugin/plugin.json \
71- .codex-plugin/mcp.json \
67+ .agents/plugins/marketplace.json \
7268 gemini-extension.json \
7369 hooks/hooks.json \
74- .agents/plugins/marketplace.json
70+ plugins/cpln/.claude-plugin/plugin.json \
71+ plugins/cpln/.codex-plugin/plugin.json \
72+ plugins/cpln/.codex-plugin/mcp.json \
73+ plugins/cpln/.claude-mcp.json \
74+ plugins/cpln/.app.json \
75+ plugins/cpln/hooks/cpln-hooks.json
7576
7677 - name : Extract release notes from CHANGELOG
7778 id : notes
You can’t perform that action at this time.
0 commit comments