feat(a11): add promptfoo as devDependency for LLM prompt eval (ML1)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Generated
+10927
-3
File diff suppressed because it is too large
Load Diff
+3
-1
@@ -15,7 +15,8 @@
|
||||
"a11y": "pa11y-ci --config pa11y.config.json",
|
||||
"a11y:handoff": "pa11y-ci --config pa11y-handoff.config.json",
|
||||
"check:docs": "run-p lint:md spell links a11y",
|
||||
"sast": "semgrep --config=p/php --config=p/javascript --config=p/typescript --config=p/secrets --config=.semgrep.yml --error --time"
|
||||
"sast": "semgrep --config=p/php --config=p/javascript --config=p/typescript --config=p/secrets --config=.semgrep.yml --error --time",
|
||||
"eval:llm": "promptfoo eval -c docs/ml/promptfoo-example/promptfooconfig.yaml"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cspell/dict-en_us": "^4.4.33",
|
||||
@@ -27,6 +28,7 @@
|
||||
"pa11y": "^9.1.1",
|
||||
"pa11y-ci": "^4.1.0",
|
||||
"postcss-html": "^1.8.1",
|
||||
"promptfoo": "^0.121.11",
|
||||
"stylelint": "^17.11.0",
|
||||
"stylelint-config-standard": "^40.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user