You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/vectors.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"version": 1,
3
-
"notes": "Golden vectors — every implementation (TS reference + all SDKs) must pass all cases. `compare` expects sign of compare(a,b); harnesses must also assert compare(b,a) === -expect. `evaluate` cases: config = top-level replacement of `patch` keys over `base_config` (no deep merge); `expect` is a subset match — listed fields must equal, extra fields in the actual decision are allowed. `config_source` covers the fail-open state machine. Adding a vector is feat:, changing one is an ADR.",
3
+
"notes": "Golden vectors. Every implementation (TS reference + all SDKs) must pass all cases. `compare` expects sign of compare(a,b); harnesses must also assert compare(b,a) === -expect. `evaluate` cases: config = top-level replacement of `patch` keys over `base_config` (no deep merge); `expect` is a subset match, so listed fields must equal, and extra fields in the actual decision are allowed. `config_source` covers the fail-open state machine. Adding a vector is feat:, changing one is an ADR.",
0 commit comments