@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
|
@@ -39,12 +39,12 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
39
39
|
metadataFallbackReadAllowed: z.ZodBoolean;
|
|
40
40
|
writeAuthority: z.ZodLiteral<"top_level">;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
field: "
|
|
42
|
+
field: "evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags";
|
|
43
43
|
requiredForCreate: boolean;
|
|
44
44
|
metadataFallbackReadAllowed: boolean;
|
|
45
45
|
writeAuthority: "top_level";
|
|
46
46
|
}, {
|
|
47
|
-
field: "
|
|
47
|
+
field: "evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags";
|
|
48
48
|
requiredForCreate: boolean;
|
|
49
49
|
metadataFallbackReadAllowed: boolean;
|
|
50
50
|
writeAuthority: "top_level";
|
|
@@ -69,7 +69,7 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
69
69
|
targetScopeSurface: z.ZodLiteral<"list_evidence">;
|
|
70
70
|
targetScopeRequiredArgument: z.ZodLiteral<"targetId">;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
|
-
dimensions: ("
|
|
72
|
+
dimensions: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
73
73
|
policyKey: "evidence_scoring_policy_v1";
|
|
74
74
|
metadataDereferencesAllowed: false;
|
|
75
75
|
scoreRange: {
|
|
@@ -80,7 +80,7 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
80
80
|
targetScopeSurface: "list_evidence";
|
|
81
81
|
targetScopeRequiredArgument: "targetId";
|
|
82
82
|
}, {
|
|
83
|
-
dimensions: ("
|
|
83
|
+
dimensions: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
84
84
|
policyKey: "evidence_scoring_policy_v1";
|
|
85
85
|
metadataDereferencesAllowed: false;
|
|
86
86
|
scoreRange: {
|
|
@@ -103,14 +103,14 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
103
103
|
naturalLanguagePrompt: "what evidence is weakest?";
|
|
104
104
|
requiredSurface: "list_evidence";
|
|
105
105
|
requiredArgs: "targetId"[];
|
|
106
|
-
rankingFields: ("
|
|
106
|
+
rankingFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
107
107
|
forbiddenDereferences: string[];
|
|
108
108
|
}, {
|
|
109
109
|
intent: "weakest_evidence";
|
|
110
110
|
naturalLanguagePrompt: "what evidence is weakest?";
|
|
111
111
|
requiredSurface: "list_evidence";
|
|
112
112
|
requiredArgs: "targetId"[];
|
|
113
|
-
rankingFields: ("
|
|
113
|
+
rankingFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
114
114
|
forbiddenDereferences: string[];
|
|
115
115
|
}>;
|
|
116
116
|
migrationFixture: z.ZodObject<{
|
|
@@ -127,11 +127,11 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
127
127
|
targetScope: z.ZodLiteral<"belief">;
|
|
128
128
|
preservesSemantics: z.ZodLiteral<true>;
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
|
-
topLevelFields: ("
|
|
130
|
+
topLevelFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags")[];
|
|
131
131
|
targetScope: "belief";
|
|
132
132
|
preservesSemantics: true;
|
|
133
133
|
}, {
|
|
134
|
-
topLevelFields: ("
|
|
134
|
+
topLevelFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags")[];
|
|
135
135
|
targetScope: "belief";
|
|
136
136
|
preservesSemantics: true;
|
|
137
137
|
}>;
|
|
@@ -141,7 +141,7 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
141
141
|
metadataFields: string[];
|
|
142
142
|
};
|
|
143
143
|
canonicalShape: {
|
|
144
|
-
topLevelFields: ("
|
|
144
|
+
topLevelFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags")[];
|
|
145
145
|
targetScope: "belief";
|
|
146
146
|
preservesSemantics: true;
|
|
147
147
|
};
|
|
@@ -151,7 +151,7 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
151
151
|
metadataFields: string[];
|
|
152
152
|
};
|
|
153
153
|
canonicalShape: {
|
|
154
|
-
topLevelFields: ("
|
|
154
|
+
topLevelFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags")[];
|
|
155
155
|
targetScope: "belief";
|
|
156
156
|
preservesSemantics: true;
|
|
157
157
|
};
|
|
@@ -167,38 +167,38 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
167
167
|
taxonomyFieldCoverage: 1;
|
|
168
168
|
targetScopeCoverage: 1;
|
|
169
169
|
scoringPolicyCoverage: 1;
|
|
170
|
-
metadataDereferenceCoverage: 1;
|
|
171
170
|
migrationFixtureCoverage: 1;
|
|
171
|
+
metadataDereferenceCoverage: 1;
|
|
172
172
|
}, {
|
|
173
173
|
taxonomyFieldCoverage: 1;
|
|
174
174
|
targetScopeCoverage: 1;
|
|
175
175
|
scoringPolicyCoverage: 1;
|
|
176
|
-
metadataDereferenceCoverage: 1;
|
|
177
176
|
migrationFixtureCoverage: 1;
|
|
177
|
+
metadataDereferenceCoverage: 1;
|
|
178
178
|
}>;
|
|
179
179
|
}, "strip", z.ZodTypeAny, {
|
|
180
180
|
worktree: "C2-RC.1";
|
|
181
|
-
lane: "c2-rc-evidence-taxonomy-and-target-scope";
|
|
182
181
|
contractVersion: "c2_rc_evidence_taxonomy_target_scope.v1";
|
|
182
|
+
lane: "c2-rc-evidence-taxonomy-and-target-scope";
|
|
183
183
|
graphWorktreeId: "tn74ztrs0q9f5f096p5y88rtx185wyzx";
|
|
184
|
-
modelUuid: string;
|
|
185
184
|
compositionKey: "evidence_scoring_policy_v1";
|
|
186
185
|
quality: {
|
|
187
186
|
taxonomyFieldCoverage: 1;
|
|
188
187
|
targetScopeCoverage: 1;
|
|
189
188
|
scoringPolicyCoverage: 1;
|
|
190
|
-
metadataDereferenceCoverage: 1;
|
|
191
189
|
migrationFixtureCoverage: 1;
|
|
190
|
+
metadataDereferenceCoverage: 1;
|
|
192
191
|
};
|
|
192
|
+
modelUuid: string;
|
|
193
193
|
expectedRefusals: ("orphan_evidence_create_refused" | "non_belief_create_target_refused" | "zero_signed_impact_refused" | "relation_signed_impact_mismatch_refused" | "unscoped_list_evidence_refused" | "metadata_scoring_plan_refused")[];
|
|
194
194
|
topLevelFields: {
|
|
195
|
-
field: "
|
|
195
|
+
field: "evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags";
|
|
196
196
|
requiredForCreate: boolean;
|
|
197
197
|
metadataFallbackReadAllowed: boolean;
|
|
198
198
|
writeAuthority: "top_level";
|
|
199
199
|
}[];
|
|
200
200
|
scoringPolicy: {
|
|
201
|
-
dimensions: ("
|
|
201
|
+
dimensions: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
202
202
|
policyKey: "evidence_scoring_policy_v1";
|
|
203
203
|
metadataDereferencesAllowed: false;
|
|
204
204
|
scoreRange: {
|
|
@@ -214,7 +214,7 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
214
214
|
naturalLanguagePrompt: "what evidence is weakest?";
|
|
215
215
|
requiredSurface: "list_evidence";
|
|
216
216
|
requiredArgs: "targetId"[];
|
|
217
|
-
rankingFields: ("
|
|
217
|
+
rankingFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
218
218
|
forbiddenDereferences: string[];
|
|
219
219
|
};
|
|
220
220
|
migrationFixture: {
|
|
@@ -223,34 +223,34 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
223
223
|
metadataFields: string[];
|
|
224
224
|
};
|
|
225
225
|
canonicalShape: {
|
|
226
|
-
topLevelFields: ("
|
|
226
|
+
topLevelFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags")[];
|
|
227
227
|
targetScope: "belief";
|
|
228
228
|
preservesSemantics: true;
|
|
229
229
|
};
|
|
230
230
|
};
|
|
231
231
|
}, {
|
|
232
232
|
worktree: "C2-RC.1";
|
|
233
|
-
lane: "c2-rc-evidence-taxonomy-and-target-scope";
|
|
234
233
|
contractVersion: "c2_rc_evidence_taxonomy_target_scope.v1";
|
|
234
|
+
lane: "c2-rc-evidence-taxonomy-and-target-scope";
|
|
235
235
|
graphWorktreeId: "tn74ztrs0q9f5f096p5y88rtx185wyzx";
|
|
236
|
-
modelUuid: string;
|
|
237
236
|
compositionKey: "evidence_scoring_policy_v1";
|
|
238
237
|
quality: {
|
|
239
238
|
taxonomyFieldCoverage: 1;
|
|
240
239
|
targetScopeCoverage: 1;
|
|
241
240
|
scoringPolicyCoverage: 1;
|
|
242
|
-
metadataDereferenceCoverage: 1;
|
|
243
241
|
migrationFixtureCoverage: 1;
|
|
242
|
+
metadataDereferenceCoverage: 1;
|
|
244
243
|
};
|
|
244
|
+
modelUuid: string;
|
|
245
245
|
expectedRefusals: ("orphan_evidence_create_refused" | "non_belief_create_target_refused" | "zero_signed_impact_refused" | "relation_signed_impact_mismatch_refused" | "unscoped_list_evidence_refused" | "metadata_scoring_plan_refused")[];
|
|
246
246
|
topLevelFields: {
|
|
247
|
-
field: "
|
|
247
|
+
field: "evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags";
|
|
248
248
|
requiredForCreate: boolean;
|
|
249
249
|
metadataFallbackReadAllowed: boolean;
|
|
250
250
|
writeAuthority: "top_level";
|
|
251
251
|
}[];
|
|
252
252
|
scoringPolicy: {
|
|
253
|
-
dimensions: ("
|
|
253
|
+
dimensions: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
254
254
|
policyKey: "evidence_scoring_policy_v1";
|
|
255
255
|
metadataDereferencesAllowed: false;
|
|
256
256
|
scoreRange: {
|
|
@@ -266,7 +266,7 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
266
266
|
naturalLanguagePrompt: "what evidence is weakest?";
|
|
267
267
|
requiredSurface: "list_evidence";
|
|
268
268
|
requiredArgs: "targetId"[];
|
|
269
|
-
rankingFields: ("
|
|
269
|
+
rankingFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
270
270
|
forbiddenDereferences: string[];
|
|
271
271
|
};
|
|
272
272
|
migrationFixture: {
|
|
@@ -275,34 +275,34 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
275
275
|
metadataFields: string[];
|
|
276
276
|
};
|
|
277
277
|
canonicalShape: {
|
|
278
|
-
topLevelFields: ("
|
|
278
|
+
topLevelFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags")[];
|
|
279
279
|
targetScope: "belief";
|
|
280
280
|
preservesSemantics: true;
|
|
281
281
|
};
|
|
282
282
|
};
|
|
283
283
|
}>, {
|
|
284
284
|
worktree: "C2-RC.1";
|
|
285
|
-
lane: "c2-rc-evidence-taxonomy-and-target-scope";
|
|
286
285
|
contractVersion: "c2_rc_evidence_taxonomy_target_scope.v1";
|
|
286
|
+
lane: "c2-rc-evidence-taxonomy-and-target-scope";
|
|
287
287
|
graphWorktreeId: "tn74ztrs0q9f5f096p5y88rtx185wyzx";
|
|
288
|
-
modelUuid: string;
|
|
289
288
|
compositionKey: "evidence_scoring_policy_v1";
|
|
290
289
|
quality: {
|
|
291
290
|
taxonomyFieldCoverage: 1;
|
|
292
291
|
targetScopeCoverage: 1;
|
|
293
292
|
scoringPolicyCoverage: 1;
|
|
294
|
-
metadataDereferenceCoverage: 1;
|
|
295
293
|
migrationFixtureCoverage: 1;
|
|
294
|
+
metadataDereferenceCoverage: 1;
|
|
296
295
|
};
|
|
296
|
+
modelUuid: string;
|
|
297
297
|
expectedRefusals: ("orphan_evidence_create_refused" | "non_belief_create_target_refused" | "zero_signed_impact_refused" | "relation_signed_impact_mismatch_refused" | "unscoped_list_evidence_refused" | "metadata_scoring_plan_refused")[];
|
|
298
298
|
topLevelFields: {
|
|
299
|
-
field: "
|
|
299
|
+
field: "evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags";
|
|
300
300
|
requiredForCreate: boolean;
|
|
301
301
|
metadataFallbackReadAllowed: boolean;
|
|
302
302
|
writeAuthority: "top_level";
|
|
303
303
|
}[];
|
|
304
304
|
scoringPolicy: {
|
|
305
|
-
dimensions: ("
|
|
305
|
+
dimensions: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
306
306
|
policyKey: "evidence_scoring_policy_v1";
|
|
307
307
|
metadataDereferencesAllowed: false;
|
|
308
308
|
scoreRange: {
|
|
@@ -318,7 +318,7 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
318
318
|
naturalLanguagePrompt: "what evidence is weakest?";
|
|
319
319
|
requiredSurface: "list_evidence";
|
|
320
320
|
requiredArgs: "targetId"[];
|
|
321
|
-
rankingFields: ("
|
|
321
|
+
rankingFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
322
322
|
forbiddenDereferences: string[];
|
|
323
323
|
};
|
|
324
324
|
migrationFixture: {
|
|
@@ -327,34 +327,34 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
327
327
|
metadataFields: string[];
|
|
328
328
|
};
|
|
329
329
|
canonicalShape: {
|
|
330
|
-
topLevelFields: ("
|
|
330
|
+
topLevelFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags")[];
|
|
331
331
|
targetScope: "belief";
|
|
332
332
|
preservesSemantics: true;
|
|
333
333
|
};
|
|
334
334
|
};
|
|
335
335
|
}, {
|
|
336
336
|
worktree: "C2-RC.1";
|
|
337
|
-
lane: "c2-rc-evidence-taxonomy-and-target-scope";
|
|
338
337
|
contractVersion: "c2_rc_evidence_taxonomy_target_scope.v1";
|
|
338
|
+
lane: "c2-rc-evidence-taxonomy-and-target-scope";
|
|
339
339
|
graphWorktreeId: "tn74ztrs0q9f5f096p5y88rtx185wyzx";
|
|
340
|
-
modelUuid: string;
|
|
341
340
|
compositionKey: "evidence_scoring_policy_v1";
|
|
342
341
|
quality: {
|
|
343
342
|
taxonomyFieldCoverage: 1;
|
|
344
343
|
targetScopeCoverage: 1;
|
|
345
344
|
scoringPolicyCoverage: 1;
|
|
346
|
-
metadataDereferenceCoverage: 1;
|
|
347
345
|
migrationFixtureCoverage: 1;
|
|
346
|
+
metadataDereferenceCoverage: 1;
|
|
348
347
|
};
|
|
348
|
+
modelUuid: string;
|
|
349
349
|
expectedRefusals: ("orphan_evidence_create_refused" | "non_belief_create_target_refused" | "zero_signed_impact_refused" | "relation_signed_impact_mismatch_refused" | "unscoped_list_evidence_refused" | "metadata_scoring_plan_refused")[];
|
|
350
350
|
topLevelFields: {
|
|
351
|
-
field: "
|
|
351
|
+
field: "evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags";
|
|
352
352
|
requiredForCreate: boolean;
|
|
353
353
|
metadataFallbackReadAllowed: boolean;
|
|
354
354
|
writeAuthority: "top_level";
|
|
355
355
|
}[];
|
|
356
356
|
scoringPolicy: {
|
|
357
|
-
dimensions: ("
|
|
357
|
+
dimensions: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
358
358
|
policyKey: "evidence_scoring_policy_v1";
|
|
359
359
|
metadataDereferencesAllowed: false;
|
|
360
360
|
scoreRange: {
|
|
@@ -370,7 +370,7 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
370
370
|
naturalLanguagePrompt: "what evidence is weakest?";
|
|
371
371
|
requiredSurface: "list_evidence";
|
|
372
372
|
requiredArgs: "targetId"[];
|
|
373
|
-
rankingFields: ("
|
|
373
|
+
rankingFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
374
374
|
forbiddenDereferences: string[];
|
|
375
375
|
};
|
|
376
376
|
migrationFixture: {
|
|
@@ -379,7 +379,7 @@ declare const EvidenceTaxonomyTargetScopeContractSchema: z.ZodEffects<z.ZodObjec
|
|
|
379
379
|
metadataFields: string[];
|
|
380
380
|
};
|
|
381
381
|
canonicalShape: {
|
|
382
|
-
topLevelFields: ("
|
|
382
|
+
topLevelFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags")[];
|
|
383
383
|
targetScope: "belief";
|
|
384
384
|
preservesSemantics: true;
|
|
385
385
|
};
|
|
@@ -516,27 +516,27 @@ declare const EVIDENCE_TAXONOMY_TARGET_SCOPE_CONTRACT: {
|
|
|
516
516
|
};
|
|
517
517
|
declare const parsedEvidenceTaxonomyTargetScopeContract: {
|
|
518
518
|
worktree: "C2-RC.1";
|
|
519
|
-
lane: "c2-rc-evidence-taxonomy-and-target-scope";
|
|
520
519
|
contractVersion: "c2_rc_evidence_taxonomy_target_scope.v1";
|
|
520
|
+
lane: "c2-rc-evidence-taxonomy-and-target-scope";
|
|
521
521
|
graphWorktreeId: "tn74ztrs0q9f5f096p5y88rtx185wyzx";
|
|
522
|
-
modelUuid: string;
|
|
523
522
|
compositionKey: "evidence_scoring_policy_v1";
|
|
524
523
|
quality: {
|
|
525
524
|
taxonomyFieldCoverage: 1;
|
|
526
525
|
targetScopeCoverage: 1;
|
|
527
526
|
scoringPolicyCoverage: 1;
|
|
528
|
-
metadataDereferenceCoverage: 1;
|
|
529
527
|
migrationFixtureCoverage: 1;
|
|
528
|
+
metadataDereferenceCoverage: 1;
|
|
530
529
|
};
|
|
530
|
+
modelUuid: string;
|
|
531
531
|
expectedRefusals: ("orphan_evidence_create_refused" | "non_belief_create_target_refused" | "zero_signed_impact_refused" | "relation_signed_impact_mismatch_refused" | "unscoped_list_evidence_refused" | "metadata_scoring_plan_refused")[];
|
|
532
532
|
topLevelFields: {
|
|
533
|
-
field: "
|
|
533
|
+
field: "evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags";
|
|
534
534
|
requiredForCreate: boolean;
|
|
535
535
|
metadataFallbackReadAllowed: boolean;
|
|
536
536
|
writeAuthority: "top_level";
|
|
537
537
|
}[];
|
|
538
538
|
scoringPolicy: {
|
|
539
|
-
dimensions: ("
|
|
539
|
+
dimensions: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
540
540
|
policyKey: "evidence_scoring_policy_v1";
|
|
541
541
|
metadataDereferencesAllowed: false;
|
|
542
542
|
scoreRange: {
|
|
@@ -552,7 +552,7 @@ declare const parsedEvidenceTaxonomyTargetScopeContract: {
|
|
|
552
552
|
naturalLanguagePrompt: "what evidence is weakest?";
|
|
553
553
|
requiredSurface: "list_evidence";
|
|
554
554
|
requiredArgs: "targetId"[];
|
|
555
|
-
rankingFields: ("
|
|
555
|
+
rankingFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "verificationStatus" | "informationAsymmetry" | "methodology" | "targetBeliefId")[];
|
|
556
556
|
forbiddenDereferences: string[];
|
|
557
557
|
};
|
|
558
558
|
migrationFixture: {
|
|
@@ -561,7 +561,7 @@ declare const parsedEvidenceTaxonomyTargetScopeContract: {
|
|
|
561
561
|
metadataFields: string[];
|
|
562
562
|
};
|
|
563
563
|
canonicalShape: {
|
|
564
|
-
topLevelFields: ("
|
|
564
|
+
topLevelFields: ("evidenceRelation" | "signedImpact" | "sourceRef" | "sourceQuality" | "sourceType" | "verificationStatus" | "informationAsymmetry" | "sourceUrl" | "methodology" | "targetBeliefId" | "targetBeliefGlobalId" | "sourceQuestionId" | "sourceDescription" | "externalSourceType" | "kind" | "tags")[];
|
|
565
565
|
targetScope: "belief";
|
|
566
566
|
preservesSemantics: true;
|
|
567
567
|
};
|
|
@@ -580,10 +580,10 @@ declare const EVIDENCE_TAXONOMY_COMPOSITION_ROW: {
|
|
|
580
580
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
581
581
|
qualityVector: string[];
|
|
582
582
|
identity: {
|
|
583
|
+
registryKeyField: "key";
|
|
583
584
|
canonicalPublicIdField: "compositionUuid";
|
|
584
585
|
canonicalPublicIdVersion: "uuidv7";
|
|
585
586
|
storageLocatorSemantic: false;
|
|
586
|
-
registryKeyField: "key";
|
|
587
587
|
contentAddressFields: string[];
|
|
588
588
|
};
|
|
589
589
|
authorization: {
|
|
@@ -622,10 +622,10 @@ declare const EVIDENCE_TAXONOMY_COMPOSITION_ROW: {
|
|
|
622
622
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
623
623
|
qualityVector: string[];
|
|
624
624
|
identity: {
|
|
625
|
+
registryKeyField: "key";
|
|
625
626
|
canonicalPublicIdField: "compositionUuid";
|
|
626
627
|
canonicalPublicIdVersion: "uuidv7";
|
|
627
628
|
storageLocatorSemantic: false;
|
|
628
|
-
registryKeyField: "key";
|
|
629
629
|
contentAddressFields: string[];
|
|
630
630
|
};
|
|
631
631
|
authorization: {
|
|
@@ -664,10 +664,10 @@ declare const EVIDENCE_TAXONOMY_COMPOSITION_ROW: {
|
|
|
664
664
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
665
665
|
qualityVector: string[];
|
|
666
666
|
identity: {
|
|
667
|
+
registryKeyField: "key";
|
|
667
668
|
canonicalPublicIdField: "compositionUuid";
|
|
668
669
|
canonicalPublicIdVersion: "uuidv7";
|
|
669
670
|
storageLocatorSemantic: false;
|
|
670
|
-
registryKeyField: "key";
|
|
671
671
|
contentAddressFields: string[];
|
|
672
672
|
};
|
|
673
673
|
authorization: {
|
|
@@ -706,10 +706,10 @@ declare const EVIDENCE_TAXONOMY_COMPOSITION_ROW: {
|
|
|
706
706
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
707
707
|
qualityVector: string[];
|
|
708
708
|
identity: {
|
|
709
|
+
registryKeyField: "key";
|
|
709
710
|
canonicalPublicIdField: "compositionUuid";
|
|
710
711
|
canonicalPublicIdVersion: "uuidv7";
|
|
711
712
|
storageLocatorSemantic: false;
|
|
712
|
-
registryKeyField: "key";
|
|
713
713
|
contentAddressFields: string[];
|
|
714
714
|
};
|
|
715
715
|
authorization: {
|
|
@@ -739,19 +739,19 @@ declare const EVIDENCE_TAXONOMY_COMPOSITION_ROW: {
|
|
|
739
739
|
key: string;
|
|
740
740
|
emittedAs: string;
|
|
741
741
|
classification: "substrate_contract";
|
|
742
|
-
lifecycle: "
|
|
742
|
+
lifecycle: "reserved";
|
|
743
743
|
ownerLane: string;
|
|
744
744
|
dependsOn: string[];
|
|
745
745
|
primitives: string[];
|
|
746
746
|
sourceSurfaces: string[];
|
|
747
747
|
defaultDepth: "extra-high";
|
|
748
|
-
allowedDepths: ("
|
|
748
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
749
749
|
qualityVector: string[];
|
|
750
750
|
identity: {
|
|
751
|
+
registryKeyField: "key";
|
|
751
752
|
canonicalPublicIdField: "compositionUuid";
|
|
752
753
|
canonicalPublicIdVersion: "uuidv7";
|
|
753
754
|
storageLocatorSemantic: false;
|
|
754
|
-
registryKeyField: "key";
|
|
755
755
|
contentAddressFields: string[];
|
|
756
756
|
};
|
|
757
757
|
authorization: {
|
|
@@ -786,14 +786,14 @@ declare const EVIDENCE_TAXONOMY_COMPOSITION_ROW: {
|
|
|
786
786
|
dependsOn: string[];
|
|
787
787
|
primitives: string[];
|
|
788
788
|
sourceSurfaces: string[];
|
|
789
|
-
defaultDepth: "
|
|
790
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
789
|
+
defaultDepth: "high";
|
|
790
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
791
791
|
qualityVector: string[];
|
|
792
792
|
identity: {
|
|
793
|
+
registryKeyField: "key";
|
|
793
794
|
canonicalPublicIdField: "compositionUuid";
|
|
794
795
|
canonicalPublicIdVersion: "uuidv7";
|
|
795
796
|
storageLocatorSemantic: false;
|
|
796
|
-
registryKeyField: "key";
|
|
797
797
|
contentAddressFields: string[];
|
|
798
798
|
};
|
|
799
799
|
authorization: {
|
|
@@ -823,19 +823,19 @@ declare const EVIDENCE_TAXONOMY_COMPOSITION_ROW: {
|
|
|
823
823
|
key: string;
|
|
824
824
|
emittedAs: string;
|
|
825
825
|
classification: "substrate_contract";
|
|
826
|
-
lifecycle: "
|
|
826
|
+
lifecycle: "current";
|
|
827
827
|
ownerLane: string;
|
|
828
828
|
dependsOn: string[];
|
|
829
829
|
primitives: string[];
|
|
830
830
|
sourceSurfaces: string[];
|
|
831
|
-
defaultDepth: "high";
|
|
832
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
831
|
+
defaultDepth: "extra-high";
|
|
832
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
833
833
|
qualityVector: string[];
|
|
834
834
|
identity: {
|
|
835
|
+
registryKeyField: "key";
|
|
835
836
|
canonicalPublicIdField: "compositionUuid";
|
|
836
837
|
canonicalPublicIdVersion: "uuidv7";
|
|
837
838
|
storageLocatorSemantic: false;
|
|
838
|
-
registryKeyField: "key";
|
|
839
839
|
contentAddressFields: string[];
|
|
840
840
|
};
|
|
841
841
|
authorization: {
|