@lucern/contracts 1.0.30 → 1.0.31
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/CHANGELOG.md +4 -0
- package/dist/assembly-acceptance-gate.contract.d.ts +1234 -1234
- package/dist/assembly-instrumentation.contract.d.ts +413 -413
- package/dist/belongs-to-membership-model.contract.d.ts +45 -45
- package/dist/campaign-context-compiler.contract.d.ts +87 -87
- package/dist/canonical-edge-public-noun-lock.contract.d.ts +106 -106
- package/dist/concept-maturity-rubric.contract.d.ts +131 -131
- package/dist/docs-canon-reconciliation-loop.contract.d.ts +37 -37
- package/dist/{edge-policy-manifest-Bg3B5G0u.d.ts → edge-policy-manifest-C38kuf7v.d.ts} +26 -26
- package/dist/evidence-question-forecast-maturity.contract.d.ts +76 -76
- package/dist/evidence-taxonomy-target-scope.contract.d.ts +61 -61
- package/dist/final-substrate-source-ledger.contract.d.ts +149 -149
- package/dist/function-registry/helpers.d.ts +1 -1
- package/dist/function-registry/index.d.ts +11 -11
- package/dist/generated/state-vector-transition-table.d.ts +1 -1
- package/dist/golden-reasoning-eval-harness.contract.d.ts +2178 -2178
- package/dist/graph-traversal-canon.contract.d.ts +121 -121
- package/dist/graph-traversal-invariant-guardrails.contract.d.ts +68 -68
- package/dist/graph-v2-write-policy-constitution.contract.d.ts +219 -219
- package/dist/heartbeat-property-validation.contract.d.ts +86 -86
- package/dist/index.d.ts +2 -2
- package/dist/manifest-projection-generation.contract.d.ts +34 -34
- package/dist/manifests/check-manifest.d.ts +12 -12
- package/dist/manifests/edge-policy-manifest.d.ts +1 -1
- package/dist/manifests/edge-policy-manifest.data.d.ts +3 -3
- package/dist/manifests/invariant-manifest.d.ts +6 -6
- package/dist/observability-audit-store-migration.contract.d.ts +110 -110
- package/dist/parsimony-diagnostic.contract.d.ts +328 -328
- package/dist/post-substrate-surface-lock.contract.d.ts +48 -48
- package/dist/post-substrate-surface-upgrade.contract.d.ts +82 -82
- package/dist/pre-rebuild-closeout-gate.contract.d.ts +153 -153
- package/dist/primitive-epistemic-state-constitution.contract.d.ts +34 -34
- package/dist/primitive-epistemic-state-constitution.data.d.ts +1 -1
- package/dist/primitive-maturity-matrix.contract.d.ts +100 -100
- package/dist/prior-art-vocabulary-firewall.contract.d.ts +19 -19
- package/dist/projections/create-evidence.projection.d.ts +36 -36
- package/dist/projections/index.d.ts +7 -7
- package/dist/projections/list-beliefs.projection.d.ts +3 -3
- package/dist/proof-attestation.json +1 -1
- package/dist/propagation-v2-contract.contract.d.ts +74 -74
- package/dist/published-belief-artifact.contract.d.ts +325 -325
- package/dist/reset-authorization-package.contract.d.ts +84 -84
- package/dist/retrieval-search-discovery-receipt.contract.d.ts +288 -288
- package/dist/schema-change-belief.contract.d.ts +179 -179
- package/dist/schemas/component-table-manifest.d.ts +8 -8
- package/dist/schemas/manifest.d.ts +580 -580
- package/dist/schemas/tables/kernel/epistemic.d.ts +2 -2
- package/dist/schemas/tables/kernel/intelligence.d.ts +16 -16
- package/dist/schemas/tables/kernel/lens.d.ts +10 -10
- package/dist/schemas/tables/kernel/platform.d.ts +14 -14
- package/dist/schemas/tables/kernel/task.d.ts +26 -26
- package/dist/schemas/tables/kernel/worktree.d.ts +18 -18
- package/dist/schemas/tables/mc/identity.d.ts +2 -2
- package/dist/schemas/tables/mc/methodology.d.ts +2 -2
- package/dist/schemas/tables/mc/pack.d.ts +24 -24
- package/dist/schemas/tables/mc/runtime.d.ts +2 -2
- package/dist/slice-serialization.contract.d.ts +1325 -1325
- package/dist/source-material-adoption-ledger.contract.d.ts +250 -250
- package/dist/source-material-total-partition.contract.d.ts +254 -254
- package/dist/state-vector-manifest.contract.d.ts +83 -83
- package/dist/state-vector-manifest.data.contract.d.ts +1 -1
- package/dist/state-vector-runtime.contract.d.ts +28 -28
- package/dist/substrate-envelope.contract.d.ts +117 -117
- package/dist/substrate-lifecycle-lineage.contract.d.ts +30 -30
- package/dist/substrate-migration-cutover-ledger.contract.d.ts +13 -13
- package/dist/substrate-neo4j-projection.contract.d.ts +179 -179
- package/dist/transition-receipt.contract.d.ts +543 -543
- package/dist/traversal-mode-constitution.contract.d.ts +123 -123
- package/dist/typed-gate-registry.contract.d.ts +61 -61
- package/dist/typed-need.contract.d.ts +248 -248
- package/dist/{unified-state-matrix.contract-BJDYNhnf.d.ts → unified-state-matrix.contract-BTxqLggA.d.ts} +96 -96
- package/dist/unified-state-matrix.contract.d.ts +1 -1
- package/dist/unified-state-matrix.data.contract.d.ts +1 -1
- package/dist/workspace-data-sovereignty.contract.d.ts +114 -114
- package/dist/worktree-belief-adoption.contract.d.ts +91 -91
- package/dist/worktree-delta-ledger.contract.d.ts +124 -124
- package/dist/worktree-graph-branch-maturity.contract.d.ts +63 -63
- package/package.json +1 -1
|
@@ -74,10 +74,10 @@ declare const UnifiedStateTransitionEnvelopeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
74
74
|
validFrom: z.ZodNumber;
|
|
75
75
|
forbidConvexRuntimeRows: z.ZodLiteral<true>;
|
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
|
77
|
-
validFrom: number;
|
|
78
|
-
sourceSurface: "control_plane" | "mcp" | "sdk" | "rest" | "cli" | "migration";
|
|
79
77
|
replayBindingUuid: string;
|
|
78
|
+
validFrom: number;
|
|
80
79
|
reason: string;
|
|
80
|
+
sourceSurface: "cli" | "mcp" | "sdk" | "rest" | "migration" | "control_plane";
|
|
81
81
|
transitionReceiptUuid: string;
|
|
82
82
|
objectUuid: string;
|
|
83
83
|
previousVector: Partial<Record<"existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization", string>>;
|
|
@@ -92,10 +92,10 @@ declare const UnifiedStateTransitionEnvelopeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
92
92
|
clerkId?: string | undefined;
|
|
93
93
|
actorUuid?: string | undefined;
|
|
94
94
|
}, {
|
|
95
|
-
validFrom: number;
|
|
96
|
-
sourceSurface: "control_plane" | "mcp" | "sdk" | "rest" | "cli" | "migration";
|
|
97
95
|
replayBindingUuid: string;
|
|
96
|
+
validFrom: number;
|
|
98
97
|
reason: string;
|
|
98
|
+
sourceSurface: "cli" | "mcp" | "sdk" | "rest" | "migration" | "control_plane";
|
|
99
99
|
transitionReceiptUuid: string;
|
|
100
100
|
objectUuid: string;
|
|
101
101
|
previousVector: Partial<Record<"existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization", string>>;
|
|
@@ -110,10 +110,10 @@ declare const UnifiedStateTransitionEnvelopeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
110
110
|
clerkId?: string | undefined;
|
|
111
111
|
actorUuid?: string | undefined;
|
|
112
112
|
}>, {
|
|
113
|
-
validFrom: number;
|
|
114
|
-
sourceSurface: "control_plane" | "mcp" | "sdk" | "rest" | "cli" | "migration";
|
|
115
113
|
replayBindingUuid: string;
|
|
114
|
+
validFrom: number;
|
|
116
115
|
reason: string;
|
|
116
|
+
sourceSurface: "cli" | "mcp" | "sdk" | "rest" | "migration" | "control_plane";
|
|
117
117
|
transitionReceiptUuid: string;
|
|
118
118
|
objectUuid: string;
|
|
119
119
|
previousVector: Partial<Record<"existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization", string>>;
|
|
@@ -128,10 +128,10 @@ declare const UnifiedStateTransitionEnvelopeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
128
128
|
clerkId?: string | undefined;
|
|
129
129
|
actorUuid?: string | undefined;
|
|
130
130
|
}, {
|
|
131
|
-
validFrom: number;
|
|
132
|
-
sourceSurface: "control_plane" | "mcp" | "sdk" | "rest" | "cli" | "migration";
|
|
133
131
|
replayBindingUuid: string;
|
|
132
|
+
validFrom: number;
|
|
134
133
|
reason: string;
|
|
134
|
+
sourceSurface: "cli" | "mcp" | "sdk" | "rest" | "migration" | "control_plane";
|
|
135
135
|
transitionReceiptUuid: string;
|
|
136
136
|
objectUuid: string;
|
|
137
137
|
previousVector: Partial<Record<"existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization", string>>;
|
|
@@ -157,13 +157,13 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
157
157
|
path: z.ZodString;
|
|
158
158
|
anchors: z.ZodArray<z.ZodString, "many">;
|
|
159
159
|
}, "strip", z.ZodTypeAny, {
|
|
160
|
-
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
161
160
|
path: string;
|
|
161
|
+
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
162
162
|
anchors: string[];
|
|
163
163
|
citationId: string;
|
|
164
164
|
}, {
|
|
165
|
-
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
166
165
|
path: string;
|
|
166
|
+
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
167
167
|
anchors: string[];
|
|
168
168
|
citationId: string;
|
|
169
169
|
}>, "many">;
|
|
@@ -252,7 +252,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
252
252
|
}>, "many">;
|
|
253
253
|
followOnGates: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
254
254
|
}, "strip", z.ZodTypeAny, {
|
|
255
|
-
primitive: "
|
|
255
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
256
256
|
requiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
257
257
|
optionalAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
258
258
|
forbiddenScalarStatusAliases: string[];
|
|
@@ -268,7 +268,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
268
268
|
}[];
|
|
269
269
|
followOnGates: string[];
|
|
270
270
|
}, {
|
|
271
|
-
primitive: "
|
|
271
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
272
272
|
requiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
273
273
|
compatibilityProjectionFields: {
|
|
274
274
|
values: string[];
|
|
@@ -284,7 +284,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
284
284
|
forbiddenScalarStatusAliases?: string[] | undefined;
|
|
285
285
|
followOnGates?: string[] | undefined;
|
|
286
286
|
}>, {
|
|
287
|
-
primitive: "
|
|
287
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
288
288
|
requiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
289
289
|
optionalAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
290
290
|
forbiddenScalarStatusAliases: string[];
|
|
@@ -300,7 +300,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
300
300
|
}[];
|
|
301
301
|
followOnGates: string[];
|
|
302
302
|
}, {
|
|
303
|
-
primitive: "
|
|
303
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
304
304
|
requiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
305
305
|
compatibilityProjectionFields: {
|
|
306
306
|
values: string[];
|
|
@@ -324,28 +324,28 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
324
324
|
passFixture: z.ZodString;
|
|
325
325
|
failFixture: z.ZodString;
|
|
326
326
|
}, "strip", z.ZodTypeAny, {
|
|
327
|
-
primitive: "
|
|
327
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
328
328
|
manualAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
329
329
|
derivedAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
330
330
|
evidenceRequiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
331
331
|
passFixture: string;
|
|
332
332
|
failFixture: string;
|
|
333
333
|
}, {
|
|
334
|
-
primitive: "
|
|
334
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
335
335
|
passFixture: string;
|
|
336
336
|
failFixture: string;
|
|
337
337
|
manualAxes?: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[] | undefined;
|
|
338
338
|
derivedAxes?: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[] | undefined;
|
|
339
339
|
evidenceRequiredAxes?: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[] | undefined;
|
|
340
340
|
}>, {
|
|
341
|
-
primitive: "
|
|
341
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
342
342
|
manualAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
343
343
|
derivedAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
344
344
|
evidenceRequiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
345
345
|
passFixture: string;
|
|
346
346
|
failFixture: string;
|
|
347
347
|
}, {
|
|
348
|
-
primitive: "
|
|
348
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
349
349
|
passFixture: string;
|
|
350
350
|
failFixture: string;
|
|
351
351
|
manualAxes?: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[] | undefined;
|
|
@@ -358,12 +358,12 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
358
358
|
responsibility: z.ZodLiteral<"locks_contract_only">;
|
|
359
359
|
status: z.ZodLiteral<"complete_in_this_slice">;
|
|
360
360
|
}, "strip", z.ZodTypeAny, {
|
|
361
|
-
status: "complete_in_this_slice";
|
|
362
361
|
worktree: "C2-LC.1";
|
|
362
|
+
status: "complete_in_this_slice";
|
|
363
363
|
responsibility: "locks_contract_only";
|
|
364
364
|
}, {
|
|
365
|
-
status: "complete_in_this_slice";
|
|
366
365
|
worktree: "C2-LC.1";
|
|
366
|
+
status: "complete_in_this_slice";
|
|
367
367
|
responsibility: "locks_contract_only";
|
|
368
368
|
}>;
|
|
369
369
|
lc2: z.ZodObject<{
|
|
@@ -371,12 +371,12 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
371
371
|
responsibility: z.ZodLiteral<"manifest_projection">;
|
|
372
372
|
status: z.ZodLiteral<"deferred">;
|
|
373
373
|
}, "strip", z.ZodTypeAny, {
|
|
374
|
-
status: "deferred";
|
|
375
374
|
worktree: "C2-LC.2";
|
|
375
|
+
status: "deferred";
|
|
376
376
|
responsibility: "manifest_projection";
|
|
377
377
|
}, {
|
|
378
|
-
status: "deferred";
|
|
379
378
|
worktree: "C2-LC.2";
|
|
379
|
+
status: "deferred";
|
|
380
380
|
responsibility: "manifest_projection";
|
|
381
381
|
}>;
|
|
382
382
|
lc3: z.ZodObject<{
|
|
@@ -385,85 +385,85 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
385
385
|
status: z.ZodLiteral<"deferred">;
|
|
386
386
|
runtimeEnforcement: z.ZodBoolean;
|
|
387
387
|
}, "strip", z.ZodTypeAny, {
|
|
388
|
-
status: "deferred";
|
|
389
388
|
worktree: "C2-LC.3";
|
|
389
|
+
status: "deferred";
|
|
390
390
|
responsibility: "xstate_runtime_enforcement";
|
|
391
391
|
runtimeEnforcement: boolean;
|
|
392
392
|
}, {
|
|
393
|
-
status: "deferred";
|
|
394
393
|
worktree: "C2-LC.3";
|
|
394
|
+
status: "deferred";
|
|
395
395
|
responsibility: "xstate_runtime_enforcement";
|
|
396
396
|
runtimeEnforcement: boolean;
|
|
397
397
|
}>;
|
|
398
398
|
graphV2Ready: z.ZodLiteral<false>;
|
|
399
399
|
}, "strip", z.ZodTypeAny, {
|
|
400
400
|
lc1: {
|
|
401
|
-
status: "complete_in_this_slice";
|
|
402
401
|
worktree: "C2-LC.1";
|
|
402
|
+
status: "complete_in_this_slice";
|
|
403
403
|
responsibility: "locks_contract_only";
|
|
404
404
|
};
|
|
405
405
|
lc2: {
|
|
406
|
-
status: "deferred";
|
|
407
406
|
worktree: "C2-LC.2";
|
|
407
|
+
status: "deferred";
|
|
408
408
|
responsibility: "manifest_projection";
|
|
409
409
|
};
|
|
410
410
|
lc3: {
|
|
411
|
-
status: "deferred";
|
|
412
411
|
worktree: "C2-LC.3";
|
|
412
|
+
status: "deferred";
|
|
413
413
|
responsibility: "xstate_runtime_enforcement";
|
|
414
414
|
runtimeEnforcement: boolean;
|
|
415
415
|
};
|
|
416
416
|
graphV2Ready: false;
|
|
417
417
|
}, {
|
|
418
418
|
lc1: {
|
|
419
|
-
status: "complete_in_this_slice";
|
|
420
419
|
worktree: "C2-LC.1";
|
|
420
|
+
status: "complete_in_this_slice";
|
|
421
421
|
responsibility: "locks_contract_only";
|
|
422
422
|
};
|
|
423
423
|
lc2: {
|
|
424
|
-
status: "deferred";
|
|
425
424
|
worktree: "C2-LC.2";
|
|
425
|
+
status: "deferred";
|
|
426
426
|
responsibility: "manifest_projection";
|
|
427
427
|
};
|
|
428
428
|
lc3: {
|
|
429
|
-
status: "deferred";
|
|
430
429
|
worktree: "C2-LC.3";
|
|
430
|
+
status: "deferred";
|
|
431
431
|
responsibility: "xstate_runtime_enforcement";
|
|
432
432
|
runtimeEnforcement: boolean;
|
|
433
433
|
};
|
|
434
434
|
graphV2Ready: false;
|
|
435
435
|
}>, {
|
|
436
436
|
lc1: {
|
|
437
|
-
status: "complete_in_this_slice";
|
|
438
437
|
worktree: "C2-LC.1";
|
|
438
|
+
status: "complete_in_this_slice";
|
|
439
439
|
responsibility: "locks_contract_only";
|
|
440
440
|
};
|
|
441
441
|
lc2: {
|
|
442
|
-
status: "deferred";
|
|
443
442
|
worktree: "C2-LC.2";
|
|
443
|
+
status: "deferred";
|
|
444
444
|
responsibility: "manifest_projection";
|
|
445
445
|
};
|
|
446
446
|
lc3: {
|
|
447
|
-
status: "deferred";
|
|
448
447
|
worktree: "C2-LC.3";
|
|
448
|
+
status: "deferred";
|
|
449
449
|
responsibility: "xstate_runtime_enforcement";
|
|
450
450
|
runtimeEnforcement: boolean;
|
|
451
451
|
};
|
|
452
452
|
graphV2Ready: false;
|
|
453
453
|
}, {
|
|
454
454
|
lc1: {
|
|
455
|
-
status: "complete_in_this_slice";
|
|
456
455
|
worktree: "C2-LC.1";
|
|
456
|
+
status: "complete_in_this_slice";
|
|
457
457
|
responsibility: "locks_contract_only";
|
|
458
458
|
};
|
|
459
459
|
lc2: {
|
|
460
|
-
status: "deferred";
|
|
461
460
|
worktree: "C2-LC.2";
|
|
461
|
+
status: "deferred";
|
|
462
462
|
responsibility: "manifest_projection";
|
|
463
463
|
};
|
|
464
464
|
lc3: {
|
|
465
|
-
status: "deferred";
|
|
466
465
|
worktree: "C2-LC.3";
|
|
466
|
+
status: "deferred";
|
|
467
467
|
responsibility: "xstate_runtime_enforcement";
|
|
468
468
|
runtimeEnforcement: boolean;
|
|
469
469
|
};
|
|
@@ -484,34 +484,34 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
484
484
|
}>;
|
|
485
485
|
}, "strip", z.ZodTypeAny, {
|
|
486
486
|
worktree: "C2-LC.1";
|
|
487
|
-
lane: "c2-lc-state-vectors";
|
|
488
487
|
contractVersion: "c2_lc_unified_state_matrix.v1";
|
|
488
|
+
lane: "c2-lc-state-vectors";
|
|
489
489
|
graphWorktreeId: "tn73fj4sc2np5v5m6k8d4dm5es85ryrg";
|
|
490
|
-
sourceCitations: {
|
|
491
|
-
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
492
|
-
path: string;
|
|
493
|
-
anchors: string[];
|
|
494
|
-
citationId: string;
|
|
495
|
-
}[];
|
|
496
490
|
runtimePosture: {
|
|
497
491
|
lc1: {
|
|
498
|
-
status: "complete_in_this_slice";
|
|
499
492
|
worktree: "C2-LC.1";
|
|
493
|
+
status: "complete_in_this_slice";
|
|
500
494
|
responsibility: "locks_contract_only";
|
|
501
495
|
};
|
|
502
496
|
lc2: {
|
|
503
|
-
status: "deferred";
|
|
504
497
|
worktree: "C2-LC.2";
|
|
498
|
+
status: "deferred";
|
|
505
499
|
responsibility: "manifest_projection";
|
|
506
500
|
};
|
|
507
501
|
lc3: {
|
|
508
|
-
status: "deferred";
|
|
509
502
|
worktree: "C2-LC.3";
|
|
503
|
+
status: "deferred";
|
|
510
504
|
responsibility: "xstate_runtime_enforcement";
|
|
511
505
|
runtimeEnforcement: boolean;
|
|
512
506
|
};
|
|
513
507
|
graphV2Ready: false;
|
|
514
508
|
};
|
|
509
|
+
sourceCitations: {
|
|
510
|
+
path: string;
|
|
511
|
+
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
512
|
+
anchors: string[];
|
|
513
|
+
citationId: string;
|
|
514
|
+
}[];
|
|
515
515
|
axes: {
|
|
516
516
|
values: string[];
|
|
517
517
|
axis: "existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization";
|
|
@@ -521,7 +521,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
521
521
|
}[];
|
|
522
522
|
}[];
|
|
523
523
|
primitiveCoverage: {
|
|
524
|
-
primitive: "
|
|
524
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
525
525
|
requiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
526
526
|
optionalAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
527
527
|
forbiddenScalarStatusAliases: string[];
|
|
@@ -538,7 +538,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
538
538
|
followOnGates: string[];
|
|
539
539
|
}[];
|
|
540
540
|
transitionClassifications: {
|
|
541
|
-
primitive: "
|
|
541
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
542
542
|
manualAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
543
543
|
derivedAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
544
544
|
evidenceRequiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
@@ -552,34 +552,34 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
552
552
|
};
|
|
553
553
|
}, {
|
|
554
554
|
worktree: "C2-LC.1";
|
|
555
|
-
lane: "c2-lc-state-vectors";
|
|
556
555
|
contractVersion: "c2_lc_unified_state_matrix.v1";
|
|
556
|
+
lane: "c2-lc-state-vectors";
|
|
557
557
|
graphWorktreeId: "tn73fj4sc2np5v5m6k8d4dm5es85ryrg";
|
|
558
|
-
sourceCitations: {
|
|
559
|
-
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
560
|
-
path: string;
|
|
561
|
-
anchors: string[];
|
|
562
|
-
citationId: string;
|
|
563
|
-
}[];
|
|
564
558
|
runtimePosture: {
|
|
565
559
|
lc1: {
|
|
566
|
-
status: "complete_in_this_slice";
|
|
567
560
|
worktree: "C2-LC.1";
|
|
561
|
+
status: "complete_in_this_slice";
|
|
568
562
|
responsibility: "locks_contract_only";
|
|
569
563
|
};
|
|
570
564
|
lc2: {
|
|
571
|
-
status: "deferred";
|
|
572
565
|
worktree: "C2-LC.2";
|
|
566
|
+
status: "deferred";
|
|
573
567
|
responsibility: "manifest_projection";
|
|
574
568
|
};
|
|
575
569
|
lc3: {
|
|
576
|
-
status: "deferred";
|
|
577
570
|
worktree: "C2-LC.3";
|
|
571
|
+
status: "deferred";
|
|
578
572
|
responsibility: "xstate_runtime_enforcement";
|
|
579
573
|
runtimeEnforcement: boolean;
|
|
580
574
|
};
|
|
581
575
|
graphV2Ready: false;
|
|
582
576
|
};
|
|
577
|
+
sourceCitations: {
|
|
578
|
+
path: string;
|
|
579
|
+
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
580
|
+
anchors: string[];
|
|
581
|
+
citationId: string;
|
|
582
|
+
}[];
|
|
583
583
|
axes: {
|
|
584
584
|
values: string[];
|
|
585
585
|
axis: "existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization";
|
|
@@ -589,7 +589,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
589
589
|
}[];
|
|
590
590
|
}[];
|
|
591
591
|
primitiveCoverage: {
|
|
592
|
-
primitive: "
|
|
592
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
593
593
|
requiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
594
594
|
compatibilityProjectionFields: {
|
|
595
595
|
values: string[];
|
|
@@ -606,7 +606,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
606
606
|
followOnGates?: string[] | undefined;
|
|
607
607
|
}[];
|
|
608
608
|
transitionClassifications: {
|
|
609
|
-
primitive: "
|
|
609
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
610
610
|
passFixture: string;
|
|
611
611
|
failFixture: string;
|
|
612
612
|
manualAxes?: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[] | undefined;
|
|
@@ -620,34 +620,34 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
620
620
|
};
|
|
621
621
|
}>, {
|
|
622
622
|
worktree: "C2-LC.1";
|
|
623
|
-
lane: "c2-lc-state-vectors";
|
|
624
623
|
contractVersion: "c2_lc_unified_state_matrix.v1";
|
|
624
|
+
lane: "c2-lc-state-vectors";
|
|
625
625
|
graphWorktreeId: "tn73fj4sc2np5v5m6k8d4dm5es85ryrg";
|
|
626
|
-
sourceCitations: {
|
|
627
|
-
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
628
|
-
path: string;
|
|
629
|
-
anchors: string[];
|
|
630
|
-
citationId: string;
|
|
631
|
-
}[];
|
|
632
626
|
runtimePosture: {
|
|
633
627
|
lc1: {
|
|
634
|
-
status: "complete_in_this_slice";
|
|
635
628
|
worktree: "C2-LC.1";
|
|
629
|
+
status: "complete_in_this_slice";
|
|
636
630
|
responsibility: "locks_contract_only";
|
|
637
631
|
};
|
|
638
632
|
lc2: {
|
|
639
|
-
status: "deferred";
|
|
640
633
|
worktree: "C2-LC.2";
|
|
634
|
+
status: "deferred";
|
|
641
635
|
responsibility: "manifest_projection";
|
|
642
636
|
};
|
|
643
637
|
lc3: {
|
|
644
|
-
status: "deferred";
|
|
645
638
|
worktree: "C2-LC.3";
|
|
639
|
+
status: "deferred";
|
|
646
640
|
responsibility: "xstate_runtime_enforcement";
|
|
647
641
|
runtimeEnforcement: boolean;
|
|
648
642
|
};
|
|
649
643
|
graphV2Ready: false;
|
|
650
644
|
};
|
|
645
|
+
sourceCitations: {
|
|
646
|
+
path: string;
|
|
647
|
+
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
648
|
+
anchors: string[];
|
|
649
|
+
citationId: string;
|
|
650
|
+
}[];
|
|
651
651
|
axes: {
|
|
652
652
|
values: string[];
|
|
653
653
|
axis: "existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization";
|
|
@@ -657,7 +657,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
657
657
|
}[];
|
|
658
658
|
}[];
|
|
659
659
|
primitiveCoverage: {
|
|
660
|
-
primitive: "
|
|
660
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
661
661
|
requiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
662
662
|
optionalAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
663
663
|
forbiddenScalarStatusAliases: string[];
|
|
@@ -674,7 +674,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
674
674
|
followOnGates: string[];
|
|
675
675
|
}[];
|
|
676
676
|
transitionClassifications: {
|
|
677
|
-
primitive: "
|
|
677
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
678
678
|
manualAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
679
679
|
derivedAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
680
680
|
evidenceRequiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
@@ -688,34 +688,34 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
688
688
|
};
|
|
689
689
|
}, {
|
|
690
690
|
worktree: "C2-LC.1";
|
|
691
|
-
lane: "c2-lc-state-vectors";
|
|
692
691
|
contractVersion: "c2_lc_unified_state_matrix.v1";
|
|
692
|
+
lane: "c2-lc-state-vectors";
|
|
693
693
|
graphWorktreeId: "tn73fj4sc2np5v5m6k8d4dm5es85ryrg";
|
|
694
|
-
sourceCitations: {
|
|
695
|
-
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
696
|
-
path: string;
|
|
697
|
-
anchors: string[];
|
|
698
|
-
citationId: string;
|
|
699
|
-
}[];
|
|
700
694
|
runtimePosture: {
|
|
701
695
|
lc1: {
|
|
702
|
-
status: "complete_in_this_slice";
|
|
703
696
|
worktree: "C2-LC.1";
|
|
697
|
+
status: "complete_in_this_slice";
|
|
704
698
|
responsibility: "locks_contract_only";
|
|
705
699
|
};
|
|
706
700
|
lc2: {
|
|
707
|
-
status: "deferred";
|
|
708
701
|
worktree: "C2-LC.2";
|
|
702
|
+
status: "deferred";
|
|
709
703
|
responsibility: "manifest_projection";
|
|
710
704
|
};
|
|
711
705
|
lc3: {
|
|
712
|
-
status: "deferred";
|
|
713
706
|
worktree: "C2-LC.3";
|
|
707
|
+
status: "deferred";
|
|
714
708
|
responsibility: "xstate_runtime_enforcement";
|
|
715
709
|
runtimeEnforcement: boolean;
|
|
716
710
|
};
|
|
717
711
|
graphV2Ready: false;
|
|
718
712
|
};
|
|
713
|
+
sourceCitations: {
|
|
714
|
+
path: string;
|
|
715
|
+
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
716
|
+
anchors: string[];
|
|
717
|
+
citationId: string;
|
|
718
|
+
}[];
|
|
719
719
|
axes: {
|
|
720
720
|
values: string[];
|
|
721
721
|
axis: "existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization";
|
|
@@ -725,7 +725,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
725
725
|
}[];
|
|
726
726
|
}[];
|
|
727
727
|
primitiveCoverage: {
|
|
728
|
-
primitive: "
|
|
728
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
729
729
|
requiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
730
730
|
compatibilityProjectionFields: {
|
|
731
731
|
values: string[];
|
|
@@ -742,7 +742,7 @@ declare const UnifiedStateMatrixContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
742
742
|
followOnGates?: string[] | undefined;
|
|
743
743
|
}[];
|
|
744
744
|
transitionClassifications: {
|
|
745
|
-
primitive: "
|
|
745
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
746
746
|
passFixture: string;
|
|
747
747
|
failFixture: string;
|
|
748
748
|
manualAxes?: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[] | undefined;
|
|
@@ -812,34 +812,34 @@ declare function parseUnifiedStateTransitionEnvelope(value: unknown): UnifiedSta
|
|
|
812
812
|
declare function evaluateUnifiedStateMatrix(value: UnifiedStateMatrixContract): UnifiedStateMatrixEvaluation;
|
|
813
813
|
declare const parsedUnifiedStateMatrixContract: {
|
|
814
814
|
worktree: "C2-LC.1";
|
|
815
|
-
lane: "c2-lc-state-vectors";
|
|
816
815
|
contractVersion: "c2_lc_unified_state_matrix.v1";
|
|
816
|
+
lane: "c2-lc-state-vectors";
|
|
817
817
|
graphWorktreeId: "tn73fj4sc2np5v5m6k8d4dm5es85ryrg";
|
|
818
|
-
sourceCitations: {
|
|
819
|
-
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
820
|
-
path: string;
|
|
821
|
-
anchors: string[];
|
|
822
|
-
citationId: string;
|
|
823
|
-
}[];
|
|
824
818
|
runtimePosture: {
|
|
825
819
|
lc1: {
|
|
826
|
-
status: "complete_in_this_slice";
|
|
827
820
|
worktree: "C2-LC.1";
|
|
821
|
+
status: "complete_in_this_slice";
|
|
828
822
|
responsibility: "locks_contract_only";
|
|
829
823
|
};
|
|
830
824
|
lc2: {
|
|
831
|
-
status: "deferred";
|
|
832
825
|
worktree: "C2-LC.2";
|
|
826
|
+
status: "deferred";
|
|
833
827
|
responsibility: "manifest_projection";
|
|
834
828
|
};
|
|
835
829
|
lc3: {
|
|
836
|
-
status: "deferred";
|
|
837
830
|
worktree: "C2-LC.3";
|
|
831
|
+
status: "deferred";
|
|
838
832
|
responsibility: "xstate_runtime_enforcement";
|
|
839
833
|
runtimeEnforcement: boolean;
|
|
840
834
|
};
|
|
841
835
|
graphV2Ready: false;
|
|
842
836
|
};
|
|
837
|
+
sourceCitations: {
|
|
838
|
+
path: string;
|
|
839
|
+
role: "current_authority" | "current_implementation_status" | "archived_lineage";
|
|
840
|
+
anchors: string[];
|
|
841
|
+
citationId: string;
|
|
842
|
+
}[];
|
|
843
843
|
axes: {
|
|
844
844
|
values: string[];
|
|
845
845
|
axis: "existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization";
|
|
@@ -849,7 +849,7 @@ declare const parsedUnifiedStateMatrixContract: {
|
|
|
849
849
|
}[];
|
|
850
850
|
}[];
|
|
851
851
|
primitiveCoverage: {
|
|
852
|
-
primitive: "
|
|
852
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
853
853
|
requiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
854
854
|
optionalAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
855
855
|
forbiddenScalarStatusAliases: string[];
|
|
@@ -866,7 +866,7 @@ declare const parsedUnifiedStateMatrixContract: {
|
|
|
866
866
|
followOnGates: string[];
|
|
867
867
|
}[];
|
|
868
868
|
transitionClassifications: {
|
|
869
|
-
primitive: "
|
|
869
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
870
870
|
manualAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
871
871
|
derivedAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
872
872
|
evidenceRequiredAxes: ("existence_lifecycle" | "epistemic_kind" | "maturity_readiness" | "verification_grounding" | "temporal_validity" | "operational_mode" | "publication_export" | "replay_materialization")[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { U as UNIFIED_STATE_AXIS_DEFINITIONS, a as UNIFIED_STATE_MATRIX_AXES, b as UNIFIED_STATE_MATRIX_CONTRACT, c as UNIFIED_STATE_MATRIX_CONTRACT_VERSION, d as UNIFIED_STATE_MATRIX_GRAPH_WORKTREE_ID, e as UNIFIED_STATE_MATRIX_LANE, f as UNIFIED_STATE_MATRIX_PRIMITIVES, g as UNIFIED_STATE_MATRIX_WORKTREE, h as UNIFIED_STATE_PRIMITIVE_COVERAGE, i as UNIFIED_STATE_SOURCE_CITATIONS, j as UNIFIED_STATE_TRANSITION_CLASSIFICATIONS, k as UnifiedStateAxis, l as UnifiedStateMatrixContract, m as UnifiedStateMatrixContractSchema, n as UnifiedStateMatrixEvaluation, o as UnifiedStatePrimitive, p as UnifiedStateTransitionEnvelope, q as UnifiedStateTransitionEnvelopeSchema, r as evaluateUnifiedStateMatrix, s as parseUnifiedStateMatrixContract, t as parseUnifiedStateTransitionEnvelope, u as parsedUnifiedStateMatrixContract } from './unified-state-matrix.contract-
|
|
1
|
+
export { U as UNIFIED_STATE_AXIS_DEFINITIONS, a as UNIFIED_STATE_MATRIX_AXES, b as UNIFIED_STATE_MATRIX_CONTRACT, c as UNIFIED_STATE_MATRIX_CONTRACT_VERSION, d as UNIFIED_STATE_MATRIX_GRAPH_WORKTREE_ID, e as UNIFIED_STATE_MATRIX_LANE, f as UNIFIED_STATE_MATRIX_PRIMITIVES, g as UNIFIED_STATE_MATRIX_WORKTREE, h as UNIFIED_STATE_PRIMITIVE_COVERAGE, i as UNIFIED_STATE_SOURCE_CITATIONS, j as UNIFIED_STATE_TRANSITION_CLASSIFICATIONS, k as UnifiedStateAxis, l as UnifiedStateMatrixContract, m as UnifiedStateMatrixContractSchema, n as UnifiedStateMatrixEvaluation, o as UnifiedStatePrimitive, p as UnifiedStateTransitionEnvelope, q as UnifiedStateTransitionEnvelopeSchema, r as evaluateUnifiedStateMatrix, s as parseUnifiedStateMatrixContract, t as parseUnifiedStateTransitionEnvelope, u as parsedUnifiedStateMatrixContract } from './unified-state-matrix.contract-BTxqLggA.js';
|
|
2
2
|
import 'zod';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { P as PrimitiveCoverageData, S as SourceCitationData, T as TransitionClassificationData, U as UNIFIED_STATE_AXIS_DEFINITIONS, h as UNIFIED_STATE_PRIMITIVE_COVERAGE, i as UNIFIED_STATE_SOURCE_CITATIONS, j as UNIFIED_STATE_TRANSITION_CLASSIFICATIONS } from './unified-state-matrix.contract-
|
|
1
|
+
export { P as PrimitiveCoverageData, S as SourceCitationData, T as TransitionClassificationData, U as UNIFIED_STATE_AXIS_DEFINITIONS, h as UNIFIED_STATE_PRIMITIVE_COVERAGE, i as UNIFIED_STATE_SOURCE_CITATIONS, j as UNIFIED_STATE_TRANSITION_CLASSIFICATIONS } from './unified-state-matrix.contract-BTxqLggA.js';
|
|
2
2
|
import 'zod';
|