feat: sync runtime search and schema quality updates from app repo
- port retrieval, validation, and eval improvements relevant to os - align prompts and dimensions with the flat single-agent model - replace the old eval suite with the focused core scenarios Generated with Codex
This commit is contained in:
+2
-1
@@ -7,6 +7,7 @@
|
||||
"author": "Bradley Morris",
|
||||
"scripts": {
|
||||
"dev": "NEXT_PUBLIC_DEPLOYMENT_MODE=local NEXT_PUBLIC_ENABLE_SUBSCRIPTION_BACKEND=false NODE_OPTIONS=\"--dns-result-order=ipv4first\" next dev",
|
||||
"dev:evals": "RAH_EVALS_LOG=1 NEXT_PUBLIC_DEPLOYMENT_MODE=local NEXT_PUBLIC_ENABLE_SUBSCRIPTION_BACKEND=false NODE_OPTIONS=\"--dns-result-order=ipv4first\" next dev",
|
||||
"clean:local": "bash ./scripts/dev/clean-local-artifacts.sh",
|
||||
"audit:repo": "bash ./scripts/dev/audit-repo.sh",
|
||||
"build": "NEXT_PUBLIC_DEPLOYMENT_MODE=local NEXT_PUBLIC_ENABLE_SUBSCRIPTION_BACKEND=false NODE_OPTIONS=\"--dns-result-order=ipv4first\" next build",
|
||||
@@ -18,7 +19,7 @@
|
||||
"sqlite:restore": "bash scripts/database/sqlite-restore.sh",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"evals": "RAH_EVALS_LOG=1 tsx tests/evals/runner.ts"
|
||||
"evals": "RAH_EVALS_LOG=1 RAH_EVALS_TIMEOUT_MS=60000 tsx tests/evals/runner.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^3.0.7",
|
||||
|
||||
Reference in New Issue
Block a user