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:
Дмитрий
2026-05-17 17:12:11 +03:00
parent 75c6576cd7
commit 3ba522f897
2 changed files with 10930 additions and 4 deletions
+10927 -3
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -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"
},