@wix/evalforge-types 0.72.0 → 0.74.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,7 +16,7 @@ Shared TypeScript types and [Zod](https://zod.dev/) schemas for the EvalForge pl
16
16
  | `project` | Project schemas (multi-tenancy root) |
17
17
  | `template` | Project template schemas |
18
18
  | `schedule` | Recurring evaluation schedule schemas (`EvalSchedule`, `FrequencyType`) |
19
- | `assertion` | Custom assertion definitions |
19
+ | `assertion` | Custom assertion definitions; `system:build_passed` restricts `params.command` to an allowlisted set (`yarn build`, `npm run build`, `pnpm run build`, `pnpm build`) |
20
20
  | `agent` | Agent adapter interface |
21
21
  | `test` | Test type definitions (LLM, TOOL, BUILD_CHECK, etc.) |
22
22