Mirror to GitHub / mirror (push) Canceled after 0s
- api/agents: tool-schemas (semantic allowlist), agent-loop (multi-step + budget), circuit-breaker, llm-client/tool-executor interfaces - api/agents: WpRestExecutor (real WP REST), OpenRouterLlmClient - e2e/agent: multi-step prompts + run-agent-spike runner (scores rendered changes) - ADR 0017; 101 unit tests green
18 lines
403 B
JSON
18 lines
403 B
JSON
{
|
|
"name": "@wursor/e2e",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"golden": "tsx golden/src/run-golden.ts",
|
|
"mirror:time": "tsx golden/src/run-mirror-timing.ts",
|
|
"agent:spike": "tsx agent/run-agent-spike.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.62.1",
|
|
"tsx": "^4.20.3",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|