Files
gstack/lib
Garry Tan 6f63bbd66c fix(eval-model): kinds are a literal union, not string
Record<string,string> widened EvalModelKind to string, so a typo'd
kind only failed at runtime; as const satisfies keeps the closed set
the doc comment promises.
2026-08-14 17:15:49 -07:00
..