@konneal/engine 0.2.20 → 0.2.22
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 +6 -4
- package/dist/{ask-36JS3555.js → ask-HLELROYT.js} +2 -2
- package/dist/{chunk-DGFJUA2C.js → chunk-4XBU4J6B.js} +1345 -12
- package/dist/{chunk-SLZ4TZNO.js → chunk-IROEVHEV.js} +1 -1
- package/dist/{chunk-EE6V6X6D.js → chunk-M24JWPVN.js} +1 -1
- package/dist/{search-YA6TD6QJ.js → search-GVDELP3N.js} +2 -2
- package/dist/worker_public/src/index.js +5 -5
- package/package.json +7 -13
- package/workers/worker_public/src/codecs.ts +55 -2
- package/workers/worker_public/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -97,10 +97,12 @@ key.
|
|
|
97
97
|
|
|
98
98
|
## Promotion gates
|
|
99
99
|
|
|
100
|
-
The
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
100
|
+
The gate belongs to the deployment: its golden cases, annealment
|
|
101
|
+
probes and the runners (gates, eval, variance, e2e) live in the
|
|
102
|
+
deployment repository and run against that deployment's production.
|
|
103
|
+
The engine provides what the gate exercises — the answer contract,
|
|
104
|
+
the typed blocks and the model plane — and its own CI proves the
|
|
105
|
+
fixture profiles end to end.
|
|
104
106
|
|
|
105
107
|
## Repository
|
|
106
108
|
|