mirror of
https://github.com/unclecatvn/agent-skills.git
synced 2026-09-14 20:53:17 +08:00
201c330522
Bump package.json to 1.0.14 and add the CHANGELOG section so the Release workflow tags v1.0.14 on merge to main. Credit Piruin Panichphol for the Odoo 16–19 coding-guidelines work shipped in #24. Also unblock CI: skill-security-scan installed SkillSpector from an unpinned Git HEAD, which moved to 2.9.6 and rejects version-1 baselines ("unsupported baseline version 1; expected 2"). Pin the tool to v2.9.6 and regenerate the baseline against the current tree so the gate only fails on genuinely new findings.
26 lines
540 B
JSON
26 lines
540 B
JSON
{
|
|
"name": "@unclecat/agent-skills-cli",
|
|
"version": "1.0.14",
|
|
"description": "CLI and docs for installing agent skills by version.",
|
|
"bin": {
|
|
"agent-skills": "bin/agent-skills.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node tests/test-skills.js",
|
|
"release:bump": "node bin/release-bump.js",
|
|
"release:bump:dry": "node bin/release-bump.js --dry-run"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"skills",
|
|
"commands",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"license": "MIT",
|
|
"author": "UncleCat",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|