Commit e86cd34
authored
chore: retire src/eval.ts and npm run eval (#24)
`src/eval.ts` and the `npm run eval` script have been dead-code-walking
since Stack E shipped `npm run sim` (improvements.md #16, resolved
2026-04-30). The two runners coexisting under similar names actively
misled engineers and customer forks.
This change deletes the legacy runner and scrubs all doc references.
The Vapi `/eval` REST endpoint, the `evals` resource type, the
`/eval/simulation/*` simulation API, and `docs/learnings/simulations.md`
are all unaffected — only the local CLI runner is gone.
If customer-fork automation still invokes `npm run eval`, swap to
`npm run sim -- <org> --suite <name> --target <name>`.1 parent 170e331 commit e86cd34
6 files changed
Lines changed: 4 additions & 613 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
778 | | - | |
779 | | - | |
780 | 778 | | |
781 | 779 | | |
782 | 780 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | 144 | | |
150 | 145 | | |
151 | 146 | | |
| |||
282 | 277 | | |
283 | 278 | | |
284 | 279 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | 280 | | |
309 | 281 | | |
310 | 282 | | |
| |||
536 | 508 | | |
537 | 509 | | |
538 | 510 | | |
539 | | - | |
540 | 511 | | |
541 | 512 | | |
542 | 513 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments