@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
|
@@ -58,11 +58,11 @@ declare const HeartbeatPropertyValidationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
58
58
|
artifactPath: z.ZodString;
|
|
59
59
|
proves: z.ZodArray<z.ZodString, "many">;
|
|
60
60
|
}, "strip", z.ZodTypeAny, {
|
|
61
|
-
surface: "
|
|
61
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
62
62
|
artifactPath: string;
|
|
63
63
|
proves: string[];
|
|
64
64
|
}, {
|
|
65
|
-
surface: "
|
|
65
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
66
66
|
artifactPath: string;
|
|
67
67
|
proves: string[];
|
|
68
68
|
}>, "many">;
|
|
@@ -207,19 +207,8 @@ declare const HeartbeatPropertyValidationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
207
207
|
}>;
|
|
208
208
|
}, "strip", z.ZodTypeAny, {
|
|
209
209
|
worktree: "C2-Z.6.5";
|
|
210
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
211
|
-
operation: "compile_context";
|
|
212
210
|
contractVersion: "c2_z_heartbeat_property_validation.v1";
|
|
213
|
-
|
|
214
|
-
receiptVersion: "compile_context_heartbeat.v1";
|
|
215
|
-
latencyProfile: {
|
|
216
|
-
fixtureId: string;
|
|
217
|
-
cachedP50Ms: number;
|
|
218
|
-
synthesizedP50Ms: number;
|
|
219
|
-
sampleCount: number;
|
|
220
|
-
measurementMode: "fixture_profile" | "live_profile";
|
|
221
|
-
};
|
|
222
|
-
docs: string[];
|
|
211
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
223
212
|
expectedEvaluation: {
|
|
224
213
|
outcome: "complete";
|
|
225
214
|
surfaceParityCoverage: 1;
|
|
@@ -230,10 +219,21 @@ declare const HeartbeatPropertyValidationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
230
219
|
blindScore: number;
|
|
231
220
|
improvementPoints: number;
|
|
232
221
|
};
|
|
222
|
+
graphWorktreeId: "tn7cwfdts6d4z6k44m2by8jj1s87skgq";
|
|
233
223
|
compositionKey: "heartbeat_property_validation_v1";
|
|
234
|
-
|
|
224
|
+
docs: string[];
|
|
225
|
+
operation: "compile_context";
|
|
226
|
+
receiptVersion: "compile_context_heartbeat.v1";
|
|
227
|
+
latencyProfile: {
|
|
228
|
+
fixtureId: string;
|
|
229
|
+
cachedP50Ms: number;
|
|
230
|
+
synthesizedP50Ms: number;
|
|
231
|
+
sampleCount: number;
|
|
232
|
+
measurementMode: "fixture_profile" | "live_profile";
|
|
233
|
+
};
|
|
234
|
+
surfaceTargets: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
235
235
|
projectionProofs: {
|
|
236
|
-
surface: "
|
|
236
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
237
237
|
artifactPath: string;
|
|
238
238
|
proves: string[];
|
|
239
239
|
}[];
|
|
@@ -272,19 +272,8 @@ declare const HeartbeatPropertyValidationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
272
272
|
checkCommands: string[];
|
|
273
273
|
}, {
|
|
274
274
|
worktree: "C2-Z.6.5";
|
|
275
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
276
|
-
operation: "compile_context";
|
|
277
275
|
contractVersion: "c2_z_heartbeat_property_validation.v1";
|
|
278
|
-
|
|
279
|
-
receiptVersion: "compile_context_heartbeat.v1";
|
|
280
|
-
latencyProfile: {
|
|
281
|
-
fixtureId: string;
|
|
282
|
-
cachedP50Ms: number;
|
|
283
|
-
synthesizedP50Ms: number;
|
|
284
|
-
sampleCount: number;
|
|
285
|
-
measurementMode: "fixture_profile" | "live_profile";
|
|
286
|
-
};
|
|
287
|
-
docs: string[];
|
|
276
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
288
277
|
expectedEvaluation: {
|
|
289
278
|
outcome: "complete";
|
|
290
279
|
surfaceParityCoverage: 1;
|
|
@@ -295,10 +284,21 @@ declare const HeartbeatPropertyValidationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
295
284
|
blindScore: number;
|
|
296
285
|
improvementPoints: number;
|
|
297
286
|
};
|
|
287
|
+
graphWorktreeId: "tn7cwfdts6d4z6k44m2by8jj1s87skgq";
|
|
298
288
|
compositionKey: "heartbeat_property_validation_v1";
|
|
299
|
-
|
|
289
|
+
docs: string[];
|
|
290
|
+
operation: "compile_context";
|
|
291
|
+
receiptVersion: "compile_context_heartbeat.v1";
|
|
292
|
+
latencyProfile: {
|
|
293
|
+
fixtureId: string;
|
|
294
|
+
cachedP50Ms: number;
|
|
295
|
+
synthesizedP50Ms: number;
|
|
296
|
+
sampleCount: number;
|
|
297
|
+
measurementMode: "fixture_profile" | "live_profile";
|
|
298
|
+
};
|
|
299
|
+
surfaceTargets: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
300
300
|
projectionProofs: {
|
|
301
|
-
surface: "
|
|
301
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
302
302
|
artifactPath: string;
|
|
303
303
|
proves: string[];
|
|
304
304
|
}[];
|
|
@@ -337,19 +337,8 @@ declare const HeartbeatPropertyValidationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
337
337
|
checkCommands: string[];
|
|
338
338
|
}>, {
|
|
339
339
|
worktree: "C2-Z.6.5";
|
|
340
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
341
|
-
operation: "compile_context";
|
|
342
340
|
contractVersion: "c2_z_heartbeat_property_validation.v1";
|
|
343
|
-
|
|
344
|
-
receiptVersion: "compile_context_heartbeat.v1";
|
|
345
|
-
latencyProfile: {
|
|
346
|
-
fixtureId: string;
|
|
347
|
-
cachedP50Ms: number;
|
|
348
|
-
synthesizedP50Ms: number;
|
|
349
|
-
sampleCount: number;
|
|
350
|
-
measurementMode: "fixture_profile" | "live_profile";
|
|
351
|
-
};
|
|
352
|
-
docs: string[];
|
|
341
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
353
342
|
expectedEvaluation: {
|
|
354
343
|
outcome: "complete";
|
|
355
344
|
surfaceParityCoverage: 1;
|
|
@@ -360,10 +349,21 @@ declare const HeartbeatPropertyValidationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
360
349
|
blindScore: number;
|
|
361
350
|
improvementPoints: number;
|
|
362
351
|
};
|
|
352
|
+
graphWorktreeId: "tn7cwfdts6d4z6k44m2by8jj1s87skgq";
|
|
363
353
|
compositionKey: "heartbeat_property_validation_v1";
|
|
364
|
-
|
|
354
|
+
docs: string[];
|
|
355
|
+
operation: "compile_context";
|
|
356
|
+
receiptVersion: "compile_context_heartbeat.v1";
|
|
357
|
+
latencyProfile: {
|
|
358
|
+
fixtureId: string;
|
|
359
|
+
cachedP50Ms: number;
|
|
360
|
+
synthesizedP50Ms: number;
|
|
361
|
+
sampleCount: number;
|
|
362
|
+
measurementMode: "fixture_profile" | "live_profile";
|
|
363
|
+
};
|
|
364
|
+
surfaceTargets: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
365
365
|
projectionProofs: {
|
|
366
|
-
surface: "
|
|
366
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
367
367
|
artifactPath: string;
|
|
368
368
|
proves: string[];
|
|
369
369
|
}[];
|
|
@@ -402,19 +402,8 @@ declare const HeartbeatPropertyValidationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
402
402
|
checkCommands: string[];
|
|
403
403
|
}, {
|
|
404
404
|
worktree: "C2-Z.6.5";
|
|
405
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
406
|
-
operation: "compile_context";
|
|
407
405
|
contractVersion: "c2_z_heartbeat_property_validation.v1";
|
|
408
|
-
|
|
409
|
-
receiptVersion: "compile_context_heartbeat.v1";
|
|
410
|
-
latencyProfile: {
|
|
411
|
-
fixtureId: string;
|
|
412
|
-
cachedP50Ms: number;
|
|
413
|
-
synthesizedP50Ms: number;
|
|
414
|
-
sampleCount: number;
|
|
415
|
-
measurementMode: "fixture_profile" | "live_profile";
|
|
416
|
-
};
|
|
417
|
-
docs: string[];
|
|
406
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
418
407
|
expectedEvaluation: {
|
|
419
408
|
outcome: "complete";
|
|
420
409
|
surfaceParityCoverage: 1;
|
|
@@ -425,10 +414,21 @@ declare const HeartbeatPropertyValidationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
425
414
|
blindScore: number;
|
|
426
415
|
improvementPoints: number;
|
|
427
416
|
};
|
|
417
|
+
graphWorktreeId: "tn7cwfdts6d4z6k44m2by8jj1s87skgq";
|
|
428
418
|
compositionKey: "heartbeat_property_validation_v1";
|
|
429
|
-
|
|
419
|
+
docs: string[];
|
|
420
|
+
operation: "compile_context";
|
|
421
|
+
receiptVersion: "compile_context_heartbeat.v1";
|
|
422
|
+
latencyProfile: {
|
|
423
|
+
fixtureId: string;
|
|
424
|
+
cachedP50Ms: number;
|
|
425
|
+
synthesizedP50Ms: number;
|
|
426
|
+
sampleCount: number;
|
|
427
|
+
measurementMode: "fixture_profile" | "live_profile";
|
|
428
|
+
};
|
|
429
|
+
surfaceTargets: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
430
430
|
projectionProofs: {
|
|
431
|
-
surface: "
|
|
431
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
432
432
|
artifactPath: string;
|
|
433
433
|
proves: string[];
|
|
434
434
|
}[];
|
|
@@ -656,19 +656,8 @@ declare function evaluateHeartbeatPropertyValidation(contract: Pick<HeartbeatPro
|
|
|
656
656
|
};
|
|
657
657
|
declare const parsedHeartbeatPropertyValidationContract: {
|
|
658
658
|
worktree: "C2-Z.6.5";
|
|
659
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
660
|
-
operation: "compile_context";
|
|
661
659
|
contractVersion: "c2_z_heartbeat_property_validation.v1";
|
|
662
|
-
|
|
663
|
-
receiptVersion: "compile_context_heartbeat.v1";
|
|
664
|
-
latencyProfile: {
|
|
665
|
-
fixtureId: string;
|
|
666
|
-
cachedP50Ms: number;
|
|
667
|
-
synthesizedP50Ms: number;
|
|
668
|
-
sampleCount: number;
|
|
669
|
-
measurementMode: "fixture_profile" | "live_profile";
|
|
670
|
-
};
|
|
671
|
-
docs: string[];
|
|
660
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
672
661
|
expectedEvaluation: {
|
|
673
662
|
outcome: "complete";
|
|
674
663
|
surfaceParityCoverage: 1;
|
|
@@ -679,10 +668,21 @@ declare const parsedHeartbeatPropertyValidationContract: {
|
|
|
679
668
|
blindScore: number;
|
|
680
669
|
improvementPoints: number;
|
|
681
670
|
};
|
|
671
|
+
graphWorktreeId: "tn7cwfdts6d4z6k44m2by8jj1s87skgq";
|
|
682
672
|
compositionKey: "heartbeat_property_validation_v1";
|
|
683
|
-
|
|
673
|
+
docs: string[];
|
|
674
|
+
operation: "compile_context";
|
|
675
|
+
receiptVersion: "compile_context_heartbeat.v1";
|
|
676
|
+
latencyProfile: {
|
|
677
|
+
fixtureId: string;
|
|
678
|
+
cachedP50Ms: number;
|
|
679
|
+
synthesizedP50Ms: number;
|
|
680
|
+
sampleCount: number;
|
|
681
|
+
measurementMode: "fixture_profile" | "live_profile";
|
|
682
|
+
};
|
|
683
|
+
surfaceTargets: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
684
684
|
projectionProofs: {
|
|
685
|
-
surface: "
|
|
685
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
686
686
|
artifactPath: string;
|
|
687
687
|
proves: string[];
|
|
688
688
|
}[];
|
|
@@ -733,10 +733,10 @@ declare const HEARTBEAT_PROPERTY_VALIDATION_COMPOSITION_ROW: {
|
|
|
733
733
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
734
734
|
qualityVector: string[];
|
|
735
735
|
identity: {
|
|
736
|
+
registryKeyField: "key";
|
|
736
737
|
canonicalPublicIdField: "compositionUuid";
|
|
737
738
|
canonicalPublicIdVersion: "uuidv7";
|
|
738
739
|
storageLocatorSemantic: false;
|
|
739
|
-
registryKeyField: "key";
|
|
740
740
|
contentAddressFields: string[];
|
|
741
741
|
};
|
|
742
742
|
authorization: {
|
|
@@ -775,10 +775,10 @@ declare const HEARTBEAT_PROPERTY_VALIDATION_COMPOSITION_ROW: {
|
|
|
775
775
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
776
776
|
qualityVector: string[];
|
|
777
777
|
identity: {
|
|
778
|
+
registryKeyField: "key";
|
|
778
779
|
canonicalPublicIdField: "compositionUuid";
|
|
779
780
|
canonicalPublicIdVersion: "uuidv7";
|
|
780
781
|
storageLocatorSemantic: false;
|
|
781
|
-
registryKeyField: "key";
|
|
782
782
|
contentAddressFields: string[];
|
|
783
783
|
};
|
|
784
784
|
authorization: {
|
|
@@ -817,10 +817,10 @@ declare const HEARTBEAT_PROPERTY_VALIDATION_COMPOSITION_ROW: {
|
|
|
817
817
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
818
818
|
qualityVector: string[];
|
|
819
819
|
identity: {
|
|
820
|
+
registryKeyField: "key";
|
|
820
821
|
canonicalPublicIdField: "compositionUuid";
|
|
821
822
|
canonicalPublicIdVersion: "uuidv7";
|
|
822
823
|
storageLocatorSemantic: false;
|
|
823
|
-
registryKeyField: "key";
|
|
824
824
|
contentAddressFields: string[];
|
|
825
825
|
};
|
|
826
826
|
authorization: {
|
|
@@ -859,10 +859,10 @@ declare const HEARTBEAT_PROPERTY_VALIDATION_COMPOSITION_ROW: {
|
|
|
859
859
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
860
860
|
qualityVector: string[];
|
|
861
861
|
identity: {
|
|
862
|
+
registryKeyField: "key";
|
|
862
863
|
canonicalPublicIdField: "compositionUuid";
|
|
863
864
|
canonicalPublicIdVersion: "uuidv7";
|
|
864
865
|
storageLocatorSemantic: false;
|
|
865
|
-
registryKeyField: "key";
|
|
866
866
|
contentAddressFields: string[];
|
|
867
867
|
};
|
|
868
868
|
authorization: {
|
|
@@ -892,19 +892,19 @@ declare const HEARTBEAT_PROPERTY_VALIDATION_COMPOSITION_ROW: {
|
|
|
892
892
|
key: string;
|
|
893
893
|
emittedAs: string;
|
|
894
894
|
classification: "substrate_contract";
|
|
895
|
-
lifecycle: "
|
|
895
|
+
lifecycle: "reserved";
|
|
896
896
|
ownerLane: string;
|
|
897
897
|
dependsOn: string[];
|
|
898
898
|
primitives: string[];
|
|
899
899
|
sourceSurfaces: string[];
|
|
900
900
|
defaultDepth: "extra-high";
|
|
901
|
-
allowedDepths: ("
|
|
901
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
902
902
|
qualityVector: string[];
|
|
903
903
|
identity: {
|
|
904
|
+
registryKeyField: "key";
|
|
904
905
|
canonicalPublicIdField: "compositionUuid";
|
|
905
906
|
canonicalPublicIdVersion: "uuidv7";
|
|
906
907
|
storageLocatorSemantic: false;
|
|
907
|
-
registryKeyField: "key";
|
|
908
908
|
contentAddressFields: string[];
|
|
909
909
|
};
|
|
910
910
|
authorization: {
|
|
@@ -939,14 +939,14 @@ declare const HEARTBEAT_PROPERTY_VALIDATION_COMPOSITION_ROW: {
|
|
|
939
939
|
dependsOn: string[];
|
|
940
940
|
primitives: string[];
|
|
941
941
|
sourceSurfaces: string[];
|
|
942
|
-
defaultDepth: "
|
|
943
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
942
|
+
defaultDepth: "high";
|
|
943
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
944
944
|
qualityVector: string[];
|
|
945
945
|
identity: {
|
|
946
|
+
registryKeyField: "key";
|
|
946
947
|
canonicalPublicIdField: "compositionUuid";
|
|
947
948
|
canonicalPublicIdVersion: "uuidv7";
|
|
948
949
|
storageLocatorSemantic: false;
|
|
949
|
-
registryKeyField: "key";
|
|
950
950
|
contentAddressFields: string[];
|
|
951
951
|
};
|
|
952
952
|
authorization: {
|
|
@@ -976,19 +976,19 @@ declare const HEARTBEAT_PROPERTY_VALIDATION_COMPOSITION_ROW: {
|
|
|
976
976
|
key: string;
|
|
977
977
|
emittedAs: string;
|
|
978
978
|
classification: "substrate_contract";
|
|
979
|
-
lifecycle: "
|
|
979
|
+
lifecycle: "current";
|
|
980
980
|
ownerLane: string;
|
|
981
981
|
dependsOn: string[];
|
|
982
982
|
primitives: string[];
|
|
983
983
|
sourceSurfaces: string[];
|
|
984
|
-
defaultDepth: "high";
|
|
985
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
984
|
+
defaultDepth: "extra-high";
|
|
985
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
986
986
|
qualityVector: string[];
|
|
987
987
|
identity: {
|
|
988
|
+
registryKeyField: "key";
|
|
988
989
|
canonicalPublicIdField: "compositionUuid";
|
|
989
990
|
canonicalPublicIdVersion: "uuidv7";
|
|
990
991
|
storageLocatorSemantic: false;
|
|
991
|
-
registryKeyField: "key";
|
|
992
992
|
contentAddressFields: string[];
|
|
993
993
|
};
|
|
994
994
|
authorization: {
|
package/dist/index.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ export { CHECK_MANIFEST, CHECK_MANIFEST_ENTRIES, CheckCategory, CheckCategorySch
|
|
|
41
41
|
export { C2_LA_COMPOSITION_REGISTRY, DATA_MODEL_MANIFEST_COMPOSITION_KEYS, DATA_MODEL_MANIFEST_SURFACE_COMPOSITION_KEYS, parsedCompositionRegistry } from './manifests/composition-registry.js';
|
|
42
42
|
export { DATA_MODEL_MANIFEST_REQUIRED_CODEGEN_FIELDS, DATA_MODEL_MANIFEST_SKELETON, DataModelAuditEventSchema, DataModelCompositionSchema, DataModelConfidenceEffectSchema, DataModelDepthSchema, DataModelIdentitySchema, DataModelIdentityStatusSchema, DataModelLatencyBudgetSchema, DataModelLintSchema, DataModelManifestSkeleton, DataModelManifestSkeletonSchema, DataModelPolicyResourceSchema, DataModelPrimitiveSchema, DataModelRelationshipSchema, DataModelReplayBindingSchema, DataModelStorageKindSchema, DataModelSurfaceSchema, DataModelTestSchema, DataModelTriggerSchema, DataModelWriteContractSchema } from './manifests/data-model-manifest.js';
|
|
43
43
|
export { edgePolicyManifest } from './manifests/edge-policy-manifest.data.js';
|
|
44
|
-
export { E as EdgePolicyEntry, a as EdgePolicyEntrySchema, b as EdgePolicyManifest, c as EdgePolicyManifestSchema, d as EdgePolicyViolation, e as EpistemicNodeType, f as EpistemicNodeTypeSchema, G as GRAPH_REF_NODE_TYPES, g as GraphRef, h as GraphRefSchema, i as assertEdgePolicyAllowed, j as findEdgePolicy } from './edge-policy-manifest-
|
|
44
|
+
export { E as EdgePolicyEntry, a as EdgePolicyEntrySchema, b as EdgePolicyManifest, c as EdgePolicyManifestSchema, d as EdgePolicyViolation, e as EpistemicNodeType, f as EpistemicNodeTypeSchema, G as GRAPH_REF_NODE_TYPES, g as GraphRef, h as GraphRefSchema, i as assertEdgePolicyAllowed, j as findEdgePolicy } from './edge-policy-manifest-C38kuf7v.js';
|
|
45
45
|
export { INFISICAL_RUNTIME_MANIFEST, InfisicalRuntimeManifest } from './manifests/infisical-runtime-manifest.js';
|
|
46
46
|
export { CheckContext, CheckerKind, InvariantId, InvariantManifest, InvariantManifestSchema, InvariantResult, InvariantRule, InvariantSeverity } from './manifests/invariant-manifest.js';
|
|
47
47
|
export { TENANT_CLIENT_MANIFEST, TenantClientManifest } from './manifests/tenant-client-manifest.js';
|
|
@@ -89,7 +89,7 @@ export { TRANSITION_RECEIPT_COMPOSITION_KEY, TRANSITION_RECEIPT_CONTRACT, TRANSI
|
|
|
89
89
|
export { ConstitutionalTraversalMode, ConstitutionalTraversalModeSchema, LEGACY_EDGE_TRAVERSAL_MODE_VALUES, LegacyEdgeTraversalMode, LegacyEdgeTraversalModeSchema, TRAVERSAL_DEPTH_VALUES, TRAVERSAL_MODE_CONSTITUTION_COMPOSITION_KEY, TRAVERSAL_MODE_CONSTITUTION_COMPOSITION_ROW, TRAVERSAL_MODE_CONSTITUTION_CONTRACT, TRAVERSAL_MODE_CONSTITUTION_CONTRACT_VERSION, TRAVERSAL_MODE_CONSTITUTION_GRAPH_WORKTREE_ID, TRAVERSAL_MODE_CONSTITUTION_LANE, TRAVERSAL_MODE_CONSTITUTION_REFUSAL_IDS, TRAVERSAL_MODE_CONSTITUTION_WORKTREE, TRAVERSAL_MODE_VALUES, TraversalDepth, TraversalDepthSchema, TraversalModeConstitutionContract, TraversalModeConstitutionContractSchema, TraversalModeConstitutionRefusalId, TraversalModeStrictDecision, TraversalModeStrictRequestCandidate, canonicalizeTraversalMode, evaluateTraversalModeStrictRequest, maxDepthForTraversalDepth, normalizeTraversalDepth, parsedTraversalModeConstitutionContract, toLegacyEdgeTraversalMode, traversalSurfaceDefaults } from './traversal-mode-constitution.contract.js';
|
|
90
90
|
export { TYPED_GATE_REGISTRY_COMPOSITION_KEY, TYPED_GATE_REGISTRY_COMPOSITION_ROW, TYPED_GATE_REGISTRY_CONTRACT, TYPED_GATE_REGISTRY_CONTRACT_VERSION, TYPED_GATE_REGISTRY_FIELD_FAMILIES, TYPED_GATE_REGISTRY_GATE_KEYS, TYPED_GATE_REGISTRY_GATE_TYPES, TYPED_GATE_REGISTRY_GRAPH_WORKTREE_ID, TYPED_GATE_REGISTRY_LANE, TYPED_GATE_REGISTRY_REFUSAL_IDS, TYPED_GATE_REGISTRY_VERDICTS, TYPED_GATE_REGISTRY_WORKTREE, TypedGateDefinitionCandidate, TypedGateRegistryContract, TypedGateRegistryContractSchema, TypedGateRegistryFieldFamily, TypedGateRegistryGateKey, TypedGateRegistryGateType, TypedGateRegistryRefusalId, TypedGateRegistryVerdict, evaluateTypedGateDefinitionCandidate, parsedTypedGateRegistryContract } from './typed-gate-registry.contract.js';
|
|
91
91
|
export { TYPED_NEED_BLOCKING_MODES, TYPED_NEED_BOUNDARY_EXAMPLES, TYPED_NEED_CLOSURE_REF_KINDS, TYPED_NEED_COMPOSITION_KEY, TYPED_NEED_CONTRACT, TYPED_NEED_GRAPH_WORKTREE_ID, TYPED_NEED_LANE, TYPED_NEED_OPENING_RECEIPT_KINDS, TYPED_NEED_POSITIVE_PACKET, TYPED_NEED_REFUSAL_IDS, TYPED_NEED_RESOLVER_CONTRACTS, TYPED_NEED_STATUSES, TYPED_NEED_TASKS, TYPED_NEED_TYPES, TYPED_NEED_VERSION, TYPED_NEED_WORKTREE, TypedNeed, TypedNeedBlockingModeSchema, TypedNeedClosureRefKindSchema, TypedNeedContract, TypedNeedContractSchema, TypedNeedOpeningReceiptKindSchema, TypedNeedResolutionPacket, TypedNeedResolutionPacketSchema, TypedNeedSchema, TypedNeedStatusSchema, TypedNeedTypeSchema, buildTypedNeedRefusalFixtures, evaluateTypedNeedResolutionPacket, parsedTypedNeedContract } from './typed-need.contract.js';
|
|
92
|
-
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-
|
|
92
|
+
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';
|
|
93
93
|
export { CANONICAL_WORKFLOW_DEFINITIONS, DEFAULT_TIER_APPROVAL_MODE, DEFAULT_WORKFLOW_AUTO_FIX_POLICY, EngineeringBriefOutput, InboxSummaryOutput, MORNING_BRIEF_WORKFLOW_ID, NIGHTLY_RECONCILIATION_WORKFLOW_ID, PipelineBriefOutput, ResearchMemoOutput, StrategyArtifactOutput, StructuredPayloadOutput, WORKFLOW_ACTION_KINDS, WORKFLOW_APPROVAL_MODES, WORKFLOW_AUTO_FIX_MODES, WORKFLOW_HOOK_EVENTS, WORKFLOW_INTEGRITY_CHECKS, WORKFLOW_MUTATION_TIERS, WORKFLOW_OUTPUT_KINDS, WORKFLOW_PROOF_ARTIFACT_KINDS, WORKFLOW_RUNTIME_SCHEMA_VERSION, WORKFLOW_RUN_STATUSES, WORKFLOW_STAFFING_HINTS, WORKFLOW_TRIGGER_KINDS, WorkflowActionContract, WorkflowActionKind, WorkflowApprovalMode, WorkflowApprovalPolicy, WorkflowAutoFixMode, WorkflowAutoFixPolicy, WorkflowDefinitionV1, WorkflowHookContract, WorkflowHookEvent, WorkflowIntegrityCheckId, WorkflowMutationTier, WorkflowOutputBase, WorkflowOutputContract, WorkflowOutputKind, WorkflowProofArtifact, WorkflowProofArtifactKind, WorkflowRunReceiptV1, WorkflowRunStatus, WorkflowStaffingHint, WorkflowTriggerContract, WorkflowTriggerKind } from './workflow-runtime.contract.js';
|
|
94
94
|
export { WORKSPACE_DATA_SOVEREIGNTY_CONTRACT, WORKSPACE_DATA_SOVEREIGNTY_CONTRACT_VERSION, WORKSPACE_DATA_SOVEREIGNTY_GRAPH_WORKTREE_ID, WORKSPACE_DATA_SOVEREIGNTY_LANE, WORKSPACE_DATA_SOVEREIGNTY_WORKTREE, WORKSPACE_SOVEREIGNTY_ADOPTION_DECISIONS, WORKSPACE_SOVEREIGNTY_ANONYMIZATION_MODES, WORKSPACE_SOVEREIGNTY_CLASSIFICATIONS, WORKSPACE_SOVEREIGNTY_CLASSIFICATION_POLICIES, WORKSPACE_SOVEREIGNTY_CONSENT_SCOPES, WORKSPACE_SOVEREIGNTY_CONSENT_STATES, WORKSPACE_SOVEREIGNTY_EXPORT_DECISIONS, WORKSPACE_SOVEREIGNTY_FIELD_GROUPS, WORKSPACE_SOVEREIGNTY_LR5_PROOF_STATES, WORKSPACE_SOVEREIGNTY_NO_GO_REASONS, WORKSPACE_SOVEREIGNTY_REQUIRED_SCENARIOS, WORKSPACE_SOVEREIGNTY_RETENTION_STATES, WORKSPACE_SOVEREIGNTY_SOURCE_TYPES, WorkspaceDataSovereigntyReceipt, WorkspaceDataSovereigntyReceiptSchema, WorkspaceSovereigntyClassification, WorkspaceSovereigntyConsentSchema, WorkspaceSovereigntyDecision, WorkspaceSovereigntyDecisionSchema, WorkspaceSovereigntyEvaluation, WorkspaceSovereigntyNoGoReason, WorkspaceSovereigntyPermitBindingSchema, WorkspaceSovereigntyRetentionSchema, WorkspaceSovereigntySourceObjectSchema, evaluateWorkspaceSovereigntyDecision, hasWorkspaceSovereigntyNoGo, parseWorkspaceDataSovereigntyReceipt } from './workspace-data-sovereignty.contract.js';
|
|
95
95
|
export { CANONICAL_PIPELINE_BELIEF_ID, Intent2RankingCandidate, Q5_STRUCTURAL_ADOPTION_QUESTION_ID, StructuralAdoptionProjection, WORKTREE_BELIEF_ADOPTION_COMPOSITION_KEY, WORKTREE_BELIEF_ADOPTION_COMPOSITION_ROW, WORKTREE_BELIEF_ADOPTION_CONTRACT, WORKTREE_BELIEF_ADOPTION_CONTRACT_VERSION, WORKTREE_BELIEF_ADOPTION_GRAPH_WORKTREE_ID, WORKTREE_BELIEF_ADOPTION_LANE, WORKTREE_BELIEF_ADOPTION_REFUSAL_IDS, WORKTREE_BELIEF_ADOPTION_WORKTREE, WorktreeBeliefAdoptionContract, WorktreeBeliefAdoptionContractSchema, WorktreeBeliefAdoptionRefusalId, parsedWorktreeBeliefAdoptionContract, rankIntent2Assumptions, scoreStructuralAdoption } from './worktree-belief-adoption.contract.js';
|
|
@@ -22,12 +22,12 @@ declare const ManifestProjectionGenerationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
22
22
|
generatedFrom: z.ZodArray<z.ZodString, "many">;
|
|
23
23
|
surface: z.ZodEnum<["sdk", "rest", "mcp", "cli", "docs"]>;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
-
surface: "mcp" | "sdk" | "rest" | "cli" | "docs";
|
|
26
25
|
path: string;
|
|
26
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
27
27
|
generatedFrom: string[];
|
|
28
28
|
}, {
|
|
29
|
-
surface: "mcp" | "sdk" | "rest" | "cli" | "docs";
|
|
30
29
|
path: string;
|
|
30
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
31
31
|
generatedFrom: string[];
|
|
32
32
|
}>, "many">;
|
|
33
33
|
paritySurfaces: z.ZodArray<z.ZodEnum<["sdk", "rest", "mcp", "cli", "docs"]>, "many">;
|
|
@@ -36,12 +36,12 @@ declare const ManifestProjectionGenerationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
36
36
|
owner: z.ZodString;
|
|
37
37
|
proof: z.ZodString;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
proof: string;
|
|
40
39
|
requirement: string;
|
|
40
|
+
proof: string;
|
|
41
41
|
owner: string;
|
|
42
42
|
}, {
|
|
43
|
-
proof: string;
|
|
44
43
|
requirement: string;
|
|
44
|
+
proof: string;
|
|
45
45
|
owner: string;
|
|
46
46
|
}>, "many">;
|
|
47
47
|
checkCommands: z.ZodArray<z.ZodString, "many">;
|
|
@@ -67,10 +67,8 @@ declare const ManifestProjectionGenerationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
67
67
|
}>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
69
|
worktree: "C2-Z.6";
|
|
70
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
71
70
|
contractVersion: "c2_z_manifest_projection_generation.v1";
|
|
72
|
-
|
|
73
|
-
docs: string[];
|
|
71
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
74
72
|
expectedEvaluation: {
|
|
75
73
|
outcome: "complete";
|
|
76
74
|
rootManifestCoverage: 1;
|
|
@@ -78,26 +76,26 @@ declare const ManifestProjectionGenerationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
78
76
|
surfaceParityCoverage: 1;
|
|
79
77
|
releaseDocumentationCoverage: 1;
|
|
80
78
|
};
|
|
79
|
+
graphWorktreeId: "tn7b70dxhmbbk4b4ej3ngd6t1x87s8d5";
|
|
81
80
|
compositionKey: "manifest_projection_generation_v1";
|
|
81
|
+
docs: string[];
|
|
82
82
|
checkCommands: string[];
|
|
83
83
|
rootSources: string[];
|
|
84
84
|
generatedArtifacts: {
|
|
85
|
-
surface: "mcp" | "sdk" | "rest" | "cli" | "docs";
|
|
86
85
|
path: string;
|
|
86
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
87
87
|
generatedFrom: string[];
|
|
88
88
|
}[];
|
|
89
|
-
paritySurfaces: ("
|
|
89
|
+
paritySurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
90
90
|
releaseRequirements: {
|
|
91
|
-
proof: string;
|
|
92
91
|
requirement: string;
|
|
92
|
+
proof: string;
|
|
93
93
|
owner: string;
|
|
94
94
|
}[];
|
|
95
95
|
}, {
|
|
96
96
|
worktree: "C2-Z.6";
|
|
97
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
98
97
|
contractVersion: "c2_z_manifest_projection_generation.v1";
|
|
99
|
-
|
|
100
|
-
docs: string[];
|
|
98
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
101
99
|
expectedEvaluation: {
|
|
102
100
|
outcome: "complete";
|
|
103
101
|
rootManifestCoverage: 1;
|
|
@@ -105,26 +103,26 @@ declare const ManifestProjectionGenerationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
105
103
|
surfaceParityCoverage: 1;
|
|
106
104
|
releaseDocumentationCoverage: 1;
|
|
107
105
|
};
|
|
106
|
+
graphWorktreeId: "tn7b70dxhmbbk4b4ej3ngd6t1x87s8d5";
|
|
108
107
|
compositionKey: "manifest_projection_generation_v1";
|
|
108
|
+
docs: string[];
|
|
109
109
|
checkCommands: string[];
|
|
110
110
|
rootSources: string[];
|
|
111
111
|
generatedArtifacts: {
|
|
112
|
-
surface: "mcp" | "sdk" | "rest" | "cli" | "docs";
|
|
113
112
|
path: string;
|
|
113
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
114
114
|
generatedFrom: string[];
|
|
115
115
|
}[];
|
|
116
|
-
paritySurfaces: ("
|
|
116
|
+
paritySurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
117
117
|
releaseRequirements: {
|
|
118
|
-
proof: string;
|
|
119
118
|
requirement: string;
|
|
119
|
+
proof: string;
|
|
120
120
|
owner: string;
|
|
121
121
|
}[];
|
|
122
122
|
}>, {
|
|
123
123
|
worktree: "C2-Z.6";
|
|
124
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
125
124
|
contractVersion: "c2_z_manifest_projection_generation.v1";
|
|
126
|
-
|
|
127
|
-
docs: string[];
|
|
125
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
128
126
|
expectedEvaluation: {
|
|
129
127
|
outcome: "complete";
|
|
130
128
|
rootManifestCoverage: 1;
|
|
@@ -132,26 +130,26 @@ declare const ManifestProjectionGenerationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
132
130
|
surfaceParityCoverage: 1;
|
|
133
131
|
releaseDocumentationCoverage: 1;
|
|
134
132
|
};
|
|
133
|
+
graphWorktreeId: "tn7b70dxhmbbk4b4ej3ngd6t1x87s8d5";
|
|
135
134
|
compositionKey: "manifest_projection_generation_v1";
|
|
135
|
+
docs: string[];
|
|
136
136
|
checkCommands: string[];
|
|
137
137
|
rootSources: string[];
|
|
138
138
|
generatedArtifacts: {
|
|
139
|
-
surface: "mcp" | "sdk" | "rest" | "cli" | "docs";
|
|
140
139
|
path: string;
|
|
140
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
141
141
|
generatedFrom: string[];
|
|
142
142
|
}[];
|
|
143
|
-
paritySurfaces: ("
|
|
143
|
+
paritySurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
144
144
|
releaseRequirements: {
|
|
145
|
-
proof: string;
|
|
146
145
|
requirement: string;
|
|
146
|
+
proof: string;
|
|
147
147
|
owner: string;
|
|
148
148
|
}[];
|
|
149
149
|
}, {
|
|
150
150
|
worktree: "C2-Z.6";
|
|
151
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
152
151
|
contractVersion: "c2_z_manifest_projection_generation.v1";
|
|
153
|
-
|
|
154
|
-
docs: string[];
|
|
152
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
155
153
|
expectedEvaluation: {
|
|
156
154
|
outcome: "complete";
|
|
157
155
|
rootManifestCoverage: 1;
|
|
@@ -159,18 +157,20 @@ declare const ManifestProjectionGenerationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
159
157
|
surfaceParityCoverage: 1;
|
|
160
158
|
releaseDocumentationCoverage: 1;
|
|
161
159
|
};
|
|
160
|
+
graphWorktreeId: "tn7b70dxhmbbk4b4ej3ngd6t1x87s8d5";
|
|
162
161
|
compositionKey: "manifest_projection_generation_v1";
|
|
162
|
+
docs: string[];
|
|
163
163
|
checkCommands: string[];
|
|
164
164
|
rootSources: string[];
|
|
165
165
|
generatedArtifacts: {
|
|
166
|
-
surface: "mcp" | "sdk" | "rest" | "cli" | "docs";
|
|
167
166
|
path: string;
|
|
167
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
168
168
|
generatedFrom: string[];
|
|
169
169
|
}[];
|
|
170
|
-
paritySurfaces: ("
|
|
170
|
+
paritySurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
171
171
|
releaseRequirements: {
|
|
172
|
-
proof: string;
|
|
173
172
|
requirement: string;
|
|
173
|
+
proof: string;
|
|
174
174
|
owner: string;
|
|
175
175
|
}[];
|
|
176
176
|
}>;
|
|
@@ -252,10 +252,8 @@ declare function evaluateManifestProjectionGeneration(contract: Pick<ManifestPro
|
|
|
252
252
|
};
|
|
253
253
|
declare const parsedManifestProjectionGenerationContract: {
|
|
254
254
|
worktree: "C2-Z.6";
|
|
255
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
256
255
|
contractVersion: "c2_z_manifest_projection_generation.v1";
|
|
257
|
-
|
|
258
|
-
docs: string[];
|
|
256
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
259
257
|
expectedEvaluation: {
|
|
260
258
|
outcome: "complete";
|
|
261
259
|
rootManifestCoverage: 1;
|
|
@@ -263,18 +261,20 @@ declare const parsedManifestProjectionGenerationContract: {
|
|
|
263
261
|
surfaceParityCoverage: 1;
|
|
264
262
|
releaseDocumentationCoverage: 1;
|
|
265
263
|
};
|
|
264
|
+
graphWorktreeId: "tn7b70dxhmbbk4b4ej3ngd6t1x87s8d5";
|
|
266
265
|
compositionKey: "manifest_projection_generation_v1";
|
|
266
|
+
docs: string[];
|
|
267
267
|
checkCommands: string[];
|
|
268
268
|
rootSources: string[];
|
|
269
269
|
generatedArtifacts: {
|
|
270
|
-
surface: "mcp" | "sdk" | "rest" | "cli" | "docs";
|
|
271
270
|
path: string;
|
|
271
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
272
272
|
generatedFrom: string[];
|
|
273
273
|
}[];
|
|
274
|
-
paritySurfaces: ("
|
|
274
|
+
paritySurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
275
275
|
releaseRequirements: {
|
|
276
|
-
proof: string;
|
|
277
276
|
requirement: string;
|
|
277
|
+
proof: string;
|
|
278
278
|
owner: string;
|
|
279
279
|
}[];
|
|
280
280
|
};
|
|
@@ -26,17 +26,17 @@ declare const CheckManifestEntrySchema: z.ZodObject<{
|
|
|
26
26
|
*/
|
|
27
27
|
retireWhen: z.ZodOptional<z.ZodString>;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
-
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
30
|
-
lane: string;
|
|
31
29
|
rationale: string;
|
|
30
|
+
lane: string;
|
|
31
|
+
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
32
32
|
category: "ci-required" | "resume-gate" | "runtime-queue-receipt" | "ci-promotion-candidate" | "contract-gate" | "eval-harness" | "audit-tool" | "composite-expand" | "receipt-frozen";
|
|
33
33
|
packageJsonName: string;
|
|
34
34
|
r1Queue?: string | undefined;
|
|
35
35
|
retireWhen?: string | undefined;
|
|
36
36
|
}, {
|
|
37
|
-
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
38
|
-
lane: string;
|
|
39
37
|
rationale: string;
|
|
38
|
+
lane: string;
|
|
39
|
+
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
40
40
|
category: "ci-required" | "resume-gate" | "runtime-queue-receipt" | "ci-promotion-candidate" | "contract-gate" | "eval-harness" | "audit-tool" | "composite-expand" | "receipt-frozen";
|
|
41
41
|
packageJsonName: string;
|
|
42
42
|
r1Queue?: string | undefined;
|
|
@@ -67,17 +67,17 @@ declare const CheckManifestSchema: z.ZodObject<{
|
|
|
67
67
|
*/
|
|
68
68
|
retireWhen: z.ZodOptional<z.ZodString>;
|
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
|
70
|
-
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
71
|
-
lane: string;
|
|
72
70
|
rationale: string;
|
|
71
|
+
lane: string;
|
|
72
|
+
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
73
73
|
category: "ci-required" | "resume-gate" | "runtime-queue-receipt" | "ci-promotion-candidate" | "contract-gate" | "eval-harness" | "audit-tool" | "composite-expand" | "receipt-frozen";
|
|
74
74
|
packageJsonName: string;
|
|
75
75
|
r1Queue?: string | undefined;
|
|
76
76
|
retireWhen?: string | undefined;
|
|
77
77
|
}, {
|
|
78
|
-
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
79
|
-
lane: string;
|
|
80
78
|
rationale: string;
|
|
79
|
+
lane: string;
|
|
80
|
+
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
81
81
|
category: "ci-required" | "resume-gate" | "runtime-queue-receipt" | "ci-promotion-candidate" | "contract-gate" | "eval-harness" | "audit-tool" | "composite-expand" | "receipt-frozen";
|
|
82
82
|
packageJsonName: string;
|
|
83
83
|
r1Queue?: string | undefined;
|
|
@@ -85,9 +85,9 @@ declare const CheckManifestSchema: z.ZodObject<{
|
|
|
85
85
|
}>, "many">;
|
|
86
86
|
}, "strip", z.ZodTypeAny, {
|
|
87
87
|
entries: {
|
|
88
|
-
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
89
|
-
lane: string;
|
|
90
88
|
rationale: string;
|
|
89
|
+
lane: string;
|
|
90
|
+
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
91
91
|
category: "ci-required" | "resume-gate" | "runtime-queue-receipt" | "ci-promotion-candidate" | "contract-gate" | "eval-harness" | "audit-tool" | "composite-expand" | "receipt-frozen";
|
|
92
92
|
packageJsonName: string;
|
|
93
93
|
r1Queue?: string | undefined;
|
|
@@ -96,9 +96,9 @@ declare const CheckManifestSchema: z.ZodObject<{
|
|
|
96
96
|
manifestVersion: "1.0.0";
|
|
97
97
|
}, {
|
|
98
98
|
entries: {
|
|
99
|
-
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
100
|
-
lane: string;
|
|
101
99
|
rationale: string;
|
|
100
|
+
lane: string;
|
|
101
|
+
lifecycle: "retired" | "ci" | "on-demand" | "closeout";
|
|
102
102
|
category: "ci-required" | "resume-gate" | "runtime-queue-receipt" | "ci-promotion-candidate" | "contract-gate" | "eval-harness" | "audit-tool" | "composite-expand" | "receipt-frozen";
|
|
103
103
|
packageJsonName: string;
|
|
104
104
|
r1Queue?: string | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { E as EdgePolicyEntry, a as EdgePolicyEntrySchema, b as EdgePolicyManifest, c as EdgePolicyManifestSchema, d as EdgePolicyViolation, i as assertEdgePolicyAllowed, j as findEdgePolicy } from '../edge-policy-manifest-
|
|
2
|
+
export { E as EdgePolicyEntry, a as EdgePolicyEntrySchema, b as EdgePolicyManifest, c as EdgePolicyManifestSchema, d as EdgePolicyViolation, i as assertEdgePolicyAllowed, j as findEdgePolicy } from '../edge-policy-manifest-C38kuf7v.js';
|