mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-13 21:33:32 +08:00
fix: ship all versioned release metadata
This commit is contained in:
@@ -90,14 +90,17 @@
|
|||||||
"scripts/uninstall.js",
|
"scripts/uninstall.js",
|
||||||
"skills/",
|
"skills/",
|
||||||
"AGENTS.md",
|
"AGENTS.md",
|
||||||
|
"agent.yaml",
|
||||||
".claude-plugin/plugin.json",
|
".claude-plugin/plugin.json",
|
||||||
|
".claude-plugin/marketplace.json",
|
||||||
".claude-plugin/README.md",
|
".claude-plugin/README.md",
|
||||||
".codex-plugin/plugin.json",
|
".codex-plugin/plugin.json",
|
||||||
".codex-plugin/README.md",
|
".codex-plugin/README.md",
|
||||||
".mcp.json",
|
".mcp.json",
|
||||||
"install.sh",
|
"install.sh",
|
||||||
"install.ps1",
|
"install.ps1",
|
||||||
"llms.txt"
|
"llms.txt",
|
||||||
|
"VERSION"
|
||||||
],
|
],
|
||||||
"bin": {
|
"bin": {
|
||||||
"ecc": "scripts/ecc.js",
|
"ecc": "scripts/ecc.js",
|
||||||
|
|||||||
@@ -67,6 +67,18 @@ function main() {
|
|||||||
packagedPaths.has(".opencode/dist/tools/index.js"),
|
packagedPaths.has(".opencode/dist/tools/index.js"),
|
||||||
"npm pack should include compiled OpenCode tool output"
|
"npm pack should include compiled OpenCode tool output"
|
||||||
)
|
)
|
||||||
|
assert.ok(
|
||||||
|
packagedPaths.has(".claude-plugin/marketplace.json"),
|
||||||
|
"npm pack should include .claude-plugin/marketplace.json"
|
||||||
|
)
|
||||||
|
assert.ok(
|
||||||
|
packagedPaths.has("agent.yaml"),
|
||||||
|
"npm pack should include agent.yaml"
|
||||||
|
)
|
||||||
|
assert.ok(
|
||||||
|
packagedPaths.has("VERSION"),
|
||||||
|
"npm pack should include VERSION"
|
||||||
|
)
|
||||||
}],
|
}],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user