Skip to content

Commit 80d1efc

Browse files
committed
feat: add version requirements to benchmark SKILL.md (node >=18, npm_install)
1 parent a32749a commit 80d1efc

File tree

1 file changed

+5
-0
lines changed
  • skills/analysis/home-security-benchmark

1 file changed

+5
-0
lines changed

skills/analysis/home-security-benchmark/SKILL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ category: analysis
66
runtime: node
77
entry: scripts/run-benchmark.cjs
88
install: npm
9+
10+
requirements:
11+
node: ">=18"
12+
npm_install: true
13+
platforms: ["linux", "macos", "windows"]
914
---
1015

1116
# Home Security AI Benchmark

0 commit comments

Comments
 (0)