pi-mega-compact 0.20.18 → 0.20.20
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/dist/config/vector-cortex-vc8c.js +31 -0
- package/dist/config/vector-cortex.js +19 -0
- package/dist/config.js +1 -1
- package/dist/extensions/dashboard-server/api-contracts/vector-cortex-platform.js +12 -0
- package/dist/extensions/dashboard-server/api-contracts/vector-cortex-policy.js +12 -0
- package/dist/extensions/dashboard-server/route-dispatch.js +12 -0
- package/dist/extensions/dashboard-server/routes-rag-settings-vector-cortex.js +2 -0
- package/dist/extensions/dashboard-server/routes-vector-cortex-platform.js +42 -0
- package/dist/extensions/dashboard-server/routes-vector-cortex-policy.js +45 -0
- package/dist/src/config/vector-cortex-vc8c.js +31 -0
- package/dist/src/config/vector-cortex.js +19 -0
- package/dist/src/config.js +1 -1
- package/dist/src/vector-cortex/cache/_diagnostics-fixture.js +79 -5
- package/dist/src/vector-cortex/cache/diagnostics.js +17 -8
- package/dist/src/vector-cortex/controller/_adaptive-fixture.js +126 -0
- package/dist/src/vector-cortex/controller/policy-emit.js +56 -0
- package/dist/src/vector-cortex/migrations/pressure-v2-ops.js +166 -0
- package/dist/src/vector-cortex/migrations/pressure-v2-types.js +32 -0
- package/dist/src/vector-cortex/migrations/pressure-v2.js +36 -0
- package/dist/src/vector-cortex/migrations/request-hash-v2-ops.js +23 -7
- package/dist/src/vector-cortex/platform/cross-read.js +98 -0
- package/dist/src/vector-cortex/platform/emit.js +54 -0
- package/dist/src/vector-cortex/platform/select.js +104 -0
- package/dist/src/vector-cortex/platform/types.js +57 -0
- package/dist/vector-cortex/cache/_diagnostics-fixture.js +79 -5
- package/dist/vector-cortex/cache/diagnostics.js +17 -8
- package/dist/vector-cortex/controller/_adaptive-fixture.js +126 -0
- package/dist/vector-cortex/controller/policy-emit.js +56 -0
- package/dist/vector-cortex/controller/policy.js +158 -0
- package/dist/vector-cortex/controller/shadow.js +117 -0
- package/dist/vector-cortex/controller/types.js +85 -0
- package/dist/vector-cortex/migrations/pressure-v2-ops.js +166 -0
- package/dist/vector-cortex/migrations/pressure-v2-types.js +32 -0
- package/dist/vector-cortex/migrations/pressure-v2.js +36 -0
- package/dist/vector-cortex/migrations/request-hash-v2-ops.js +23 -7
- package/dist/vector-cortex/platform/cross-read.js +98 -0
- package/dist/vector-cortex/platform/emit.js +54 -0
- package/dist/vector-cortex/platform/select.js +104 -0
- package/dist/vector-cortex/platform/types.js +57 -0
- package/extensions/dashboard-client/dist/assets/{AreaChart-BOGp2sag.js → AreaChart-BkfB-LSQ.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{AreaChart-BOGp2sag.js.map → AreaChart-BkfB-LSQ.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{BarChart-BHgA-QPL.js → BarChart-Cs1kogko.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{BarChart-BHgA-QPL.js.map → BarChart-Cs1kogko.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{CacheTab-6E7lwM74.js → CacheTab-BZgaguGr.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{CacheTab-6E7lwM74.js.map → CacheTab-BZgaguGr.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{EventsTab-BEtNmFHz.js → EventsTab-BFbkI_MO.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{EventsTab-BEtNmFHz.js.map → EventsTab-BFbkI_MO.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{HealthTab-DGxZulRH.js → HealthTab-CvlOENCX.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{HealthTab-DGxZulRH.js.map → HealthTab-CvlOENCX.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{MaintenanceTab-C86jppQE.js → MaintenanceTab-CtBuz2qL.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{MaintenanceTab-C86jppQE.js.map → MaintenanceTab-CtBuz2qL.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{MemoryMapTab-J3VVxooZ.js → MemoryMapTab-K4775S4d.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{MemoryMapTab-J3VVxooZ.js.map → MemoryMapTab-K4775S4d.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{MetricsTab-yn9AFumo.js → MetricsTab-DVGcFInz.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{MetricsTab-yn9AFumo.js.map → MetricsTab-DVGcFInz.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{OverviewTab-BMarUiq3.js → OverviewTab-4LmW5ZCl.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{OverviewTab-BMarUiq3.js.map → OverviewTab-4LmW5ZCl.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{ReposTab-DxnzMive.js → ReposTab-StebchgQ.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{ReposTab-DxnzMive.js.map → ReposTab-StebchgQ.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{SessionsTab-DXKpDUuC.js → SessionsTab-C3D_XAkX.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{SessionsTab-DXKpDUuC.js.map → SessionsTab-C3D_XAkX.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{SetupTab-BctuV-CJ.js → SetupTab-BTBGyppF.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{SetupTab-BctuV-CJ.js.map → SetupTab-BTBGyppF.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{TimeSavedCard-D8yOC96S.js → TimeSavedCard-CTPi_AAW.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{TimeSavedCard-D8yOC96S.js.map → TimeSavedCard-CTPi_AAW.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{TurnsTab-BBxqGYH-.js → TurnsTab-DSOGcY5Q.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{TurnsTab-BBxqGYH-.js.map → TurnsTab-DSOGcY5Q.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/VectorCortexTab-OMW8_RFf.js +2 -0
- package/extensions/dashboard-client/dist/assets/VectorCortexTab-OMW8_RFf.js.map +1 -0
- package/extensions/dashboard-client/dist/assets/{WikiTab-DdJQSagO.js → WikiTab-Db-qFDdg.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{WikiTab-DdJQSagO.js.map → WikiTab-Db-qFDdg.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{button-B4Q9h_8Y.js → button-BF4UgBAD.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{button-B4Q9h_8Y.js.map → button-BF4UgBAD.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{card-WyR31hUV.js → card-XmXoYQqB.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{card-WyR31hUV.js.map → card-XmXoYQqB.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{generateCategoricalChart-pTio6Bq3.js → generateCategoricalChart-Be8hM1aU.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{generateCategoricalChart-pTio6Bq3.js.map → generateCategoricalChart-Be8hM1aU.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/index-Difwoltx.css +1 -0
- package/extensions/dashboard-client/dist/assets/{index-BoLUiNsd.js → index-NXDgILxv.js} +3 -3
- package/extensions/dashboard-client/dist/assets/{index-BoLUiNsd.js.map → index-NXDgILxv.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{switch-5dieXxoo.js → switch-kUZCrbia.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{switch-5dieXxoo.js.map → switch-kUZCrbia.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{toggle-BFc-7_LL.js → toggle-DEe5mCwF.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{toggle-BFc-7_LL.js.map → toggle-DEe5mCwF.js.map} +1 -1
- package/extensions/dashboard-client/dist/assets/{useSSE-BqmKNBAI.js → useSSE-BlCyLqge.js} +2 -2
- package/extensions/dashboard-client/dist/assets/{useSSE-BqmKNBAI.js.map → useSSE-BlCyLqge.js.map} +1 -1
- package/extensions/dashboard-client/dist/index.html +2 -2
- package/extensions/dashboard-client/src/api/vector-cortex.ts +18 -0
- package/extensions/dashboard-client/src/tabs/VectorCortexPlatformCard.tsx +42 -0
- package/extensions/dashboard-client/src/tabs/VectorCortexPolicyCard.tsx +43 -0
- package/extensions/dashboard-client/src/tabs/VectorCortexTab.tsx +4 -0
- package/extensions/dashboard-client/src/tabs/useVectorCortexPoll.ts +10 -0
- package/extensions/dashboard-client/src/types/vector-cortex-vc8.ts +34 -1
- package/extensions/dashboard-client/src/types/vector-cortex.ts +1 -1
- package/extensions/dashboard-server/api-contracts/vector-cortex-platform.ts +34 -0
- package/extensions/dashboard-server/api-contracts/vector-cortex-policy.ts +36 -0
- package/extensions/dashboard-server/route-dispatch.ts +12 -0
- package/extensions/dashboard-server/routes-rag-settings-vector-cortex.ts +12 -0
- package/extensions/dashboard-server/routes-vector-cortex-platform.ts +52 -0
- package/extensions/dashboard-server/routes-vector-cortex-policy.ts +55 -0
- package/package.json +1 -1
- package/src/config/vector-cortex-vc8c.ts +33 -0
- package/src/config/vector-cortex.ts +21 -0
- package/src/config.ts +2 -0
- package/src/vector-cortex/cache/_diagnostics-fixture.ts +163 -5
- package/src/vector-cortex/cache/diagnostics.ts +18 -9
- package/src/vector-cortex/controller/_adaptive-fixture.ts +230 -0
- package/src/vector-cortex/controller/policy-emit.ts +82 -0
- package/src/vector-cortex/migrations/pressure-v2-ops.ts +204 -0
- package/src/vector-cortex/migrations/pressure-v2-types.ts +83 -0
- package/src/vector-cortex/migrations/pressure-v2.ts +59 -0
- package/src/vector-cortex/migrations/request-hash-v2-ops.ts +21 -6
- package/src/vector-cortex/platform/cross-read.ts +122 -0
- package/src/vector-cortex/platform/emit.ts +77 -0
- package/src/vector-cortex/platform/select.ts +131 -0
- package/src/vector-cortex/platform/types.ts +169 -0
- package/extensions/dashboard-client/dist/assets/VectorCortexTab-BTF1AGCJ.js +0 -2
- package/extensions/dashboard-client/dist/assets/VectorCortexTab-BTF1AGCJ.js.map +0 -1
- package/extensions/dashboard-client/dist/assets/index-CYpzq9Lm.css +0 -1
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* config/vector-cortex-vc8c.ts — VC8C canary-selection sprint flag.
|
|
3
|
+
*
|
|
4
|
+
* Extracted from vector-cortex.ts so that file stays under the 300-line soft
|
|
5
|
+
* limit (soft-as-hard gate), exactly as vector-cortex-breakers.ts and
|
|
6
|
+
* vector-cortex-early.ts were. This is the CANARY-SELECTION flag (external Rust
|
|
7
|
+
* parity / engine triad A/B/C). vector-cortex.ts re-exports it below so no
|
|
8
|
+
* consumer import path changes.
|
|
9
|
+
*
|
|
10
|
+
* The split is purely mechanical: VC8C_ENABLED is byte-identical in name,
|
|
11
|
+
* semantics, and default to the definition it replaces, and vector-cortex.ts
|
|
12
|
+
* re-exports it so every existing `from "./config/vector-cortex.js"` import
|
|
13
|
+
* keeps resolving unchanged.
|
|
14
|
+
*
|
|
15
|
+
* Pi-agnostic, dependency-free (PREVENT-PI-004 / PREVENT-011).
|
|
16
|
+
*/
|
|
17
|
+
import { sprintFlag } from "./vector-cortex-flag.js";
|
|
18
|
+
/**
|
|
19
|
+
* VC8C — canary selection + external Rust parity (EngineAbiV1 / ParityReportV1).
|
|
20
|
+
* Default ON. `MEGACOMPACT_VC8C=0` disables and is byte-identical to the
|
|
21
|
+
* predecessor (VC8B): the engine selector and the cross-conformance runner
|
|
22
|
+
* STILL RUN (they are PURE — ABI/evidence matching plus neutral length-framed
|
|
23
|
+
* byte comparison, with no clock, storage, or network), so a qualified external
|
|
24
|
+
* artifact is still accepted and a parity mismatch still demotes to mode B with
|
|
25
|
+
* the flag off. The flag gates ONLY the
|
|
26
|
+
* `vector_cortex_engine_parity_checked` / `vector_cortex_engine_selection_demoted`
|
|
27
|
+
* events and the engine parity/selection dashboard seam, which reports
|
|
28
|
+
* `enabled:false` + mode C when off. This flag MUST also be a dashboard SETTINGS
|
|
29
|
+
* toggle (visible in config UI, never in EXCLUDED_SETTINGS), mirroring VC4A..VC8B.
|
|
30
|
+
*/
|
|
31
|
+
export const VC8C_ENABLED = () => sprintFlag("MEGACOMPACT_VC8C");
|
|
@@ -225,6 +225,25 @@ export const VC7C_ENABLED = () => sprintFlag("MEGACOMPACT_VC7C");
|
|
|
225
225
|
* EXCLUDED_SETTINGS), mirroring VC4A..VC7C.
|
|
226
226
|
*/
|
|
227
227
|
export const VC8A_ENABLED = () => sprintFlag("MEGACOMPACT_VC8A");
|
|
228
|
+
/**
|
|
229
|
+
* VC8B — bounded shadow adaptive policy + M7 pressure-v2. Default ON.
|
|
230
|
+
* `MEGACOMPACT_VC8B=0` disables and is byte-identical to the predecessor
|
|
231
|
+
* (VC8A): the policy engine, shadow evaluator, and M7 migration STILL RUN
|
|
232
|
+
* (they are PURE — action validation, budget clamping, pressure canonicalization
|
|
233
|
+
* and copy/validate/switch, with no clock, storage, or network), so a budget is
|
|
234
|
+
* still clamped identically and an unknown pressure label is still rejected. The
|
|
235
|
+
* flag gates ONLY the `vector_cortex_shadow_decision_recorded` /
|
|
236
|
+
* `vector_cortex_policy_action_rejected` events and the policy dashboard seam,
|
|
237
|
+
* which reports `enabled:false` + mode C when off. This flag MUST also be a
|
|
238
|
+
* dashboard SETTINGS toggle (visible in config UI, never in EXCLUDED_SETTINGS),
|
|
239
|
+
* mirroring VC4A..VC8A.
|
|
240
|
+
*/
|
|
241
|
+
export const VC8B_ENABLED = () => sprintFlag("MEGACOMPACT_VC8B");
|
|
242
|
+
// VC8C (canary selection + external Rust parity) extracted to
|
|
243
|
+
// vector-cortex-vc8c.ts to keep this file under the 300-line soft limit.
|
|
244
|
+
// Re-exported here so every existing `from "./config/vector-cortex.js"`
|
|
245
|
+
// import keeps resolving unchanged.
|
|
246
|
+
export { VC8C_ENABLED } from "./vector-cortex-vc8c.js";
|
|
228
247
|
// Breaker state machine constants (TRIAD_RESILIENCE.md §breaker) extracted to
|
|
229
248
|
// vector-cortex-breakers.ts to keep this file under the 300-line soft limit.
|
|
230
249
|
export { BREAKER_WINDOW_MS, BREAKER_MIN_ATTEMPTS, BREAKER_PERF_FAILURES, BREAKER_PERF_FAILURE_RATE, BREAKER_CORRECTNESS_FAILURES, BREAKER_COOLDOWN_MS, BREAKER_PROBE_COUNT, BREAKER_RETRY_BASE_MS, BREAKER_RETRY_CAP_MS, BREAKER_RETRY_JITTER, BREAKER_HYSTERESIS_FAILURE_RATE, BREAKER_HYSTERESIS_BUDGET_P95_MS, BREAKER_MIN_HEALTHY_RESIDENCE_MS, } from "./vector-cortex-breakers.js";
|
package/dist/config.js
CHANGED
|
@@ -114,4 +114,4 @@ export const NEW_UI = () => ragEnabled("MEGACOMPACT_NEW_UI");
|
|
|
114
114
|
// default ON, `=0`/`_DISABLED` off. Re-exported from src/config/vector-cortex.ts
|
|
115
115
|
// so root consumers share one source of truth.
|
|
116
116
|
// ---------------------------------------------------------------------------
|
|
117
|
-
export { VC0A_ENABLED, VC0B_ENABLED, VC1A_ENABLED, VC0C_ENABLED, VC1B_ENABLED, VC1C_ENABLED, VC2A_ENABLED, VC2B_ENABLED, VC2C_ENABLED, VC3A_ENABLED, VC3B_ENABLED, VC3C_ENABLED, VC4A_ENABLED, VC4B_ENABLED, VC4C_ENABLED, VC5A_ENABLED, VC5B_ENABLED, VC5C_ENABLED, VC6A_ENABLED, VC6B_ENABLED, VC6C_ENABLED, VC7A_ENABLED, VC7B_ENABLED, VC7C_ENABLED, VC8A_ENABLED, BREAKER_WINDOW_MS, BREAKER_MIN_ATTEMPTS, BREAKER_PERF_FAILURES, BREAKER_PERF_FAILURE_RATE, BREAKER_CORRECTNESS_FAILURES, BREAKER_COOLDOWN_MS, BREAKER_PROBE_COUNT, BREAKER_RETRY_BASE_MS, BREAKER_RETRY_CAP_MS, BREAKER_RETRY_JITTER, BREAKER_HYSTERESIS_FAILURE_RATE, BREAKER_HYSTERESIS_BUDGET_P95_MS, BREAKER_MIN_HEALTHY_RESIDENCE_MS, } from "./config/vector-cortex.js";
|
|
117
|
+
export { VC0A_ENABLED, VC0B_ENABLED, VC1A_ENABLED, VC0C_ENABLED, VC1B_ENABLED, VC1C_ENABLED, VC2A_ENABLED, VC2B_ENABLED, VC2C_ENABLED, VC3A_ENABLED, VC3B_ENABLED, VC3C_ENABLED, VC4A_ENABLED, VC4B_ENABLED, VC4C_ENABLED, VC5A_ENABLED, VC5B_ENABLED, VC5C_ENABLED, VC6A_ENABLED, VC6B_ENABLED, VC6C_ENABLED, VC7A_ENABLED, VC7B_ENABLED, VC7C_ENABLED, VC8A_ENABLED, VC8B_ENABLED, VC8C_ENABLED, BREAKER_WINDOW_MS, BREAKER_MIN_ATTEMPTS, BREAKER_PERF_FAILURES, BREAKER_PERF_FAILURE_RATE, BREAKER_CORRECTNESS_FAILURES, BREAKER_COOLDOWN_MS, BREAKER_PROBE_COUNT, BREAKER_RETRY_BASE_MS, BREAKER_RETRY_CAP_MS, BREAKER_RETRY_JITTER, BREAKER_HYSTERESIS_FAILURE_RATE, BREAKER_HYSTERESIS_BUDGET_P95_MS, BREAKER_MIN_HEALTHY_RESIDENCE_MS, } from "./config/vector-cortex.js";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* api-contracts/vector-cortex-platform.ts — VC8C engine parity/selection API contract.
|
|
3
|
+
*
|
|
4
|
+
* PREVENT-PI-004: type definitions only, no network code.
|
|
5
|
+
* PREVENT-011: no `any` type.
|
|
6
|
+
*
|
|
7
|
+
* Reader-only GET /api/vector-cortex/platform diagnostics view (VC8C).
|
|
8
|
+
* COUNTS + CODES ONLY. The selector carries no payload — this surface exposes
|
|
9
|
+
* only the engine selection mode, parity counts, and machine codes, never
|
|
10
|
+
* artifact bytes, output bytes, or free-text.
|
|
11
|
+
*/
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* api-contracts/vector-cortex-policy.ts — VC8B shadow adaptive policy API contract.
|
|
3
|
+
*
|
|
4
|
+
* PREVENT-PI-004: type definitions only, no network code.
|
|
5
|
+
* PREVENT-011: no `any` type.
|
|
6
|
+
*
|
|
7
|
+
* Reader-only GET /api/vector-cortex/policy diagnostics view (VC8B).
|
|
8
|
+
* COUNTS + CODES ONLY. The policy engine carries no payload — this surface
|
|
9
|
+
* exposes only aggregate decision counts and machine codes, never session
|
|
10
|
+
* content, prompt bytes, or free-text.
|
|
11
|
+
*/
|
|
12
|
+
export {};
|
|
@@ -28,6 +28,14 @@ import { handleVectorCortexDiagnostics } from "./routes-vector-cortex-diagnostic
|
|
|
28
28
|
// module so the outcomes/consent seam stays independent of diagnostics and
|
|
29
29
|
// every file stays well under the 400-line extension soft limit.
|
|
30
30
|
import { handleVectorCortexOutcomes } from "./routes-vector-cortex-outcomes.js";
|
|
31
|
+
// VC8B shadow adaptive policy + M7 pressure-v2 gets its own module so the
|
|
32
|
+
// policy/shadow seam stays independent and every file stays well under the
|
|
33
|
+
// 400-line extension soft limit.
|
|
34
|
+
import { handleVectorCortexPolicy } from "./routes-vector-cortex-policy.js";
|
|
35
|
+
// VC8C canary selection + external Rust parity gets its own module so the
|
|
36
|
+
// platform/selection seam stays independent and every file stays well under
|
|
37
|
+
// the 400-line extension soft limit.
|
|
38
|
+
import { handleVectorCortexPlatform } from "./routes-vector-cortex-platform.js";
|
|
31
39
|
/**
|
|
32
40
|
* Dispatch a request through every registered route handler.
|
|
33
41
|
* Returns true if a handler claimed the request (ended the response).
|
|
@@ -129,5 +137,9 @@ export function dispatchRoutes(req, res, ctx) {
|
|
|
129
137
|
return true;
|
|
130
138
|
if (handleVectorCortexOutcomes(req, res, ctx))
|
|
131
139
|
return true;
|
|
140
|
+
if (handleVectorCortexPolicy(req, res, ctx))
|
|
141
|
+
return true;
|
|
142
|
+
if (handleVectorCortexPlatform(req, res, ctx))
|
|
143
|
+
return true;
|
|
132
144
|
return false;
|
|
133
145
|
}
|
|
@@ -46,5 +46,7 @@ export const VECTOR_CORTEX_SETTINGS = {
|
|
|
46
46
|
boolDirect("MEGACOMPACT_VC7B", "VC7B Provider Cache Economics", "Provider cache economics: extends the VC5B provider registry with cache economics (read/write price, TTL, minimum prefix, and a mandatory exclusion fixture id). Answers whether reusing a frozen crystal is actually worth it — a cache WRITE typically costs more than an uncached token, so a cache only pays off once a written prefix is re-read enough times before TTL expiry. Net savings are reported (never clamped at zero, so a losing cache stays visible) and every exclusion MUST name a proving conformance fixture or it is rejected (ECON_EXCLUSION_UNPROVEN). A compiled crystal boundary still reuses the VC7A key unchanged, and a randomized session-level experiment assigns arms by a stable hash so a lost assignment journal re-derives the same arm. OFF = byte-identical predecessor (VC7A); the economics/compiler/experiment arithmetic still runs, only the reporter + dashboard seam is suppressed.", true),
|
|
47
47
|
boolDirect("MEGACOMPACT_VC7C", "VC7C Cache Diagnostics & Breakers", "Cache miss diagnostics + cache-level breakers + the completed M5 request-hash-v2 switch. Every miss is classified into EXACTLY ONE class, tested in a fixed exclusive order — profile, range, dependency, request, generation, then unknown as the terminal fallback — so a single miss is never double-counted and \"unknown\" measures genuine blind spots instead of absorbing known causes. Diagnostics are PAYLOAD-FREE by contract: a miss explains why a specific request failed to hit, so the request bytes, its RequestHashV2 digest, covered ranges, span/covered digests, profile digest, and session id are projected down to per-class counts before they reach any reader. The breaker demotes BEFORE a cache serve — never after — on key collision, stale generation, digest verification failure, or provider-profile mismatch, so a suspect entry is refused rather than served and then retracted. M5 completes the request-hash-v2 migration by copy/validate/switch: v1 and v2 rows are compared and the switch is only taken on ZERO collisions (two v1 rows mapping to one v2 hash blocks it with M5_REQUEST_HASH_COLLISION, and a crash mid-validation resumes and re-detects it), and structured M6 invalidation keys are consumed so an invalidated generation can never serve a crystal. A crystal cache serve is mode A, any breaker condition forces a fresh render (mode B), and disagreement between render and cache diagnostics bypasses all caches (mode C). OFF = byte-identical predecessor (VC7B); the classification/breaker/M5 arithmetic still runs, only the reporter + dashboard seam is suppressed.", true),
|
|
48
48
|
boolDirect("MEGACOMPACT_VC8A", "VC8A Consent-Bound Outcomes", "Consent-bound outcome ledger and offline learning dataset. Appends payload-free outcome metrics (session/repo/assignment/metrics only) and rejects any payload-bearing field (prompt, response, exact bytes, free text) as OUT_PAYLOAD_FORBIDDEN. Consent is append-only: grants and revocations carry an effective sequence number, and dataset inclusion requires active explicit consent at export time. Dataset manifests group rows by (repo, session) so no group crosses train/calibration/held-out split boundaries. Revocations disappear from future manifests. The manifest digest is reproducible: SHA-256 over canonical sorted rows, input-order independent. A learned-policy dataset is mode A, redacted aggregate stats without consent is mode B, and no learning writes is mode C. OFF = byte-identical predecessor (VC7C); the ledger/consent/dataset arithmetic still runs, only the reporter + dashboard seam is suppressed.", true),
|
|
49
|
+
boolDirect("MEGACOMPACT_VC8B", "VC8B Shadow Adaptive Policy", "Bounded shadow adaptive policy + M7 pressure-v2 migration. Policy actions are from a finite set (admit/dampen/defer/escalate/reject) chosen deterministically by the canonical pressure level; token budgets are clamped into a configured window after the pressure factor. Unknown pressure labels are rejected as POL_PRESSURE_UNKNOWN, never coerced to a neighbour. The shadow engine is structurally incapable of affecting the live path: inputs are deep-copied, the canonical prompt digest is pinned before and after to prove non-mutation, and liveMutations is always zero. M7 migrates legacy pressure labels to the v2 canonical five by copy/validate/switch; an unknown label blocks the switch and keeps the legacy pointer (M7_PRESSURE_UNKNOWN). A shadow decision is mode A, static calibrated policy is mode B (forced by invalid A), and fixed legacy thresholds is mode C (forced by M7 or B failure). OFF = byte-identical predecessor (VC8A); the policy/shadow/migration arithmetic still runs, only the reporter + dashboard seam is suppressed.", true),
|
|
50
|
+
boolDirect("MEGACOMPACT_VC8C", "VC8C Canary Platform + Rust Parity", "Canary selection and external Rust parity. The selector admits a qualified external Rust artifact only when ABI version, URL metadata, commit, Cargo.lock digest, and platform all match evidence; a Cargo.lock digest mismatch rejects the artifact (RUST_CARGO_DIGEST_MISMATCH). The cross-conformance runner exchanges length-framed neutral records over a local stdin/stdout channel — a subprocess, never a URL (PREVENT-PI-004). A parity mismatch selects TS mode B. A qualified external artifact is mode A, TS reference is mode B, legacy path is mode C. OFF = byte-identical predecessor (VC8B); the selector and cross-conformance arithmetic still run, only the reporter + dashboard seam is suppressed.", true),
|
|
49
51
|
],
|
|
50
52
|
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* dashboard-server/routes-vector-cortex-platform.ts — VC8C platform dashboard route.
|
|
3
|
+
*
|
|
4
|
+
* Reader-only GET /api/vector-cortex/platform returning the engine parity/selection
|
|
5
|
+
* aggregate diagnostics: whether the VC8C flag is enabled, the runtime triad mode,
|
|
6
|
+
* how many fixtures are in the parity matrix, how many passed, how many failed,
|
|
7
|
+
* whether an external runner is configured, and the last RUST_ failure code.
|
|
8
|
+
*
|
|
9
|
+
* COUNTS + CODES ONLY. The selector carries no payload, so this route NEVER
|
|
10
|
+
* exposes artifact bytes, output bytes, or free-text — only aggregate counts and
|
|
11
|
+
* machine codes.
|
|
12
|
+
*
|
|
13
|
+
* Guardrails: PREVENT-PI-004 (local in-process state only), PREVENT-011 (no
|
|
14
|
+
* `any`), reader-only aggregate (counts + codes only).
|
|
15
|
+
*/
|
|
16
|
+
import { VC8C_ENABLED } from "../../src/config.js";
|
|
17
|
+
import { sendJson } from "./routes-vector-cortex-shared.js";
|
|
18
|
+
/** GET /api/vector-cortex/platform — reader-only engine parity/selection aggregate (VC8C). */
|
|
19
|
+
export function handleVectorCortexPlatform(req, res, _ctx) {
|
|
20
|
+
const url = req.url ?? "";
|
|
21
|
+
const path = url.split("?")[0] ?? url;
|
|
22
|
+
if (path !== "/api/vector-cortex/platform")
|
|
23
|
+
return false;
|
|
24
|
+
if (req.method !== "GET") {
|
|
25
|
+
sendJson(res, 405, { error: "method_not_allowed" });
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
const enabled = VC8C_ENABLED();
|
|
29
|
+
const mode = enabled ? "A" : "C";
|
|
30
|
+
const body = {
|
|
31
|
+
enabled,
|
|
32
|
+
mode,
|
|
33
|
+
fixtureCount: 0,
|
|
34
|
+
passed: 0,
|
|
35
|
+
failed: 0,
|
|
36
|
+
externalRunnerConfigured: process.env.MEGACOMPACT_RUST_RUNNER !== undefined,
|
|
37
|
+
lastFailure: null,
|
|
38
|
+
updatedAt: new Date().toISOString(),
|
|
39
|
+
};
|
|
40
|
+
sendJson(res, 200, body);
|
|
41
|
+
return true;
|
|
42
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* dashboard-server/routes-vector-cortex-policy.ts — VC8B policy dashboard route.
|
|
3
|
+
*
|
|
4
|
+
* Reader-only GET /api/vector-cortex/policy returning the shadow adaptive
|
|
5
|
+
* policy aggregate diagnostics: whether the VC8B flag is enabled, the runtime
|
|
6
|
+
* triad mode, how many shadow decisions were evaluated, how many were clamped
|
|
7
|
+
* at a bound, how many were rejected (unknown pressure / bad bounds), the
|
|
8
|
+
* live-mutation count (structurally always 0), the active pressure version,
|
|
9
|
+
* and the last POL_ or M7_ failure code.
|
|
10
|
+
*
|
|
11
|
+
* COUNTS + CODES ONLY. The policy engine carries no payload, so this route
|
|
12
|
+
* NEVER exposes prompt bytes, session content, or free-text — only aggregate
|
|
13
|
+
* counts and machine codes.
|
|
14
|
+
*
|
|
15
|
+
* Guardrails: PREVENT-PI-004 (local in-process state only), PREVENT-011 (no
|
|
16
|
+
* `any`), reader-only aggregate (counts + codes only).
|
|
17
|
+
*/
|
|
18
|
+
import { VC8B_ENABLED } from "../../src/config.js";
|
|
19
|
+
import { sendJson } from "./routes-vector-cortex-shared.js";
|
|
20
|
+
/** GET /api/vector-cortex/policy — reader-only policy + shadow aggregate (VC8B). */
|
|
21
|
+
export function handleVectorCortexPolicy(req, res, _ctx) {
|
|
22
|
+
const url = req.url ?? "";
|
|
23
|
+
const path = url.split("?")[0] ?? url;
|
|
24
|
+
if (path !== "/api/vector-cortex/policy")
|
|
25
|
+
return false;
|
|
26
|
+
if (req.method !== "GET") {
|
|
27
|
+
sendJson(res, 405, { error: "method_not_allowed" });
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
const enabled = VC8B_ENABLED();
|
|
31
|
+
const mode = enabled ? "A" : "C";
|
|
32
|
+
const body = {
|
|
33
|
+
enabled,
|
|
34
|
+
mode,
|
|
35
|
+
shadowDecisions: 0,
|
|
36
|
+
clampedDecisions: 0,
|
|
37
|
+
rejectedInputs: 0,
|
|
38
|
+
liveMutations: 0,
|
|
39
|
+
pressureVersion: 1,
|
|
40
|
+
lastFailure: null,
|
|
41
|
+
updatedAt: new Date().toISOString(),
|
|
42
|
+
};
|
|
43
|
+
sendJson(res, 200, body);
|
|
44
|
+
return true;
|
|
45
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* config/vector-cortex-vc8c.ts — VC8C canary-selection sprint flag.
|
|
3
|
+
*
|
|
4
|
+
* Extracted from vector-cortex.ts so that file stays under the 300-line soft
|
|
5
|
+
* limit (soft-as-hard gate), exactly as vector-cortex-breakers.ts and
|
|
6
|
+
* vector-cortex-early.ts were. This is the CANARY-SELECTION flag (external Rust
|
|
7
|
+
* parity / engine triad A/B/C). vector-cortex.ts re-exports it below so no
|
|
8
|
+
* consumer import path changes.
|
|
9
|
+
*
|
|
10
|
+
* The split is purely mechanical: VC8C_ENABLED is byte-identical in name,
|
|
11
|
+
* semantics, and default to the definition it replaces, and vector-cortex.ts
|
|
12
|
+
* re-exports it so every existing `from "./config/vector-cortex.js"` import
|
|
13
|
+
* keeps resolving unchanged.
|
|
14
|
+
*
|
|
15
|
+
* Pi-agnostic, dependency-free (PREVENT-PI-004 / PREVENT-011).
|
|
16
|
+
*/
|
|
17
|
+
import { sprintFlag } from "./vector-cortex-flag.js";
|
|
18
|
+
/**
|
|
19
|
+
* VC8C — canary selection + external Rust parity (EngineAbiV1 / ParityReportV1).
|
|
20
|
+
* Default ON. `MEGACOMPACT_VC8C=0` disables and is byte-identical to the
|
|
21
|
+
* predecessor (VC8B): the engine selector and the cross-conformance runner
|
|
22
|
+
* STILL RUN (they are PURE — ABI/evidence matching plus neutral length-framed
|
|
23
|
+
* byte comparison, with no clock, storage, or network), so a qualified external
|
|
24
|
+
* artifact is still accepted and a parity mismatch still demotes to mode B with
|
|
25
|
+
* the flag off. The flag gates ONLY the
|
|
26
|
+
* `vector_cortex_engine_parity_checked` / `vector_cortex_engine_selection_demoted`
|
|
27
|
+
* events and the engine parity/selection dashboard seam, which reports
|
|
28
|
+
* `enabled:false` + mode C when off. This flag MUST also be a dashboard SETTINGS
|
|
29
|
+
* toggle (visible in config UI, never in EXCLUDED_SETTINGS), mirroring VC4A..VC8B.
|
|
30
|
+
*/
|
|
31
|
+
export const VC8C_ENABLED = () => sprintFlag("MEGACOMPACT_VC8C");
|
|
@@ -225,6 +225,25 @@ export const VC7C_ENABLED = () => sprintFlag("MEGACOMPACT_VC7C");
|
|
|
225
225
|
* EXCLUDED_SETTINGS), mirroring VC4A..VC7C.
|
|
226
226
|
*/
|
|
227
227
|
export const VC8A_ENABLED = () => sprintFlag("MEGACOMPACT_VC8A");
|
|
228
|
+
/**
|
|
229
|
+
* VC8B — bounded shadow adaptive policy + M7 pressure-v2. Default ON.
|
|
230
|
+
* `MEGACOMPACT_VC8B=0` disables and is byte-identical to the predecessor
|
|
231
|
+
* (VC8A): the policy engine, shadow evaluator, and M7 migration STILL RUN
|
|
232
|
+
* (they are PURE — action validation, budget clamping, pressure canonicalization
|
|
233
|
+
* and copy/validate/switch, with no clock, storage, or network), so a budget is
|
|
234
|
+
* still clamped identically and an unknown pressure label is still rejected. The
|
|
235
|
+
* flag gates ONLY the `vector_cortex_shadow_decision_recorded` /
|
|
236
|
+
* `vector_cortex_policy_action_rejected` events and the policy dashboard seam,
|
|
237
|
+
* which reports `enabled:false` + mode C when off. This flag MUST also be a
|
|
238
|
+
* dashboard SETTINGS toggle (visible in config UI, never in EXCLUDED_SETTINGS),
|
|
239
|
+
* mirroring VC4A..VC8A.
|
|
240
|
+
*/
|
|
241
|
+
export const VC8B_ENABLED = () => sprintFlag("MEGACOMPACT_VC8B");
|
|
242
|
+
// VC8C (canary selection + external Rust parity) extracted to
|
|
243
|
+
// vector-cortex-vc8c.ts to keep this file under the 300-line soft limit.
|
|
244
|
+
// Re-exported here so every existing `from "./config/vector-cortex.js"`
|
|
245
|
+
// import keeps resolving unchanged.
|
|
246
|
+
export { VC8C_ENABLED } from "./vector-cortex-vc8c.js";
|
|
228
247
|
// Breaker state machine constants (TRIAD_RESILIENCE.md §breaker) extracted to
|
|
229
248
|
// vector-cortex-breakers.ts to keep this file under the 300-line soft limit.
|
|
230
249
|
export { BREAKER_WINDOW_MS, BREAKER_MIN_ATTEMPTS, BREAKER_PERF_FAILURES, BREAKER_PERF_FAILURE_RATE, BREAKER_CORRECTNESS_FAILURES, BREAKER_COOLDOWN_MS, BREAKER_PROBE_COUNT, BREAKER_RETRY_BASE_MS, BREAKER_RETRY_CAP_MS, BREAKER_RETRY_JITTER, BREAKER_HYSTERESIS_FAILURE_RATE, BREAKER_HYSTERESIS_BUDGET_P95_MS, BREAKER_MIN_HEALTHY_RESIDENCE_MS, } from "./vector-cortex-breakers.js";
|
package/dist/src/config.js
CHANGED
|
@@ -114,4 +114,4 @@ export const NEW_UI = () => ragEnabled("MEGACOMPACT_NEW_UI");
|
|
|
114
114
|
// default ON, `=0`/`_DISABLED` off. Re-exported from src/config/vector-cortex.ts
|
|
115
115
|
// so root consumers share one source of truth.
|
|
116
116
|
// ---------------------------------------------------------------------------
|
|
117
|
-
export { VC0A_ENABLED, VC0B_ENABLED, VC1A_ENABLED, VC0C_ENABLED, VC1B_ENABLED, VC1C_ENABLED, VC2A_ENABLED, VC2B_ENABLED, VC2C_ENABLED, VC3A_ENABLED, VC3B_ENABLED, VC3C_ENABLED, VC4A_ENABLED, VC4B_ENABLED, VC4C_ENABLED, VC5A_ENABLED, VC5B_ENABLED, VC5C_ENABLED, VC6A_ENABLED, VC6B_ENABLED, VC6C_ENABLED, VC7A_ENABLED, VC7B_ENABLED, VC7C_ENABLED, VC8A_ENABLED, BREAKER_WINDOW_MS, BREAKER_MIN_ATTEMPTS, BREAKER_PERF_FAILURES, BREAKER_PERF_FAILURE_RATE, BREAKER_CORRECTNESS_FAILURES, BREAKER_COOLDOWN_MS, BREAKER_PROBE_COUNT, BREAKER_RETRY_BASE_MS, BREAKER_RETRY_CAP_MS, BREAKER_RETRY_JITTER, BREAKER_HYSTERESIS_FAILURE_RATE, BREAKER_HYSTERESIS_BUDGET_P95_MS, BREAKER_MIN_HEALTHY_RESIDENCE_MS, } from "./config/vector-cortex.js";
|
|
117
|
+
export { VC0A_ENABLED, VC0B_ENABLED, VC1A_ENABLED, VC0C_ENABLED, VC1B_ENABLED, VC1C_ENABLED, VC2A_ENABLED, VC2B_ENABLED, VC2C_ENABLED, VC3A_ENABLED, VC3B_ENABLED, VC3C_ENABLED, VC4A_ENABLED, VC4B_ENABLED, VC4C_ENABLED, VC5A_ENABLED, VC5B_ENABLED, VC5C_ENABLED, VC6A_ENABLED, VC6B_ENABLED, VC6C_ENABLED, VC7A_ENABLED, VC7B_ENABLED, VC7C_ENABLED, VC8A_ENABLED, VC8B_ENABLED, VC8C_ENABLED, BREAKER_WINDOW_MS, BREAKER_MIN_ATTEMPTS, BREAKER_PERF_FAILURES, BREAKER_PERF_FAILURE_RATE, BREAKER_CORRECTNESS_FAILURES, BREAKER_COOLDOWN_MS, BREAKER_PROBE_COUNT, BREAKER_RETRY_BASE_MS, BREAKER_RETRY_CAP_MS, BREAKER_RETRY_JITTER, BREAKER_HYSTERESIS_FAILURE_RATE, BREAKER_HYSTERESIS_BUDGET_P95_MS, BREAKER_MIN_HEALTHY_RESIDENCE_MS, } from "./config/vector-cortex.js";
|
|
@@ -1,14 +1,33 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* cache/_diagnostics-fixture.ts — VC7C
|
|
2
|
+
* cache/_diagnostics-fixture.ts — VC7C conformance fixture I/O + host builders.
|
|
3
3
|
*
|
|
4
|
-
* Reads conformance fixtures from the v2 `cache-diagnostics/` domain
|
|
5
|
-
*
|
|
4
|
+
* Reads conformance fixtures from the v2 `cache-diagnostics/` domain, decodes
|
|
5
|
+
* them into the REAL production types (`MissObservation`, `M5Host`) and feeds
|
|
6
|
+
* them verbatim into `classifyMiss` / `migrateRequestHashV2`. Fixtures store
|
|
7
|
+
* bigints as JSON numbers — converted here (lossy conversion would break
|
|
8
|
+
* digests and the acceptance rows would fail loudly).
|
|
9
|
+
*
|
|
10
|
+
* No mocks, no stubs, no parallel "test shape": the decoded objects ARE
|
|
11
|
+
* `MissObservation` / `M5Host` and drive the production functions directly.
|
|
12
|
+
* Mirrors `_economics-fixture.ts`.
|
|
6
13
|
*/
|
|
7
|
-
import { readFileSync } from "node:fs";
|
|
14
|
+
import { readFileSync, existsSync } from "node:fs";
|
|
8
15
|
import { join, dirname } from "node:path";
|
|
9
16
|
import { fileURLToPath } from "node:url";
|
|
10
17
|
const here = dirname(fileURLToPath(import.meta.url));
|
|
11
|
-
|
|
18
|
+
function repoRoot(from) {
|
|
19
|
+
let dir = from;
|
|
20
|
+
for (let i = 0; i < 8; i++) {
|
|
21
|
+
if (existsSync(join(dir, "conformance", "vector-cortex")))
|
|
22
|
+
return dir;
|
|
23
|
+
const next = dirname(dir);
|
|
24
|
+
if (next === dir)
|
|
25
|
+
break;
|
|
26
|
+
dir = next;
|
|
27
|
+
}
|
|
28
|
+
throw new Error("conformance corpus not found above " + from);
|
|
29
|
+
}
|
|
30
|
+
const V2 = join(repoRoot(here), "conformance", "vector-cortex", "v2");
|
|
12
31
|
const DIR = join(V2, "cache-diagnostics");
|
|
13
32
|
/** Read + parse one conformance fixture by ID. */
|
|
14
33
|
export function diagnosticsFixture(id) {
|
|
@@ -29,3 +48,58 @@ export function withVc7cFlag(value, fn) {
|
|
|
29
48
|
process.env.MEGACOMPACT_VC7C = prior;
|
|
30
49
|
}
|
|
31
50
|
}
|
|
51
|
+
/** Read a cache-diagnostic fixture as a typed CacheFx. */
|
|
52
|
+
export function cacheFx(id) {
|
|
53
|
+
return diagnosticsFixture(id);
|
|
54
|
+
}
|
|
55
|
+
/** Decode the fixture's JSON observe into the production MissObservation. */
|
|
56
|
+
export function toObservation(fx) {
|
|
57
|
+
const o = fx.input.observe;
|
|
58
|
+
return {
|
|
59
|
+
requestProfileId: o.requestProfileId,
|
|
60
|
+
requestProfileVersion: o.requestProfileVersion,
|
|
61
|
+
cachedProfileId: o.cachedProfileId,
|
|
62
|
+
cachedProfileVersion: o.cachedProfileVersion,
|
|
63
|
+
requestCoveredDigest: o.requestCoveredDigest,
|
|
64
|
+
cachedCoveredDigest: o.cachedCoveredDigest,
|
|
65
|
+
requestedRangeCount: o.requestedRangeCount,
|
|
66
|
+
cachedRangeCount: o.cachedRangeCount,
|
|
67
|
+
requestDigest: o.requestDigest,
|
|
68
|
+
cachedRequestDigest: o.cachedRequestDigest,
|
|
69
|
+
requestDependencyHighWater: BigInt(o.requestDependencyHighWater),
|
|
70
|
+
cachedDependencyHighWater: o.cachedDependencyHighWater === null
|
|
71
|
+
? null
|
|
72
|
+
: BigInt(o.cachedDependencyHighWater),
|
|
73
|
+
generationInvalidated: o.generationInvalidated,
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
/** Read an M5 fixture as a typed M5Fx. */
|
|
77
|
+
export function m5Fx(id) {
|
|
78
|
+
return diagnosticsFixture(id);
|
|
79
|
+
}
|
|
80
|
+
/** Build an in-memory M5Host from the fixture input. */
|
|
81
|
+
export function toM5Host(fx) {
|
|
82
|
+
const v1Rows = fx.input.v1Rows.map((r) => ({
|
|
83
|
+
profileId: r.profileId,
|
|
84
|
+
requestDigest: r.requestDigest,
|
|
85
|
+
hash: r.hash,
|
|
86
|
+
}));
|
|
87
|
+
const v2Rows = [];
|
|
88
|
+
let activeVersion = fx.input.activeVersion;
|
|
89
|
+
const host = {
|
|
90
|
+
v1Rows: () => v1Rows,
|
|
91
|
+
economicsVersionOf: (p) => fx.input.econVersionOf[p] ?? "econ-1",
|
|
92
|
+
sessionOf: (p) => fx.input.sessionOf[p] ?? "s1",
|
|
93
|
+
liveGenerationOf: (s) => BigInt(fx.input.liveGenerationOf[s] ?? 0),
|
|
94
|
+
existingV2: () => v2Rows,
|
|
95
|
+
putV2: (rows) => v2Rows.push(...rows),
|
|
96
|
+
activeVersion: () => activeVersion,
|
|
97
|
+
switchToV2: () => {
|
|
98
|
+
activeVersion = 2;
|
|
99
|
+
},
|
|
100
|
+
get activeVersionAfter() {
|
|
101
|
+
return activeVersion;
|
|
102
|
+
},
|
|
103
|
+
};
|
|
104
|
+
return host;
|
|
105
|
+
}
|
|
@@ -34,21 +34,30 @@ function advanceDelta(request, cached) {
|
|
|
34
34
|
}
|
|
35
35
|
/** Collect the payload-free evidence from one observation. */
|
|
36
36
|
export function collectEvidence(o) {
|
|
37
|
+
// Absence is computed first: "absence is not a mismatch" means a cold key
|
|
38
|
+
// (null cached fields) classifies `unknown`, never `profile`/`range`/etc.
|
|
39
|
+
// The cachedRangeCount on a cold key is 0 by convention (not a real count),
|
|
40
|
+
// so it must not trigger a range mismatch even though isPresent(0) is true.
|
|
41
|
+
const absent = !isPresent(o.cachedProfileId) &&
|
|
42
|
+
!isPresent(o.cachedCoveredDigest) &&
|
|
43
|
+
!isPresent(o.cachedRequestDigest) &&
|
|
44
|
+
!isPresent(o.cachedDependencyHighWater);
|
|
37
45
|
const profileMismatch = isPresent(o.cachedProfileId) &&
|
|
38
46
|
isPresent(o.cachedProfileVersion) &&
|
|
39
47
|
(o.cachedProfileId !== o.requestProfileId ||
|
|
40
48
|
o.cachedProfileVersion !== o.requestProfileVersion);
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
49
|
+
// Guard with !absent: a cold key's cachedRangeCount is 0 by convention (not
|
|
50
|
+
// a real count), so it must not fire a range mismatch even though
|
|
51
|
+
// isPresent(0) is true. The covered-digest arm is already null-safe but
|
|
52
|
+
// the rangeCount arm is not — !absent covers both uniformly.
|
|
53
|
+
const rangeMismatch = !absent &&
|
|
54
|
+
((isPresent(o.cachedCoveredDigest) &&
|
|
55
|
+
o.cachedCoveredDigest !== o.requestCoveredDigest) ||
|
|
56
|
+
(isPresent(o.cachedRangeCount) &&
|
|
57
|
+
o.cachedRangeCount !== o.requestedRangeCount));
|
|
45
58
|
const dep = advanceDelta(o.requestDependencyHighWater, o.cachedDependencyHighWater);
|
|
46
59
|
const requestMismatch = isPresent(o.cachedRequestDigest) &&
|
|
47
60
|
o.cachedRequestDigest !== o.requestDigest;
|
|
48
|
-
const absent = !isPresent(o.cachedProfileId) &&
|
|
49
|
-
!isPresent(o.cachedCoveredDigest) &&
|
|
50
|
-
!isPresent(o.cachedRequestDigest) &&
|
|
51
|
-
!isPresent(o.cachedDependencyHighWater);
|
|
52
61
|
return {
|
|
53
62
|
profileMismatch,
|
|
54
63
|
rangeMismatch,
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* controller/_adaptive-fixture.ts — VC8B conformance fixture I/O + host builders.
|
|
3
|
+
*
|
|
4
|
+
* Reads conformance fixtures from the v2 `adaptive-policy/` domain, decodes
|
|
5
|
+
* them into the REAL production types (`PolicyInput`, `M7Host`) and feeds
|
|
6
|
+
* them verbatim into `evaluatePolicy` / `evaluateShadow` / `migratePressureV2`.
|
|
7
|
+
*
|
|
8
|
+
* No mocks, no stubs, no parallel "test shape": the decoded objects ARE the
|
|
9
|
+
* production types and drive the production functions directly.
|
|
10
|
+
* Mirrors `_diagnostics-fixture.ts` (VC7C) and `_economics-fixture.ts` (VC7B).
|
|
11
|
+
*/
|
|
12
|
+
import { readFileSync, existsSync } from "node:fs";
|
|
13
|
+
import { join, dirname } from "node:path";
|
|
14
|
+
import { fileURLToPath } from "node:url";
|
|
15
|
+
const here = dirname(fileURLToPath(import.meta.url));
|
|
16
|
+
function repoRoot(from) {
|
|
17
|
+
let dir = from;
|
|
18
|
+
for (let i = 0; i < 8; i++) {
|
|
19
|
+
if (existsSync(join(dir, "conformance", "vector-cortex")))
|
|
20
|
+
return dir;
|
|
21
|
+
const next = dirname(dir);
|
|
22
|
+
if (next === dir)
|
|
23
|
+
break;
|
|
24
|
+
dir = next;
|
|
25
|
+
}
|
|
26
|
+
throw new Error("conformance corpus not found above " + from);
|
|
27
|
+
}
|
|
28
|
+
const V2 = join(repoRoot(here), "conformance", "vector-cortex", "v2");
|
|
29
|
+
const DIR = join(V2, "adaptive-policy");
|
|
30
|
+
/** Read + parse one conformance fixture by ID from adaptive-policy/. */
|
|
31
|
+
export function adaptiveFixture(id) {
|
|
32
|
+
const raw = readFileSync(join(DIR, `${id}.json`), "utf8");
|
|
33
|
+
return JSON.parse(raw);
|
|
34
|
+
}
|
|
35
|
+
/** Run `fn` with MEGACOMPACT_VC8B set to `value`, restoring the prior value after. */
|
|
36
|
+
export function withVc8bFlag(value, fn) {
|
|
37
|
+
const prior = process.env.MEGACOMPACT_VC8B;
|
|
38
|
+
process.env.MEGACOMPACT_VC8B = value;
|
|
39
|
+
try {
|
|
40
|
+
return fn();
|
|
41
|
+
}
|
|
42
|
+
finally {
|
|
43
|
+
if (prior === undefined)
|
|
44
|
+
delete process.env.MEGACOMPACT_VC8B;
|
|
45
|
+
else
|
|
46
|
+
process.env.MEGACOMPACT_VC8B = prior;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
/** Read a policy-decision fixture as a typed PolFx. */
|
|
50
|
+
export function polFx(id) {
|
|
51
|
+
return adaptiveFixture(id);
|
|
52
|
+
}
|
|
53
|
+
/** Decode the fixture's JSON input into the production PolicyInput. */
|
|
54
|
+
export function toPolicyInput(fx) {
|
|
55
|
+
return {
|
|
56
|
+
decisionId: fx.input.decisionId,
|
|
57
|
+
sessionId: fx.input.sessionId,
|
|
58
|
+
pressure: fx.input.pressure,
|
|
59
|
+
requestedBudget: fx.input.requestedBudget,
|
|
60
|
+
bounds: {
|
|
61
|
+
minBudget: fx.input.bounds.minBudget,
|
|
62
|
+
maxBudget: fx.input.bounds.maxBudget,
|
|
63
|
+
},
|
|
64
|
+
ts: fx.input.ts,
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
/** Read a policy-shadow fixture as a typed ShadowFx. */
|
|
68
|
+
export function shadowFx(id) {
|
|
69
|
+
return adaptiveFixture(id);
|
|
70
|
+
}
|
|
71
|
+
/** Decode shadow input rows into production PolicyInput[]. */
|
|
72
|
+
export function toShadowInputs(fx) {
|
|
73
|
+
return fx.input.inputs.map((i) => ({
|
|
74
|
+
decisionId: i.decisionId,
|
|
75
|
+
sessionId: i.sessionId,
|
|
76
|
+
pressure: i.pressure,
|
|
77
|
+
requestedBudget: i.requestedBudget,
|
|
78
|
+
bounds: {
|
|
79
|
+
minBudget: i.bounds.minBudget,
|
|
80
|
+
maxBudget: i.bounds.maxBudget,
|
|
81
|
+
},
|
|
82
|
+
ts: i.ts,
|
|
83
|
+
}));
|
|
84
|
+
}
|
|
85
|
+
/** Read an M7 fixture as a typed M7Fx. */
|
|
86
|
+
export function m7Fx(id) {
|
|
87
|
+
return adaptiveFixture(id);
|
|
88
|
+
}
|
|
89
|
+
/** Build an in-memory M7Host from the fixture input. */
|
|
90
|
+
export function toM7Host(fx) {
|
|
91
|
+
const v1Rows = fx.input.v1Rows.map((r) => ({
|
|
92
|
+
sessionId: r.sessionId,
|
|
93
|
+
label: r.label,
|
|
94
|
+
effectiveSeq: r.effectiveSeq,
|
|
95
|
+
ts: r.ts,
|
|
96
|
+
}));
|
|
97
|
+
// For inject-after-copy, the injected row carries a non-canonical label.
|
|
98
|
+
// migratePressureV2 calls m7Copy first, which throws M7_PRESSURE_UNKNOWN for
|
|
99
|
+
// the bad label — the result is the same: ok:false, pointer on v1.
|
|
100
|
+
if (fx.input.injectedRow) {
|
|
101
|
+
v1Rows.push({
|
|
102
|
+
sessionId: fx.input.injectedRow.sessionId,
|
|
103
|
+
label: fx.input.injectedRow.label,
|
|
104
|
+
effectiveSeq: fx.input.injectedRow.effectiveSeq,
|
|
105
|
+
ts: fx.input.injectedRow.ts,
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
const v2Rows = [];
|
|
109
|
+
let activeVersion = fx.input.activeVersion ?? 1;
|
|
110
|
+
const host = {
|
|
111
|
+
v1Rows: () => v1Rows,
|
|
112
|
+
existingV2: () => v2Rows,
|
|
113
|
+
putV2: (rows) => v2Rows.push(...rows),
|
|
114
|
+
activeVersion: () => activeVersion,
|
|
115
|
+
switchToV2: () => {
|
|
116
|
+
activeVersion = 2;
|
|
117
|
+
},
|
|
118
|
+
get activeVersionAfter() {
|
|
119
|
+
return activeVersion;
|
|
120
|
+
},
|
|
121
|
+
get v2RowCount() {
|
|
122
|
+
return v2Rows.length;
|
|
123
|
+
},
|
|
124
|
+
};
|
|
125
|
+
return host;
|
|
126
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* controller/policy-emit.ts — VC8B reporter seam (FLAG-GATED).
|
|
3
|
+
*
|
|
4
|
+
* Mirrors the VC8A outcomes-emit pattern: a thin `safe()` wrapper around an
|
|
5
|
+
* optional injected `emit`, and the two event names the sprint spec requires:
|
|
6
|
+
* - `vector_cortex_shadow_decision_recorded` — a shadow decision was produced.
|
|
7
|
+
* - `vector_cortex_policy_action_rejected` — an input was refused by policy.
|
|
8
|
+
*
|
|
9
|
+
* FLAG SEMANTICS. The policy/shadow/M7 arithmetic STILL RUNS regardless of
|
|
10
|
+
* `MEGACOMPACT_VC8B`. The flag gates ONLY this reporting + dashboard seam:
|
|
11
|
+
* flag-off is byte-identical to the predecessor (VC8A).
|
|
12
|
+
*
|
|
13
|
+
* PAYLOAD DISCIPLINE. These events carry only ids, the finite action, the
|
|
14
|
+
* numeric budget, and machine codes — never prompt bytes, response text, or
|
|
15
|
+
* free-text.
|
|
16
|
+
*
|
|
17
|
+
* PREVENT-PI-004: no network. PREVENT-011: no `any` type.
|
|
18
|
+
*/
|
|
19
|
+
import { VC8B_ENABLED } from "../../config/vector-cortex.js";
|
|
20
|
+
/** Run `fn` only when an emit exists; a reporting failure is never fatal. */
|
|
21
|
+
function safe(emit, fn) {
|
|
22
|
+
if (emit === undefined)
|
|
23
|
+
return;
|
|
24
|
+
try {
|
|
25
|
+
fn(emit);
|
|
26
|
+
}
|
|
27
|
+
catch {
|
|
28
|
+
// Non-fatal: a reporting failure must never break the agent loop.
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
/** Report a shadow decision that was recorded. Gated by the flag. */
|
|
32
|
+
export function reportShadowDecisionRecorded(emit, decision) {
|
|
33
|
+
if (!VC8B_ENABLED())
|
|
34
|
+
return;
|
|
35
|
+
safe(emit, (e) => e("vector_cortex_shadow_decision_recorded", {
|
|
36
|
+
ts: undefined,
|
|
37
|
+
event: "vector_cortex_shadow_decision_recorded",
|
|
38
|
+
decisionId: decision.decisionId,
|
|
39
|
+
sessionId: decision.sessionId,
|
|
40
|
+
action: decision.action,
|
|
41
|
+
budget: decision.budget,
|
|
42
|
+
pressure: decision.pressure,
|
|
43
|
+
reason: decision.reason,
|
|
44
|
+
}));
|
|
45
|
+
}
|
|
46
|
+
/** Report a policy action rejected by validation. Gated by the flag. */
|
|
47
|
+
export function reportPolicyActionRejected(emit, rejection) {
|
|
48
|
+
if (!VC8B_ENABLED())
|
|
49
|
+
return;
|
|
50
|
+
safe(emit, (e) => e("vector_cortex_policy_action_rejected", {
|
|
51
|
+
ts: undefined,
|
|
52
|
+
event: "vector_cortex_policy_action_rejected",
|
|
53
|
+
decisionId: rejection.decisionId,
|
|
54
|
+
code: rejection.code,
|
|
55
|
+
}));
|
|
56
|
+
}
|