pi-mega-compact 0.18.1 → 0.19.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/assets/vector-cortex/encoder-v1/manifest.json +1 -0
- package/assets/vector-cortex/encoder-v1/model-card.json +1 -0
- package/assets/vector-cortex/encoder-v1/model.onnx +0 -0
- package/assets/vector-cortex/encoder-v1/tokenizer.json +1 -0
- package/dist/config/vector-cortex.js +9 -0
- package/dist/config.js +1 -1
- package/dist/extensions/dashboard-server/routes-rag-settings-helpers.js +1 -0
- package/dist/extensions/dashboard-server/routes-vector-cortex.js +89 -1
- package/dist/src/config/vector-cortex.js +9 -0
- package/dist/src/config.js +1 -1
- package/dist/src/vector-cortex/encoder/calibrate.js +174 -0
- package/dist/src/vector-cortex/encoder/emit-vc2c.js +59 -0
- package/dist/src/vector-cortex/encoder/fallback.js +62 -0
- package/dist/src/vector-cortex/encoder/select.js +172 -0
- package/dist/src/vector-cortex/encoder/types.js +31 -0
- package/dist/vector-cortex/encoder/calibrate.js +174 -0
- package/dist/vector-cortex/encoder/emit-vc2c.js +59 -0
- package/dist/vector-cortex/encoder/fallback.js +62 -0
- package/dist/vector-cortex/encoder/select.js +172 -0
- package/dist/vector-cortex/encoder/types.js +31 -0
- package/extensions/dashboard-client/dist/assets/{AreaChart-BQXFF7UI.js → AreaChart-DywU5SSt.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{AreaChart-BQXFF7UI.js.map → AreaChart-DywU5SSt.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{BarChart-BVtoz9Eg.js → BarChart-But7WN6K.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{BarChart-BVtoz9Eg.js.map → BarChart-But7WN6K.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{CacheTab-trI2TIGy.js → CacheTab-7aZWa1DR.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{CacheTab-trI2TIGy.js.map → CacheTab-7aZWa1DR.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{EventsTab-CNUbk9__.js → EventsTab-Bf_boNG2.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{EventsTab-CNUbk9__.js.map → EventsTab-Bf_boNG2.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{HealthTab-K-bd_CM-.js → HealthTab-AbGc1nXP.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{HealthTab-K-bd_CM-.js.map → HealthTab-AbGc1nXP.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{MaintenanceTab-CoEioKzx.js → MaintenanceTab-BfHHhn5F.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{MaintenanceTab-CoEioKzx.js.map → MaintenanceTab-BfHHhn5F.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{MemoryMapTab-CJo24ulv.js → MemoryMapTab-DrcWti0-.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{MemoryMapTab-CJo24ulv.js.map → MemoryMapTab-DrcWti0-.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{MetricsTab-DCNlQWWP.js → MetricsTab-ALiglXQq.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{MetricsTab-DCNlQWWP.js.map → MetricsTab-ALiglXQq.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{OverviewTab-CQQlyIQ6.js → OverviewTab-nnaJdNyR.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{OverviewTab-CQQlyIQ6.js.map → OverviewTab-nnaJdNyR.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{ReposTab-Cqm82_yn.js → ReposTab-BTK0nofM.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{ReposTab-Cqm82_yn.js.map → ReposTab-BTK0nofM.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{SessionsTab-A8xTAdET.js → SessionsTab-RXPNqO6x.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{SessionsTab-A8xTAdET.js.map → SessionsTab-RXPNqO6x.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{SetupTab-CqaSgaZl.js → SetupTab-Dab0AVfs.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{SetupTab-CqaSgaZl.js.map → SetupTab-Dab0AVfs.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{TimeSavedCard-C_f3q8GR.js → TimeSavedCard-DIVG8hdt.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{TimeSavedCard-C_f3q8GR.js.map → TimeSavedCard-DIVG8hdt.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{TurnsTab-BEsafACo.js → TurnsTab-9uz2fBwx.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{TurnsTab-BEsafACo.js.map → TurnsTab-9uz2fBwx.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{VectorCortexTab-DD1CMK80.js → VectorCortexTab-DnKY61EJ.js} +2 -2
- package/extensions/dashboard-client/dist/assets/VectorCortexTab-DnKY61EJ.js.map +1 -0
- package/extensions/dashboard-client/dist/assets/{WikiTab-Bf01M2_Z.js → WikiTab-CpcgaggS.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{WikiTab-Bf01M2_Z.js.map → WikiTab-CpcgaggS.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{button-BEJPTk_E.js → button-B0Q2fuKY.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{button-BEJPTk_E.js.map → button-B0Q2fuKY.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{card-DK1V382s.js → card-Cnik3TFr.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{card-DK1V382s.js.map → card-Cnik3TFr.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{generateCategoricalChart-CRtaPphL.js → generateCategoricalChart-DrSwgn1V.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{generateCategoricalChart-CRtaPphL.js.map → generateCategoricalChart-DrSwgn1V.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{index-CB6BslE4.js → index-DraytcOY.js} +3 -3
- package/extensions/dashboard-client/dist/assets/{index-CB6BslE4.js.map → index-DraytcOY.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{switch-C4FV6B9k.js → switch-DVQ1aB9b.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{switch-C4FV6B9k.js.map → switch-DVQ1aB9b.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{toggle-GBmeENMd.js → toggle-Dkppx-49.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{toggle-GBmeENMd.js.map → toggle-Dkppx-49.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{useSSE-BOKZGSn1.js → useSSE-CPkjU4Gx.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{useSSE-BOKZGSn1.js.map → useSSE-CPkjU4Gx.js.map} +1 -1
- package/extensions/dashboard-client/dist/index.html +1 -1
- package/extensions/dashboard-client/src/tabs/VectorCortexTab.tsx +2 -0
- package/extensions/dashboard-client/src/types/vector-cortex.ts +11 -0
- package/extensions/dashboard-server/api-contracts/vector-cortex.ts +11 -0
- package/extensions/dashboard-server/routes-rag-settings-helpers.ts +6 -0
- package/extensions/dashboard-server/routes-vector-cortex.ts +108 -1
- package/package.json +2 -1
- package/src/config/vector-cortex.ts +10 -0
- package/src/config.ts +1 -0
- package/src/vector-cortex/encoder/calibrate.ts +225 -0
- package/src/vector-cortex/encoder/emit-vc2c.ts +70 -0
- package/src/vector-cortex/encoder/fallback.ts +99 -0
- package/src/vector-cortex/encoder/select.ts +237 -0
- package/src/vector-cortex/encoder/types.ts +116 -0
- package/extensions/dashboard-client/dist/assets/VectorCortexTab-DD1CMK80.js.map +0 -1
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* vector-cortex/encoder/select.ts — VC2C atomic qualification selection (task 3).
|
|
3
|
+
*
|
|
4
|
+
* Selects mode A (a `QualifiedEncoderV1`) ONLY when EVERY MODEL_ASSET
|
|
5
|
+
* constraint AND every per-head EVALUATION threshold passes — the eligibility
|
|
6
|
+
* check is ATOMIC: any single failed field demotes the ENTIRE candidate to
|
|
7
|
+
* mode B/C (never a partial A). The failed field is reported so the caller/UI
|
|
8
|
+
* can inspect which threshold tripped.
|
|
9
|
+
*
|
|
10
|
+
* - asset fields (MODEL_ASSET §qualification): maxTokens <= 512, p95 latency
|
|
11
|
+
* <= 40 ms, encoder RSS delta <= 150 MiB. When an asset field fails, the
|
|
12
|
+
* demotion code is `ENC_QUALIFICATION_ASSET_FAILED`; per-head / reconstruction
|
|
13
|
+
* failures report `ENC_QUALIFICATION_THRESHOLD_FAILED`. Either way the check is
|
|
14
|
+
* atomic — the field that tripped is surfaced via `failedField`.
|
|
15
|
+
* - per-head EVALUATION thresholds (EVALUATION.md §metrics):
|
|
16
|
+
* semantic spearman >= .75, recall@10 >= .90
|
|
17
|
+
* dependency precision >= .97, recall >= .95
|
|
18
|
+
* contradiction precision >= .98, recall >= .90, ECE <= .05
|
|
19
|
+
* cacheStability precision >= .999, recall >= .90
|
|
20
|
+
* payloadRouting macro-F1 >= .97, exact/anchor recall = 1.0
|
|
21
|
+
* - reconstruction: zero causal/tool/anchor/exact violations, dependency
|
|
22
|
+
* closure recall = 1.0, task-success non-inferior to C.
|
|
23
|
+
*
|
|
24
|
+
* Unique failure injection: when a candidate supplies an expected
|
|
25
|
+
* `qualificationManifestDigest` (the digest of the qualification manifest
|
|
26
|
+
* sealed at calibration time) and the presented calibration digest differs,
|
|
27
|
+
* selection returns ENC_QUALIFICATION_DIGEST_MISMATCH and demotes A — the
|
|
28
|
+
* "corrupt qualification manifest after calibration but before selection" case.
|
|
29
|
+
*
|
|
30
|
+
* Emits `vector_cortex_encoder_qualification_passed` on success and
|
|
31
|
+
* `vector_cortex_encoder_qualification_demoted` on any demotion, via the
|
|
32
|
+
* flag-gated VC2C reporter. Pi-agnostic, zero network (PREVENT-PI-004), no
|
|
33
|
+
* `any` (PREVENT-011).
|
|
34
|
+
*/
|
|
35
|
+
import { createHash } from "node:crypto";
|
|
36
|
+
import { ENC_QUALIFICATION_FAIL, EVALUATION_THRESHOLDS, } from "./types.js";
|
|
37
|
+
import { createEncoderQualificationReporter, } from "./emit-vc2c.js";
|
|
38
|
+
/** Canonical digest over a CalibrationV1's stable identity (split digest, heads,
|
|
39
|
+
* temps, thresholds, seed) — the "qualification manifest digest". */
|
|
40
|
+
export function qualificationManifestDigest(calibration) {
|
|
41
|
+
const payload = JSON.stringify({
|
|
42
|
+
headOrder: [...calibration.headOrder].sort(),
|
|
43
|
+
splitDigest: calibration.calibrationSplitDigest,
|
|
44
|
+
temps: calibration.temperatures,
|
|
45
|
+
thresholds: calibration.thresholds,
|
|
46
|
+
seed: calibration.seed,
|
|
47
|
+
});
|
|
48
|
+
return createHash("sha256").update(payload).digest("hex");
|
|
49
|
+
}
|
|
50
|
+
/** True when one per-head metric row clears its normative EVALUATION threshold. */
|
|
51
|
+
function headPasses(head, m) {
|
|
52
|
+
switch (head) {
|
|
53
|
+
case "semantic":
|
|
54
|
+
return m.semantic.spearman >= EVALUATION_THRESHOLDS.semantic.spearman &&
|
|
55
|
+
m.semantic.recallAt10 >= EVALUATION_THRESHOLDS.semantic.recallAt10;
|
|
56
|
+
case "dependency":
|
|
57
|
+
return m.dependency.precision >= EVALUATION_THRESHOLDS.dependency.precision &&
|
|
58
|
+
m.dependency.recall >= EVALUATION_THRESHOLDS.dependency.recall;
|
|
59
|
+
case "contradiction":
|
|
60
|
+
return m.contradiction.precision >= EVALUATION_THRESHOLDS.contradiction.precision &&
|
|
61
|
+
m.contradiction.recall >= EVALUATION_THRESHOLDS.contradiction.recall &&
|
|
62
|
+
m.contradiction.ece <= EVALUATION_THRESHOLDS.contradiction.ece;
|
|
63
|
+
case "cacheStability":
|
|
64
|
+
return m.cacheStability.precision >= EVALUATION_THRESHOLDS.cacheStability.precision &&
|
|
65
|
+
m.cacheStability.recall >= EVALUATION_THRESHOLDS.cacheStability.recall;
|
|
66
|
+
case "payloadRouting":
|
|
67
|
+
return m.payloadRouting.macroF1 >= EVALUATION_THRESHOLDS.payloadRouting.macroF1 &&
|
|
68
|
+
m.payloadRouting.exactAnchorRecall >= EVALUATION_THRESHOLDS.payloadRouting.exactAnchorRecall;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
function reconstructionPasses(m) {
|
|
72
|
+
return (m.reconstruction.votesOk &&
|
|
73
|
+
m.reconstruction.dependencyClosureRecall >= EVALUATION_THRESHOLDS.reconstruction.dependencyClosureRecall &&
|
|
74
|
+
m.reconstruction.taskSuccessNonInferior);
|
|
75
|
+
}
|
|
76
|
+
function assetPasses(a, failed) {
|
|
77
|
+
let ok = true;
|
|
78
|
+
if (a.maxTokens > EVALUATION_THRESHOLDS.asset.maxTokens) {
|
|
79
|
+
failed.push("asset.maxTokens");
|
|
80
|
+
ok = false;
|
|
81
|
+
}
|
|
82
|
+
if (a.latencyP95Ms > EVALUATION_THRESHOLDS.asset.maxLatencyP95Ms) {
|
|
83
|
+
failed.push("asset.latencyP95Ms");
|
|
84
|
+
ok = false;
|
|
85
|
+
}
|
|
86
|
+
if (a.rssDeltaMib > EVALUATION_THRESHOLDS.asset.maxRssDeltaMib) {
|
|
87
|
+
failed.push("asset.rssDeltaMib");
|
|
88
|
+
ok = false;
|
|
89
|
+
}
|
|
90
|
+
return ok;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Atomic eligibility check across every MODEL_ASSET + per-head EVALUATION
|
|
94
|
+
* threshold (task 3). Any single failed field demotes ALL of A (returns
|
|
95
|
+
* `ok:false`); there is no partial qualification. On success returns a
|
|
96
|
+
* `QualifiedEncoderV1` pinning asset/calibration digests + held-out evidence.
|
|
97
|
+
*/
|
|
98
|
+
export function selectQualifiedEncoder(candidate, options = {}) {
|
|
99
|
+
const reporter = options.reporter ?? createEncoderQualificationReporter();
|
|
100
|
+
// Unique failure injection: corrupt qualification manifest between calibration
|
|
101
|
+
// and selection. The sealed manifest digest must match the presented
|
|
102
|
+
// calibration's digest; a mismatch demotes A to B/C with the dedicated code.
|
|
103
|
+
if (candidate.expectedQualificationManifestDigest !== undefined) {
|
|
104
|
+
const presented = qualificationManifestDigest(candidate.calibration);
|
|
105
|
+
if (presented !== candidate.expectedQualificationManifestDigest) {
|
|
106
|
+
reporter.qualificationDemoted({
|
|
107
|
+
reason: ENC_QUALIFICATION_FAIL.DIGEST_MISMATCH,
|
|
108
|
+
modelVersion: candidate.modelVersion,
|
|
109
|
+
mode: "B",
|
|
110
|
+
});
|
|
111
|
+
return {
|
|
112
|
+
ok: false,
|
|
113
|
+
mode: "B",
|
|
114
|
+
code: ENC_QUALIFICATION_FAIL.DIGEST_MISMATCH,
|
|
115
|
+
failedField: "qualificationManifestDigest",
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
// Atomic: collect EVERY failed field across asset + all heads + reconstruction.
|
|
120
|
+
const failed = [];
|
|
121
|
+
assetPasses(candidate.asset, failed);
|
|
122
|
+
const heads = ["semantic", "dependency", "contradiction", "cacheStability", "payloadRouting"];
|
|
123
|
+
for (const h of heads) {
|
|
124
|
+
if (!headPasses(h, candidate.heldOut))
|
|
125
|
+
failed.push(`head.${h}`);
|
|
126
|
+
}
|
|
127
|
+
if (!reconstructionPasses(candidate.heldOut))
|
|
128
|
+
failed.push("reconstruction");
|
|
129
|
+
if (failed.length > 0) {
|
|
130
|
+
// Any failed field demotes all of A — no partial A. Route the demotion code
|
|
131
|
+
// by the failed-field class: an asset-field failure (maxTokens/latency/RSS)
|
|
132
|
+
// reports ENC_QUALIFICATION_ASSET_FAILED; a per-head/reconstruction failure
|
|
133
|
+
// reports ENC_QUALIFICATION_THRESHOLD_FAILED. `failedField` always carries the
|
|
134
|
+
// specific field that tripped, so the code + field together fully identify it.
|
|
135
|
+
const assetFailed = failed.some((f) => f.startsWith("asset."));
|
|
136
|
+
const code = assetFailed
|
|
137
|
+
? ENC_QUALIFICATION_FAIL.ASSET_FAILED
|
|
138
|
+
: ENC_QUALIFICATION_FAIL.THRESHOLD_FAILED;
|
|
139
|
+
reporter.qualificationDemoted({
|
|
140
|
+
reason: code,
|
|
141
|
+
failed: failed.join("/"),
|
|
142
|
+
modelVersion: candidate.modelVersion,
|
|
143
|
+
mode: "B",
|
|
144
|
+
});
|
|
145
|
+
return {
|
|
146
|
+
ok: false,
|
|
147
|
+
mode: "B",
|
|
148
|
+
code,
|
|
149
|
+
failedField: failed[0] ?? null,
|
|
150
|
+
};
|
|
151
|
+
}
|
|
152
|
+
const qualified = {
|
|
153
|
+
schema: "qualified-encoder-v1",
|
|
154
|
+
modelVersion: candidate.modelVersion,
|
|
155
|
+
mode: "A",
|
|
156
|
+
// The REAL ModelManifestV1 asset-manifest digest (passed through the
|
|
157
|
+
// candidate), not a calibration-derived hash — matches the documented
|
|
158
|
+
// contract and the dashboard health card's encoderAssetDigest.
|
|
159
|
+
assetDigest: candidate.assetManifestDigest,
|
|
160
|
+
calibrationDigest: candidate.calibration.calibrationSplitDigest,
|
|
161
|
+
onnxDigest: candidate.onnxDigest,
|
|
162
|
+
heldOut: candidate.heldOut,
|
|
163
|
+
calibration: candidate.calibration,
|
|
164
|
+
};
|
|
165
|
+
reporter.qualificationPassed({
|
|
166
|
+
modelVersion: candidate.modelVersion,
|
|
167
|
+
mode: "A",
|
|
168
|
+
assetDigest: qualified.assetDigest.slice(0, 12),
|
|
169
|
+
calibrationDigest: qualified.calibrationDigest.slice(0, 12),
|
|
170
|
+
});
|
|
171
|
+
return { ok: true, mode: "A", qualified, code: null };
|
|
172
|
+
}
|
|
@@ -136,3 +136,34 @@ export const ENC2B_IDS = [
|
|
|
136
136
|
"ENC-015",
|
|
137
137
|
"ENC-016",
|
|
138
138
|
];
|
|
139
|
+
/** Normative per-head + asset qualification thresholds (MODEL_ASSET §qualification
|
|
140
|
+
* + EVALUATION.md §metrics). These are the constants `select.ts` evaluates the
|
|
141
|
+
* candidate's held-out metrics against (task 3 atomic check). */
|
|
142
|
+
export const EVALUATION_THRESHOLDS = {
|
|
143
|
+
semantic: { spearman: 0.75, recallAt10: 0.9 },
|
|
144
|
+
dependency: { precision: 0.97, recall: 0.95 },
|
|
145
|
+
contradiction: { precision: 0.98, recall: 0.9, ece: 0.05 },
|
|
146
|
+
cacheStability: { precision: 0.999, recall: 0.9 },
|
|
147
|
+
payloadRouting: { macroF1: 0.97, exactAnchorRecall: 1.0 },
|
|
148
|
+
reconstruction: { dependencyClosureRecall: 1.0 },
|
|
149
|
+
asset: { maxTokens: 512, maxLatencyP95Ms: 40, maxRssDeltaMib: 150 },
|
|
150
|
+
};
|
|
151
|
+
/** VC2C-specific qualification failure codes (returned, never thrown). */
|
|
152
|
+
export const ENC_QUALIFICATION_FAIL = {
|
|
153
|
+
/** The qualification manifest hash does not match the calibration that was fit
|
|
154
|
+
* (corrupt qualification manifest after calibration before selection). */
|
|
155
|
+
DIGEST_MISMATCH: "ENC_QUALIFICATION_DIGEST_MISMATCH",
|
|
156
|
+
/** One or more per-head EVALUATION thresholds failed (demotes all of A). */
|
|
157
|
+
THRESHOLD_FAILED: "ENC_QUALIFICATION_THRESHOLD_FAILED",
|
|
158
|
+
/** An asset-field qualification check (asset/latency/RSS) failed. */
|
|
159
|
+
ASSET_FAILED: "ENC_QUALIFICATION_ASSET_FAILED",
|
|
160
|
+
/** Calibration was attempted using held-out labels (fit prohibition). */
|
|
161
|
+
HELD_OUT_IN_FIT: "ENC_QUALIFICATION_HELD_OUT_IN_FIT",
|
|
162
|
+
};
|
|
163
|
+
/** The 4 registered VC2C conformance IDs (task 1: "register ENC-017..020"). */
|
|
164
|
+
export const ENC2C_IDS = [
|
|
165
|
+
"ENC-017",
|
|
166
|
+
"ENC-018",
|
|
167
|
+
"ENC-019",
|
|
168
|
+
"ENC-020",
|
|
169
|
+
];
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* vector-cortex/encoder/calibrate.ts — VC2C calibration fit (task 2).
|
|
3
|
+
*
|
|
4
|
+
* Fits a `CalibrationV1` using ONLY the calibration split. Held-out
|
|
5
|
+
* (test/eval) labels are STRICTLY PROHIBITED from the fit inputs: the fit
|
|
6
|
+
* function rejects (ENC_QUALIFICATION_HELD_OUT_IN_FIT) any example whose
|
|
7
|
+
* `itemId` appears in the caller's held-out set. Ties in example score are
|
|
8
|
+
* broken deterministically by item ID (stable score/id ties), never by arrival
|
|
9
|
+
* order, so the fit is invariant to row order.
|
|
10
|
+
*
|
|
11
|
+
* The calibration split assignment is grouped by repository+session
|
|
12
|
+
* (EVALUATION.md §corpus): every label-bearing item carries a `repository` +
|
|
13
|
+
* `session` group, and the split digest is the canonical SHA-256 over the
|
|
14
|
+
* sorted group list. A single repo/session group NEVER crosses split boundaries
|
|
15
|
+
* (the caller seeds a group wholly into the calibration split or not at all).
|
|
16
|
+
*
|
|
17
|
+
* The fit itself is a deterministic seeded per-head temperature + threshold
|
|
18
|
+
* calibration over the calibration-only examples (real isotonic/Platt weights
|
|
19
|
+
* land with trained weights; the contract, split isolation, held-out
|
|
20
|
+
* prohibition, stable ties, and frozen-temperature/threshold surface are all
|
|
21
|
+
* normative here). Pi-agnostic, zero network (PREVENT-PI-004), no `any`
|
|
22
|
+
* (PREVENT-011).
|
|
23
|
+
*/
|
|
24
|
+
import { createHash } from "node:crypto";
|
|
25
|
+
import { ENCODER_HEAD_ORDER, ENCODER_SEED, ENC_QUALIFICATION_FAIL, } from "./types.js";
|
|
26
|
+
/** Canonical digests of a sorted stable representation (order-invariant). */
|
|
27
|
+
function digestStrings(values) {
|
|
28
|
+
const sorted = [...values].sort();
|
|
29
|
+
return createHash("sha256").update(sorted.join("\n")).digest("hex");
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Compute the calibration split digest for a set of (repository, session) groups
|
|
33
|
+
* present in the fit. The group list is canonicalized (sorted, deduped) so the
|
|
34
|
+
* digest is invariant to row order within the input. A caller that seeds WHOLE
|
|
35
|
+
* groups into the calibration split guarantees no group crosses a boundary.
|
|
36
|
+
*/
|
|
37
|
+
/**
|
|
38
|
+
* Render one (repository, session) group as an injective canonical string.
|
|
39
|
+
* Each field is length-prefixed (`<len>:<value>`), so two distinct pairs can
|
|
40
|
+
* never collide to the same rendering — e.g. `{r:"a", s:"b::c"}` renders as
|
|
41
|
+
* `1:a3:b::c` while `{r:"a::b", s:"c"}` renders as `4:a::b1:c`. A plain
|
|
42
|
+
* `repository::session` join would conflate those when identifiers happen to
|
|
43
|
+
* contain "::"; length-prefixing makes the split digest sound for arbitrary
|
|
44
|
+
* repository/session identifiers.
|
|
45
|
+
*/
|
|
46
|
+
function renderGroup(g) {
|
|
47
|
+
return `${g.repository.length}:${g.repository}${g.session.length}:${g.session}`;
|
|
48
|
+
}
|
|
49
|
+
export function calibrationSplitDigest(groups) {
|
|
50
|
+
const rendered = new Set();
|
|
51
|
+
for (const g of groups)
|
|
52
|
+
rendered.add(renderGroup(g));
|
|
53
|
+
return digestStrings([...rendered]);
|
|
54
|
+
}
|
|
55
|
+
/** A deterministic 32-bit LCG step (matches the heads/runtime projectors). */
|
|
56
|
+
function nextState(state) {
|
|
57
|
+
return (state * 1664525 + 1013904223) >>> 0;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Deterministic per-head temperature in a stable, healthy range (e.g. 0.8..1.5).
|
|
61
|
+
*
|
|
62
|
+
* The caller-supplied `seed` is mixed into the LCG state through independent
|
|
63
|
+
* steps so it ALWAYS affects the temperature — even when it equals ENCODER_SEED.
|
|
64
|
+
* (A naive `ENCODER_SEED ^ head.length ^ seed` cancels the two seed terms when
|
|
65
|
+
* `seed === ENCODER_SEED`, leaving a pure function of the head — the default
|
|
66
|
+
* path would make the seed option inert. Here the seed seeds the PRNG first,
|
|
67
|
+
* then the head name is folded in, so both vary the fit independently.) The fit
|
|
68
|
+
* stays deterministic for a fixed (seed, head) across processes.
|
|
69
|
+
*/
|
|
70
|
+
function fitTemperature(head, seed) {
|
|
71
|
+
let state = (seed >>> 0) ^ 0x9e3779b9;
|
|
72
|
+
state = nextState(state);
|
|
73
|
+
state = (state ^ (head.length >>> 0)) >>> 0;
|
|
74
|
+
state = nextState(state);
|
|
75
|
+
state = (state ^ 0x85ebca6b) >>> 0;
|
|
76
|
+
state = nextState(state);
|
|
77
|
+
const r = (state / 4294967296) % 1;
|
|
78
|
+
return 0.8 + r * 0.7; // 0.8 .. 1.5
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Deterministic per-head decision threshold derived from the calibration
|
|
82
|
+
* distribution. For a head with BOTH classes present the threshold is the
|
|
83
|
+
* midpoint between the highest-scoring negative (label 0) and the lowest-scoring
|
|
84
|
+
* positive (label 1) — a true between-class balance point that NEVER lands on a
|
|
85
|
+
* negative example's own score (code-review Q03): a future inference at the
|
|
86
|
+
* highest calibration negative is still classified negative, and one at the
|
|
87
|
+
* lowest calibration positive is still classified positive. Degenerate heads with
|
|
88
|
+
* a single class fall back conservatively (no positives -> just above the top
|
|
89
|
+
* observed score; no negatives -> just below the lowest observed positive) and an
|
|
90
|
+
* empty head defaults to 0.5. Scoring is order-invariant: ties in score resolve by
|
|
91
|
+
* item ID bytewise (stable score/id ties), never by arrival order, so the fit is
|
|
92
|
+
* invariant to row order. This frozen threshold is a normative placeholder (real
|
|
93
|
+
* trained weights land later).
|
|
94
|
+
*/
|
|
95
|
+
function fitThreshold(head, examples) {
|
|
96
|
+
const headEx = examples
|
|
97
|
+
.filter((e) => e.head === head)
|
|
98
|
+
.slice()
|
|
99
|
+
.sort((a, b) => (a.score - b.score) || (a.itemId < b.itemId ? -1 : a.itemId > b.itemId ? 1 : 0));
|
|
100
|
+
if (headEx.length === 0)
|
|
101
|
+
return 0.5;
|
|
102
|
+
let highestNeg = -Infinity;
|
|
103
|
+
let lowestPos = Infinity;
|
|
104
|
+
for (const e of headEx) {
|
|
105
|
+
if (e.label === 0)
|
|
106
|
+
highestNeg = Math.max(highestNeg, e.score);
|
|
107
|
+
else
|
|
108
|
+
lowestPos = Math.min(lowestPos, e.score);
|
|
109
|
+
}
|
|
110
|
+
if (lowestPos === Infinity) {
|
|
111
|
+
// Only negatives observed — no positive class to balance against. Set the
|
|
112
|
+
// threshold just above the top observed score so no observed negative is
|
|
113
|
+
// re-admitted (a genuine future positive must exceed all calibration negatives).
|
|
114
|
+
return Math.max(0.5, highestNeg + 0.05);
|
|
115
|
+
}
|
|
116
|
+
if (highestNeg === -Infinity) {
|
|
117
|
+
// Only positives observed — set the threshold just below the lowest observed
|
|
118
|
+
// positive so every observed positive is admitted.
|
|
119
|
+
return Math.max(0, lowestPos - 0.05);
|
|
120
|
+
}
|
|
121
|
+
// Both classes present: the midpoint strictly between the highest negative and
|
|
122
|
+
// the lowest positive is the between-class balance point (Q03).
|
|
123
|
+
return (highestNeg + lowestPos) / 2;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Fit `CalibrationV1` over the calibration split only (task 2).
|
|
127
|
+
*
|
|
128
|
+
* - rejects any item whose `itemId` is in `heldOutIds` (held-out labels are
|
|
129
|
+
* prohibited from fit inputs).
|
|
130
|
+
* - treats `groups` as the calibration split units; the emitted split digest
|
|
131
|
+
* covers only the groups ACTUALLY present in the fit examples (plus the
|
|
132
|
+
* declared `groups`, when supplied — see below).
|
|
133
|
+
* - stable score/id ties (never arrival order).
|
|
134
|
+
*
|
|
135
|
+
* Held-out labels are prohibited by construction: the caller passes the full set
|
|
136
|
+
* of held-out item IDs, and the fit fails loudly if any calibration input is
|
|
137
|
+
* actually a held-out item — the fit can never silently learn from review labels.
|
|
138
|
+
*/
|
|
139
|
+
export function fitCalibration(examples, options = {}) {
|
|
140
|
+
const seed = options.seed ?? ENCODER_SEED;
|
|
141
|
+
const heldOut = new Set(options.heldOutIds ?? []);
|
|
142
|
+
for (const e of examples) {
|
|
143
|
+
if (heldOut.has(e.itemId)) {
|
|
144
|
+
return {
|
|
145
|
+
ok: false,
|
|
146
|
+
code: ENC_QUALIFICATION_FAIL.HELD_OUT_IN_FIT,
|
|
147
|
+
reason: `held-out item ${e.itemId} leaked into calibration fit`,
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
// Stable order by (score, itemId) — arrival order never affects the digest or
|
|
152
|
+
// the fit; ties resolve by item ID bytewise (stable score/id ties).
|
|
153
|
+
const stable = examples
|
|
154
|
+
.slice()
|
|
155
|
+
.sort((a, b) => (a.score - b.score) || (a.itemId < b.itemId ? -1 : a.itemId > b.itemId ? 1 : 0));
|
|
156
|
+
const usedGroups = options.groups ?? stable.map((e) => ({ repository: e.repository, session: e.session }));
|
|
157
|
+
const splitDigest = calibrationSplitDigest(usedGroups);
|
|
158
|
+
const temperatures = {};
|
|
159
|
+
const thresholds = {};
|
|
160
|
+
for (const head of ENCODER_HEAD_ORDER) {
|
|
161
|
+
temperatures[head] = fitTemperature(head, seed);
|
|
162
|
+
thresholds[head] = fitThreshold(head, stable);
|
|
163
|
+
}
|
|
164
|
+
const calibration = {
|
|
165
|
+
schema: "calibration-v1",
|
|
166
|
+
headOrder: [...ENCODER_HEAD_ORDER],
|
|
167
|
+
calibrationSplitDigest: splitDigest,
|
|
168
|
+
fittedOnCalibrationOnly: true,
|
|
169
|
+
temperatures,
|
|
170
|
+
thresholds,
|
|
171
|
+
seed,
|
|
172
|
+
};
|
|
173
|
+
return { ok: true, calibration };
|
|
174
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* vector-cortex/encoder/emit-vc2c.ts — VC2C observability seam.
|
|
3
|
+
*
|
|
4
|
+
* Owns the two VC2C events (task 5), gated on `MEGACOMPACT_VC2C` so the
|
|
5
|
+
* flag-OFF path emits zero events (mode C parity, byte-identical predecessor):
|
|
6
|
+
*
|
|
7
|
+
* vector_cortex_encoder_qualification_passed — a QualifiedEncoderV1 produced (A)
|
|
8
|
+
* vector_cortex_encoder_qualification_demoted — qualification failed; all of A demoted
|
|
9
|
+
*
|
|
10
|
+
* Every event is a JSON line with `ts` + `event` (ENGINEERING_PRACTICES §8); the
|
|
11
|
+
* `ts` is the numeric epoch-ms timestamp the `Logger` injects (LogEntry.ts is
|
|
12
|
+
* `number`), so these events are consistent with the rest of the log stream
|
|
13
|
+
* (code-review Q04 — no ISO-string ts override). The emitters are non-fatal
|
|
14
|
+
* (never break the agent loop). Pi-agnostic, zero network (PREVENT-PI-004), no
|
|
15
|
+
* `any` (PREVENT-011).
|
|
16
|
+
*/
|
|
17
|
+
import { VC2C_ENABLED } from "../../config/vector-cortex.js";
|
|
18
|
+
import { Logger } from "../../log.js";
|
|
19
|
+
/**
|
|
20
|
+
* The default emitter: routes both VC2C events into the append-only structured
|
|
21
|
+
* logger (`src/log.ts`) as JSON lines with `event` (the logger injects the
|
|
22
|
+
* numeric `ts`). Supplying `emit:` to `createEncoderQualificationReporter`
|
|
23
|
+
* replaces this with a caller-provided sink (used by tests and downstream
|
|
24
|
+
* consumers). Making the default a REAL producer means a caller that just
|
|
25
|
+
* invokes the producer seam (`selectQualifiedEncoder`) without injecting an
|
|
26
|
+
* emitter still yields structured telemetry instead of silently dropping every
|
|
27
|
+
* event (task 5). Best-effort: the logger swallows all I/O errors.
|
|
28
|
+
*/
|
|
29
|
+
function defaultEmitFor() {
|
|
30
|
+
const logger = new Logger();
|
|
31
|
+
return (event, fields) => {
|
|
32
|
+
logger.info(event, fields);
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Flag-gated emit, defaulting to a real logger-backed sink. The returned
|
|
37
|
+
* reporter is itself flag-gated (`VC2C_ENABLED`), so wiring it into a producer
|
|
38
|
+
* seam yields zero emissions when `MEGACOMPACT_VC2C=0` (byte-identical to the
|
|
39
|
+
* predecessor). Pass an explicit `emit` to route elsewhere (tests, downstream
|
|
40
|
+
* consumers); omit it to emit real structured log lines. The `ts` is set by the
|
|
41
|
+
* underlying sink (numeric epoch-ms from `Logger`), not overridden here (Q04).
|
|
42
|
+
*/
|
|
43
|
+
export function createEncoderQualificationReporter(emit) {
|
|
44
|
+
const sink = emit ?? defaultEmitFor();
|
|
45
|
+
const fire = (event, fields) => {
|
|
46
|
+
if (!VC2C_ENABLED())
|
|
47
|
+
return;
|
|
48
|
+
try {
|
|
49
|
+
sink(event, fields);
|
|
50
|
+
}
|
|
51
|
+
catch {
|
|
52
|
+
/* non-fatal observability */
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
return {
|
|
56
|
+
qualificationPassed: (fields) => fire("vector_cortex_encoder_qualification_passed", fields),
|
|
57
|
+
qualificationDemoted: (fields) => fire("vector_cortex_encoder_qualification_demoted", fields),
|
|
58
|
+
};
|
|
59
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* vector-cortex/encoder/fallback.ts — VC2C qualification fallback selection.
|
|
3
|
+
*
|
|
4
|
+
* After a qualification demotion (qualify/select fails to produce mode A), this
|
|
5
|
+
* seam selects the mode-B/C fallback and routes the encode request to the
|
|
6
|
+
* independently initialized VC2B producers (trigram B / lexical C). It is the
|
|
7
|
+
* breaker-recovery handoff for the encoder triad:
|
|
8
|
+
*
|
|
9
|
+
* A = fully qualified learned asset (QualifiedEncoderV1).
|
|
10
|
+
* B = asset-free trigram, forced by ANY one failed qualification threshold
|
|
11
|
+
* (or a qualification-manifest digest mismatch).
|
|
12
|
+
* C = token/phrase lexical, forced when A is absent AND B itself errors
|
|
13
|
+
* (injected B error), or when the caller forces C.
|
|
14
|
+
*
|
|
15
|
+
* Breaker recovery follows TRIAD_RESILIENCE: a demotion may probe/promote, never
|
|
16
|
+
* directly re-qualify A; the fallback only ever SELECTS B or C locally, never a
|
|
17
|
+
* remote fetch (PREVENT-PI-004). C states its loss of old semantic context.
|
|
18
|
+
*
|
|
19
|
+
* Pi-agnostic, zero network (PREVENT-PI-004), no `any` (PREVENT-011).
|
|
20
|
+
*/
|
|
21
|
+
import { createEncoderHeadsReporter } from "./emit-vc2b.js";
|
|
22
|
+
import { embedTrigram512, selectTrigramBFallback, ENCODER_TRIGRAM_WIDTH } from "./trigram.js";
|
|
23
|
+
import { embedLexical, selectLexicalC, ENCODER_LEXICAL_WIDTH, ENCODER_LEXICAL_LIMITATION } from "./lexical.js";
|
|
24
|
+
/** Deterministic text derived from an int token sequence (mirrors router.ts). */
|
|
25
|
+
function textFromTokens(tokens) {
|
|
26
|
+
return tokens.join("-");
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Select the B/C fallback for a failed qualification and produce the encode
|
|
30
|
+
* vector. When `injectBError` or `forceC` is set, selection lands on lexical C
|
|
31
|
+
* (absent A + injected B error -> C); otherwise a qualification THRESHOLD or
|
|
32
|
+
* DIGEST mismatch selects trigram B. Never returns without an explicit verdict.
|
|
33
|
+
*/
|
|
34
|
+
export function selectQualificationFallback(qualificationCode, tokens, options = {}) {
|
|
35
|
+
const reporter = options.reporter ?? createEncoderHeadsReporter();
|
|
36
|
+
const tokensText = textFromTokens(tokens);
|
|
37
|
+
// A absent + injected/forced B error -> C (lexical) with the documented
|
|
38
|
+
// semantic-context limitation.
|
|
39
|
+
if (options.forceC || options.injectBError) {
|
|
40
|
+
selectLexicalC({ reporter });
|
|
41
|
+
const vector = embedLexical(tokensText);
|
|
42
|
+
return {
|
|
43
|
+
ok: true,
|
|
44
|
+
mode: "C",
|
|
45
|
+
vector,
|
|
46
|
+
width: ENCODER_LEXICAL_WIDTH,
|
|
47
|
+
code: options.injectBError ? "ENC_B_INJECTED_ERROR" : qualificationCode,
|
|
48
|
+
limitation: ENCODER_LEXICAL_LIMITATION,
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
// A qualification demotion selects the independently initialized trigram B.
|
|
52
|
+
selectTrigramBFallback({ reporter });
|
|
53
|
+
const vector = embedTrigram512(tokensText);
|
|
54
|
+
return {
|
|
55
|
+
ok: true,
|
|
56
|
+
mode: "B",
|
|
57
|
+
vector,
|
|
58
|
+
width: ENCODER_TRIGRAM_WIDTH,
|
|
59
|
+
code: qualificationCode,
|
|
60
|
+
limitation: null,
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* vector-cortex/encoder/select.ts — VC2C atomic qualification selection (task 3).
|
|
3
|
+
*
|
|
4
|
+
* Selects mode A (a `QualifiedEncoderV1`) ONLY when EVERY MODEL_ASSET
|
|
5
|
+
* constraint AND every per-head EVALUATION threshold passes — the eligibility
|
|
6
|
+
* check is ATOMIC: any single failed field demotes the ENTIRE candidate to
|
|
7
|
+
* mode B/C (never a partial A). The failed field is reported so the caller/UI
|
|
8
|
+
* can inspect which threshold tripped.
|
|
9
|
+
*
|
|
10
|
+
* - asset fields (MODEL_ASSET §qualification): maxTokens <= 512, p95 latency
|
|
11
|
+
* <= 40 ms, encoder RSS delta <= 150 MiB. When an asset field fails, the
|
|
12
|
+
* demotion code is `ENC_QUALIFICATION_ASSET_FAILED`; per-head / reconstruction
|
|
13
|
+
* failures report `ENC_QUALIFICATION_THRESHOLD_FAILED`. Either way the check is
|
|
14
|
+
* atomic — the field that tripped is surfaced via `failedField`.
|
|
15
|
+
* - per-head EVALUATION thresholds (EVALUATION.md §metrics):
|
|
16
|
+
* semantic spearman >= .75, recall@10 >= .90
|
|
17
|
+
* dependency precision >= .97, recall >= .95
|
|
18
|
+
* contradiction precision >= .98, recall >= .90, ECE <= .05
|
|
19
|
+
* cacheStability precision >= .999, recall >= .90
|
|
20
|
+
* payloadRouting macro-F1 >= .97, exact/anchor recall = 1.0
|
|
21
|
+
* - reconstruction: zero causal/tool/anchor/exact violations, dependency
|
|
22
|
+
* closure recall = 1.0, task-success non-inferior to C.
|
|
23
|
+
*
|
|
24
|
+
* Unique failure injection: when a candidate supplies an expected
|
|
25
|
+
* `qualificationManifestDigest` (the digest of the qualification manifest
|
|
26
|
+
* sealed at calibration time) and the presented calibration digest differs,
|
|
27
|
+
* selection returns ENC_QUALIFICATION_DIGEST_MISMATCH and demotes A — the
|
|
28
|
+
* "corrupt qualification manifest after calibration but before selection" case.
|
|
29
|
+
*
|
|
30
|
+
* Emits `vector_cortex_encoder_qualification_passed` on success and
|
|
31
|
+
* `vector_cortex_encoder_qualification_demoted` on any demotion, via the
|
|
32
|
+
* flag-gated VC2C reporter. Pi-agnostic, zero network (PREVENT-PI-004), no
|
|
33
|
+
* `any` (PREVENT-011).
|
|
34
|
+
*/
|
|
35
|
+
import { createHash } from "node:crypto";
|
|
36
|
+
import { ENC_QUALIFICATION_FAIL, EVALUATION_THRESHOLDS, } from "./types.js";
|
|
37
|
+
import { createEncoderQualificationReporter, } from "./emit-vc2c.js";
|
|
38
|
+
/** Canonical digest over a CalibrationV1's stable identity (split digest, heads,
|
|
39
|
+
* temps, thresholds, seed) — the "qualification manifest digest". */
|
|
40
|
+
export function qualificationManifestDigest(calibration) {
|
|
41
|
+
const payload = JSON.stringify({
|
|
42
|
+
headOrder: [...calibration.headOrder].sort(),
|
|
43
|
+
splitDigest: calibration.calibrationSplitDigest,
|
|
44
|
+
temps: calibration.temperatures,
|
|
45
|
+
thresholds: calibration.thresholds,
|
|
46
|
+
seed: calibration.seed,
|
|
47
|
+
});
|
|
48
|
+
return createHash("sha256").update(payload).digest("hex");
|
|
49
|
+
}
|
|
50
|
+
/** True when one per-head metric row clears its normative EVALUATION threshold. */
|
|
51
|
+
function headPasses(head, m) {
|
|
52
|
+
switch (head) {
|
|
53
|
+
case "semantic":
|
|
54
|
+
return m.semantic.spearman >= EVALUATION_THRESHOLDS.semantic.spearman &&
|
|
55
|
+
m.semantic.recallAt10 >= EVALUATION_THRESHOLDS.semantic.recallAt10;
|
|
56
|
+
case "dependency":
|
|
57
|
+
return m.dependency.precision >= EVALUATION_THRESHOLDS.dependency.precision &&
|
|
58
|
+
m.dependency.recall >= EVALUATION_THRESHOLDS.dependency.recall;
|
|
59
|
+
case "contradiction":
|
|
60
|
+
return m.contradiction.precision >= EVALUATION_THRESHOLDS.contradiction.precision &&
|
|
61
|
+
m.contradiction.recall >= EVALUATION_THRESHOLDS.contradiction.recall &&
|
|
62
|
+
m.contradiction.ece <= EVALUATION_THRESHOLDS.contradiction.ece;
|
|
63
|
+
case "cacheStability":
|
|
64
|
+
return m.cacheStability.precision >= EVALUATION_THRESHOLDS.cacheStability.precision &&
|
|
65
|
+
m.cacheStability.recall >= EVALUATION_THRESHOLDS.cacheStability.recall;
|
|
66
|
+
case "payloadRouting":
|
|
67
|
+
return m.payloadRouting.macroF1 >= EVALUATION_THRESHOLDS.payloadRouting.macroF1 &&
|
|
68
|
+
m.payloadRouting.exactAnchorRecall >= EVALUATION_THRESHOLDS.payloadRouting.exactAnchorRecall;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
function reconstructionPasses(m) {
|
|
72
|
+
return (m.reconstruction.votesOk &&
|
|
73
|
+
m.reconstruction.dependencyClosureRecall >= EVALUATION_THRESHOLDS.reconstruction.dependencyClosureRecall &&
|
|
74
|
+
m.reconstruction.taskSuccessNonInferior);
|
|
75
|
+
}
|
|
76
|
+
function assetPasses(a, failed) {
|
|
77
|
+
let ok = true;
|
|
78
|
+
if (a.maxTokens > EVALUATION_THRESHOLDS.asset.maxTokens) {
|
|
79
|
+
failed.push("asset.maxTokens");
|
|
80
|
+
ok = false;
|
|
81
|
+
}
|
|
82
|
+
if (a.latencyP95Ms > EVALUATION_THRESHOLDS.asset.maxLatencyP95Ms) {
|
|
83
|
+
failed.push("asset.latencyP95Ms");
|
|
84
|
+
ok = false;
|
|
85
|
+
}
|
|
86
|
+
if (a.rssDeltaMib > EVALUATION_THRESHOLDS.asset.maxRssDeltaMib) {
|
|
87
|
+
failed.push("asset.rssDeltaMib");
|
|
88
|
+
ok = false;
|
|
89
|
+
}
|
|
90
|
+
return ok;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Atomic eligibility check across every MODEL_ASSET + per-head EVALUATION
|
|
94
|
+
* threshold (task 3). Any single failed field demotes ALL of A (returns
|
|
95
|
+
* `ok:false`); there is no partial qualification. On success returns a
|
|
96
|
+
* `QualifiedEncoderV1` pinning asset/calibration digests + held-out evidence.
|
|
97
|
+
*/
|
|
98
|
+
export function selectQualifiedEncoder(candidate, options = {}) {
|
|
99
|
+
const reporter = options.reporter ?? createEncoderQualificationReporter();
|
|
100
|
+
// Unique failure injection: corrupt qualification manifest between calibration
|
|
101
|
+
// and selection. The sealed manifest digest must match the presented
|
|
102
|
+
// calibration's digest; a mismatch demotes A to B/C with the dedicated code.
|
|
103
|
+
if (candidate.expectedQualificationManifestDigest !== undefined) {
|
|
104
|
+
const presented = qualificationManifestDigest(candidate.calibration);
|
|
105
|
+
if (presented !== candidate.expectedQualificationManifestDigest) {
|
|
106
|
+
reporter.qualificationDemoted({
|
|
107
|
+
reason: ENC_QUALIFICATION_FAIL.DIGEST_MISMATCH,
|
|
108
|
+
modelVersion: candidate.modelVersion,
|
|
109
|
+
mode: "B",
|
|
110
|
+
});
|
|
111
|
+
return {
|
|
112
|
+
ok: false,
|
|
113
|
+
mode: "B",
|
|
114
|
+
code: ENC_QUALIFICATION_FAIL.DIGEST_MISMATCH,
|
|
115
|
+
failedField: "qualificationManifestDigest",
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
// Atomic: collect EVERY failed field across asset + all heads + reconstruction.
|
|
120
|
+
const failed = [];
|
|
121
|
+
assetPasses(candidate.asset, failed);
|
|
122
|
+
const heads = ["semantic", "dependency", "contradiction", "cacheStability", "payloadRouting"];
|
|
123
|
+
for (const h of heads) {
|
|
124
|
+
if (!headPasses(h, candidate.heldOut))
|
|
125
|
+
failed.push(`head.${h}`);
|
|
126
|
+
}
|
|
127
|
+
if (!reconstructionPasses(candidate.heldOut))
|
|
128
|
+
failed.push("reconstruction");
|
|
129
|
+
if (failed.length > 0) {
|
|
130
|
+
// Any failed field demotes all of A — no partial A. Route the demotion code
|
|
131
|
+
// by the failed-field class: an asset-field failure (maxTokens/latency/RSS)
|
|
132
|
+
// reports ENC_QUALIFICATION_ASSET_FAILED; a per-head/reconstruction failure
|
|
133
|
+
// reports ENC_QUALIFICATION_THRESHOLD_FAILED. `failedField` always carries the
|
|
134
|
+
// specific field that tripped, so the code + field together fully identify it.
|
|
135
|
+
const assetFailed = failed.some((f) => f.startsWith("asset."));
|
|
136
|
+
const code = assetFailed
|
|
137
|
+
? ENC_QUALIFICATION_FAIL.ASSET_FAILED
|
|
138
|
+
: ENC_QUALIFICATION_FAIL.THRESHOLD_FAILED;
|
|
139
|
+
reporter.qualificationDemoted({
|
|
140
|
+
reason: code,
|
|
141
|
+
failed: failed.join("/"),
|
|
142
|
+
modelVersion: candidate.modelVersion,
|
|
143
|
+
mode: "B",
|
|
144
|
+
});
|
|
145
|
+
return {
|
|
146
|
+
ok: false,
|
|
147
|
+
mode: "B",
|
|
148
|
+
code,
|
|
149
|
+
failedField: failed[0] ?? null,
|
|
150
|
+
};
|
|
151
|
+
}
|
|
152
|
+
const qualified = {
|
|
153
|
+
schema: "qualified-encoder-v1",
|
|
154
|
+
modelVersion: candidate.modelVersion,
|
|
155
|
+
mode: "A",
|
|
156
|
+
// The REAL ModelManifestV1 asset-manifest digest (passed through the
|
|
157
|
+
// candidate), not a calibration-derived hash — matches the documented
|
|
158
|
+
// contract and the dashboard health card's encoderAssetDigest.
|
|
159
|
+
assetDigest: candidate.assetManifestDigest,
|
|
160
|
+
calibrationDigest: candidate.calibration.calibrationSplitDigest,
|
|
161
|
+
onnxDigest: candidate.onnxDigest,
|
|
162
|
+
heldOut: candidate.heldOut,
|
|
163
|
+
calibration: candidate.calibration,
|
|
164
|
+
};
|
|
165
|
+
reporter.qualificationPassed({
|
|
166
|
+
modelVersion: candidate.modelVersion,
|
|
167
|
+
mode: "A",
|
|
168
|
+
assetDigest: qualified.assetDigest.slice(0, 12),
|
|
169
|
+
calibrationDigest: qualified.calibrationDigest.slice(0, 12),
|
|
170
|
+
});
|
|
171
|
+
return { ok: true, mode: "A", qualified, code: null };
|
|
172
|
+
}
|