@uzysjung/agent-harness 26.145.0 → 26.146.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -717,7 +717,7 @@ var cac = (name = "") => new CAC(name);
717
717
  // package.json
718
718
  var package_default = {
719
719
  name: "@uzysjung/agent-harness",
720
- version: "26.145.0",
720
+ version: "26.146.1",
721
721
  description: "Curate vetted AI-coding skills & plugins by your tech stack \u2014 install only what you need, across Claude Code, Codex, OpenCode & Antigravity",
722
722
  type: "module",
723
723
  publishConfig: {
@@ -750,7 +750,9 @@ var package_default = {
750
750
  ci: "npm run typecheck && npm run lint && npm run test:coverage && npm run build",
751
751
  prepare: "[ -d dist ] || npm run build",
752
752
  "cost:report": "npm run build && node scripts/context-cost-report.mjs",
753
- "cost:baseline": "npm run build && node scripts/context-cost-baseline.mjs"
753
+ "cost:baseline": "npm run build && node scripts/context-cost-baseline.mjs",
754
+ security: "npm audit --omit=dev --audit-level=high && npx --yes ecc-agentshield@1.4.0 scan --baseline security-baseline.json --gate",
755
+ "security:baseline": "npx --yes ecc-agentshield@1.4.0 scan --save-baseline security-baseline.json"
754
756
  },
755
757
  dependencies: {
756
758
  "@clack/prompts": "^1.3.0",