@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
|
@@ -29,16 +29,16 @@ declare const PostSubstrateSurfaceUpgradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
29
29
|
provesFields: z.ZodArray<z.ZodEnum<["contextNarrative", "narrativeCoverage", "synthesisLints", "retrievalReceipt", "assemblyReceipt", "candidateCounts", "coverageWarning", "supportingObjects"]>, "many">;
|
|
30
30
|
proofKind: z.ZodEnum<["generated_contract", "typed_sdk_shape", "operator_receipt", "reference_doc", "openapi_schema"]>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
surface: "
|
|
32
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
33
33
|
artifactPath: string;
|
|
34
34
|
generatedFrom: string;
|
|
35
|
-
provesFields: ("synthesisLints" | "
|
|
35
|
+
provesFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
36
36
|
proofKind: "generated_contract" | "typed_sdk_shape" | "operator_receipt" | "reference_doc" | "openapi_schema";
|
|
37
37
|
}, {
|
|
38
|
-
surface: "
|
|
38
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
39
39
|
artifactPath: string;
|
|
40
40
|
generatedFrom: string;
|
|
41
|
-
provesFields: ("synthesisLints" | "
|
|
41
|
+
provesFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
42
42
|
proofKind: "generated_contract" | "typed_sdk_shape" | "operator_receipt" | "reference_doc" | "openapi_schema";
|
|
43
43
|
}>, "many">;
|
|
44
44
|
operationInventory: z.ZodArray<z.ZodObject<{
|
|
@@ -51,21 +51,21 @@ declare const PostSubstrateSurfaceUpgradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
51
51
|
downstreamGate: z.ZodString;
|
|
52
52
|
redline: z.ZodString;
|
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
|
54
|
+
ownerLane: string;
|
|
54
55
|
operation: "compile_context" | "get_campaign_context" | "get_load_bearing_nodes" | "get_graph_health" | "get_contradictions" | "inspect_state_vectors" | "discover_slices" | "get_assembly_receipts" | "get_data_sovereignty_posture";
|
|
55
56
|
ownerWorktree: string;
|
|
56
|
-
ownerLane: string;
|
|
57
57
|
redline: string;
|
|
58
58
|
projectionState: "projected_current" | "reserved_downstream" | "blocked_missing_contract";
|
|
59
|
-
requiredSurfaces: ("
|
|
59
|
+
requiredSurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
60
60
|
existingEquivalent: string | null;
|
|
61
61
|
downstreamGate: string;
|
|
62
62
|
}, {
|
|
63
|
+
ownerLane: string;
|
|
63
64
|
operation: "compile_context" | "get_campaign_context" | "get_load_bearing_nodes" | "get_graph_health" | "get_contradictions" | "inspect_state_vectors" | "discover_slices" | "get_assembly_receipts" | "get_data_sovereignty_posture";
|
|
64
65
|
ownerWorktree: string;
|
|
65
|
-
ownerLane: string;
|
|
66
66
|
redline: string;
|
|
67
67
|
projectionState: "projected_current" | "reserved_downstream" | "blocked_missing_contract";
|
|
68
|
-
requiredSurfaces: ("
|
|
68
|
+
requiredSurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
69
69
|
existingEquivalent: string | null;
|
|
70
70
|
downstreamGate: string;
|
|
71
71
|
}>, "many">;
|
|
@@ -121,12 +121,8 @@ declare const PostSubstrateSurfaceUpgradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
121
121
|
docs: z.ZodArray<z.ZodString, "many">;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
123
|
worktree: "C2-Z.1";
|
|
124
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
125
124
|
contractVersion: "c2_z_post_substrate_surface_upgrade.v1";
|
|
126
|
-
|
|
127
|
-
refusalFixtures: ("mcp_only_surface_refused" | "rest_response_shape_erased_refused" | "sdk_context_type_missing_v1_field_refused" | "cli_receipt_missing_synthesis_fields_refused" | "target_operation_overclaimed_refused" | "reserved_operation_without_owner_refused" | "graph_v2_reset_unblocked_refused")[];
|
|
128
|
-
graphWorktreeId: "tn70621khgq2e96hktrxgj73t187r9d3";
|
|
129
|
-
docs: string[];
|
|
125
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
130
126
|
expectedEvaluation: {
|
|
131
127
|
outcome: "ready_for_z2_surface_implementation";
|
|
132
128
|
reservedOperationOwnerCoverage: number;
|
|
@@ -136,7 +132,9 @@ declare const PostSubstrateSurfaceUpgradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
136
132
|
noMcpOnlyOperation: boolean;
|
|
137
133
|
graphV2Blockers: ("reserved_operations_not_implemented" | "broad_campaign_compile_timeout" | "data_sovereignty_contract_missing" | "fresh_agent_eval_not_rerun")[];
|
|
138
134
|
};
|
|
135
|
+
graphWorktreeId: "tn70621khgq2e96hktrxgj73t187r9d3";
|
|
139
136
|
compositionKey: "post_substrate_surface_upgrade_v1";
|
|
137
|
+
dependsOn: string[];
|
|
140
138
|
quality: {
|
|
141
139
|
v1SynthesisFieldCoverage: 1;
|
|
142
140
|
surfaceProjectionCoverage: 1;
|
|
@@ -145,35 +143,33 @@ declare const PostSubstrateSurfaceUpgradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
145
143
|
noMcpOnlyCoverage: 1;
|
|
146
144
|
graphV2BlockCoverage: 1;
|
|
147
145
|
};
|
|
148
|
-
|
|
146
|
+
docs: string[];
|
|
147
|
+
refusalFixtures: ("mcp_only_surface_refused" | "rest_response_shape_erased_refused" | "sdk_context_type_missing_v1_field_refused" | "cli_receipt_missing_synthesis_fields_refused" | "target_operation_overclaimed_refused" | "reserved_operation_without_owner_refused" | "graph_v2_reset_unblocked_refused")[];
|
|
148
|
+
surfaceTargets: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
149
149
|
projectionProofs: {
|
|
150
|
-
surface: "
|
|
150
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
151
151
|
artifactPath: string;
|
|
152
152
|
generatedFrom: string;
|
|
153
|
-
provesFields: ("synthesisLints" | "
|
|
153
|
+
provesFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
154
154
|
proofKind: "generated_contract" | "typed_sdk_shape" | "operator_receipt" | "reference_doc" | "openapi_schema";
|
|
155
155
|
}[];
|
|
156
156
|
graphV2Blockers: ("reserved_operations_not_implemented" | "broad_campaign_compile_timeout" | "data_sovereignty_contract_missing" | "fresh_agent_eval_not_rerun")[];
|
|
157
|
-
v1SynthesisFields: ("synthesisLints" | "
|
|
158
|
-
dimensionSeeds: ("status" | "workspaceId" | "
|
|
157
|
+
v1SynthesisFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
158
|
+
dimensionSeeds: ("status" | "workspaceId" | "campaign" | "lane" | "principalId" | "tokenBudget" | "traversalMode" | "requestedDepth" | "budget" | "contentTopicLimit")[];
|
|
159
159
|
operationInventory: {
|
|
160
|
+
ownerLane: string;
|
|
160
161
|
operation: "compile_context" | "get_campaign_context" | "get_load_bearing_nodes" | "get_graph_health" | "get_contradictions" | "inspect_state_vectors" | "discover_slices" | "get_assembly_receipts" | "get_data_sovereignty_posture";
|
|
161
162
|
ownerWorktree: string;
|
|
162
|
-
ownerLane: string;
|
|
163
163
|
redline: string;
|
|
164
164
|
projectionState: "projected_current" | "reserved_downstream" | "blocked_missing_contract";
|
|
165
|
-
requiredSurfaces: ("
|
|
165
|
+
requiredSurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
166
166
|
existingEquivalent: string | null;
|
|
167
167
|
downstreamGate: string;
|
|
168
168
|
}[];
|
|
169
169
|
}, {
|
|
170
170
|
worktree: "C2-Z.1";
|
|
171
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
172
171
|
contractVersion: "c2_z_post_substrate_surface_upgrade.v1";
|
|
173
|
-
|
|
174
|
-
refusalFixtures: ("mcp_only_surface_refused" | "rest_response_shape_erased_refused" | "sdk_context_type_missing_v1_field_refused" | "cli_receipt_missing_synthesis_fields_refused" | "target_operation_overclaimed_refused" | "reserved_operation_without_owner_refused" | "graph_v2_reset_unblocked_refused")[];
|
|
175
|
-
graphWorktreeId: "tn70621khgq2e96hktrxgj73t187r9d3";
|
|
176
|
-
docs: string[];
|
|
172
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
177
173
|
expectedEvaluation: {
|
|
178
174
|
outcome: "ready_for_z2_surface_implementation";
|
|
179
175
|
reservedOperationOwnerCoverage: number;
|
|
@@ -183,7 +179,9 @@ declare const PostSubstrateSurfaceUpgradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
183
179
|
noMcpOnlyOperation: boolean;
|
|
184
180
|
graphV2Blockers: ("reserved_operations_not_implemented" | "broad_campaign_compile_timeout" | "data_sovereignty_contract_missing" | "fresh_agent_eval_not_rerun")[];
|
|
185
181
|
};
|
|
182
|
+
graphWorktreeId: "tn70621khgq2e96hktrxgj73t187r9d3";
|
|
186
183
|
compositionKey: "post_substrate_surface_upgrade_v1";
|
|
184
|
+
dependsOn: string[];
|
|
187
185
|
quality: {
|
|
188
186
|
v1SynthesisFieldCoverage: 1;
|
|
189
187
|
surfaceProjectionCoverage: 1;
|
|
@@ -192,35 +190,33 @@ declare const PostSubstrateSurfaceUpgradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
192
190
|
noMcpOnlyCoverage: 1;
|
|
193
191
|
graphV2BlockCoverage: 1;
|
|
194
192
|
};
|
|
195
|
-
|
|
193
|
+
docs: string[];
|
|
194
|
+
refusalFixtures: ("mcp_only_surface_refused" | "rest_response_shape_erased_refused" | "sdk_context_type_missing_v1_field_refused" | "cli_receipt_missing_synthesis_fields_refused" | "target_operation_overclaimed_refused" | "reserved_operation_without_owner_refused" | "graph_v2_reset_unblocked_refused")[];
|
|
195
|
+
surfaceTargets: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
196
196
|
projectionProofs: {
|
|
197
|
-
surface: "
|
|
197
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
198
198
|
artifactPath: string;
|
|
199
199
|
generatedFrom: string;
|
|
200
|
-
provesFields: ("synthesisLints" | "
|
|
200
|
+
provesFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
201
201
|
proofKind: "generated_contract" | "typed_sdk_shape" | "operator_receipt" | "reference_doc" | "openapi_schema";
|
|
202
202
|
}[];
|
|
203
203
|
graphV2Blockers: ("reserved_operations_not_implemented" | "broad_campaign_compile_timeout" | "data_sovereignty_contract_missing" | "fresh_agent_eval_not_rerun")[];
|
|
204
|
-
v1SynthesisFields: ("synthesisLints" | "
|
|
205
|
-
dimensionSeeds: ("status" | "workspaceId" | "
|
|
204
|
+
v1SynthesisFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
205
|
+
dimensionSeeds: ("status" | "workspaceId" | "campaign" | "lane" | "principalId" | "tokenBudget" | "traversalMode" | "requestedDepth" | "budget" | "contentTopicLimit")[];
|
|
206
206
|
operationInventory: {
|
|
207
|
+
ownerLane: string;
|
|
207
208
|
operation: "compile_context" | "get_campaign_context" | "get_load_bearing_nodes" | "get_graph_health" | "get_contradictions" | "inspect_state_vectors" | "discover_slices" | "get_assembly_receipts" | "get_data_sovereignty_posture";
|
|
208
209
|
ownerWorktree: string;
|
|
209
|
-
ownerLane: string;
|
|
210
210
|
redline: string;
|
|
211
211
|
projectionState: "projected_current" | "reserved_downstream" | "blocked_missing_contract";
|
|
212
|
-
requiredSurfaces: ("
|
|
212
|
+
requiredSurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
213
213
|
existingEquivalent: string | null;
|
|
214
214
|
downstreamGate: string;
|
|
215
215
|
}[];
|
|
216
216
|
}>, {
|
|
217
217
|
worktree: "C2-Z.1";
|
|
218
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
219
218
|
contractVersion: "c2_z_post_substrate_surface_upgrade.v1";
|
|
220
|
-
|
|
221
|
-
refusalFixtures: ("mcp_only_surface_refused" | "rest_response_shape_erased_refused" | "sdk_context_type_missing_v1_field_refused" | "cli_receipt_missing_synthesis_fields_refused" | "target_operation_overclaimed_refused" | "reserved_operation_without_owner_refused" | "graph_v2_reset_unblocked_refused")[];
|
|
222
|
-
graphWorktreeId: "tn70621khgq2e96hktrxgj73t187r9d3";
|
|
223
|
-
docs: string[];
|
|
219
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
224
220
|
expectedEvaluation: {
|
|
225
221
|
outcome: "ready_for_z2_surface_implementation";
|
|
226
222
|
reservedOperationOwnerCoverage: number;
|
|
@@ -230,7 +226,9 @@ declare const PostSubstrateSurfaceUpgradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
230
226
|
noMcpOnlyOperation: boolean;
|
|
231
227
|
graphV2Blockers: ("reserved_operations_not_implemented" | "broad_campaign_compile_timeout" | "data_sovereignty_contract_missing" | "fresh_agent_eval_not_rerun")[];
|
|
232
228
|
};
|
|
229
|
+
graphWorktreeId: "tn70621khgq2e96hktrxgj73t187r9d3";
|
|
233
230
|
compositionKey: "post_substrate_surface_upgrade_v1";
|
|
231
|
+
dependsOn: string[];
|
|
234
232
|
quality: {
|
|
235
233
|
v1SynthesisFieldCoverage: 1;
|
|
236
234
|
surfaceProjectionCoverage: 1;
|
|
@@ -239,35 +237,33 @@ declare const PostSubstrateSurfaceUpgradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
239
237
|
noMcpOnlyCoverage: 1;
|
|
240
238
|
graphV2BlockCoverage: 1;
|
|
241
239
|
};
|
|
242
|
-
|
|
240
|
+
docs: string[];
|
|
241
|
+
refusalFixtures: ("mcp_only_surface_refused" | "rest_response_shape_erased_refused" | "sdk_context_type_missing_v1_field_refused" | "cli_receipt_missing_synthesis_fields_refused" | "target_operation_overclaimed_refused" | "reserved_operation_without_owner_refused" | "graph_v2_reset_unblocked_refused")[];
|
|
242
|
+
surfaceTargets: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
243
243
|
projectionProofs: {
|
|
244
|
-
surface: "
|
|
244
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
245
245
|
artifactPath: string;
|
|
246
246
|
generatedFrom: string;
|
|
247
|
-
provesFields: ("synthesisLints" | "
|
|
247
|
+
provesFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
248
248
|
proofKind: "generated_contract" | "typed_sdk_shape" | "operator_receipt" | "reference_doc" | "openapi_schema";
|
|
249
249
|
}[];
|
|
250
250
|
graphV2Blockers: ("reserved_operations_not_implemented" | "broad_campaign_compile_timeout" | "data_sovereignty_contract_missing" | "fresh_agent_eval_not_rerun")[];
|
|
251
|
-
v1SynthesisFields: ("synthesisLints" | "
|
|
252
|
-
dimensionSeeds: ("status" | "workspaceId" | "
|
|
251
|
+
v1SynthesisFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
252
|
+
dimensionSeeds: ("status" | "workspaceId" | "campaign" | "lane" | "principalId" | "tokenBudget" | "traversalMode" | "requestedDepth" | "budget" | "contentTopicLimit")[];
|
|
253
253
|
operationInventory: {
|
|
254
|
+
ownerLane: string;
|
|
254
255
|
operation: "compile_context" | "get_campaign_context" | "get_load_bearing_nodes" | "get_graph_health" | "get_contradictions" | "inspect_state_vectors" | "discover_slices" | "get_assembly_receipts" | "get_data_sovereignty_posture";
|
|
255
256
|
ownerWorktree: string;
|
|
256
|
-
ownerLane: string;
|
|
257
257
|
redline: string;
|
|
258
258
|
projectionState: "projected_current" | "reserved_downstream" | "blocked_missing_contract";
|
|
259
|
-
requiredSurfaces: ("
|
|
259
|
+
requiredSurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
260
260
|
existingEquivalent: string | null;
|
|
261
261
|
downstreamGate: string;
|
|
262
262
|
}[];
|
|
263
263
|
}, {
|
|
264
264
|
worktree: "C2-Z.1";
|
|
265
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
266
265
|
contractVersion: "c2_z_post_substrate_surface_upgrade.v1";
|
|
267
|
-
|
|
268
|
-
refusalFixtures: ("mcp_only_surface_refused" | "rest_response_shape_erased_refused" | "sdk_context_type_missing_v1_field_refused" | "cli_receipt_missing_synthesis_fields_refused" | "target_operation_overclaimed_refused" | "reserved_operation_without_owner_refused" | "graph_v2_reset_unblocked_refused")[];
|
|
269
|
-
graphWorktreeId: "tn70621khgq2e96hktrxgj73t187r9d3";
|
|
270
|
-
docs: string[];
|
|
266
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
271
267
|
expectedEvaluation: {
|
|
272
268
|
outcome: "ready_for_z2_surface_implementation";
|
|
273
269
|
reservedOperationOwnerCoverage: number;
|
|
@@ -277,7 +273,9 @@ declare const PostSubstrateSurfaceUpgradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
277
273
|
noMcpOnlyOperation: boolean;
|
|
278
274
|
graphV2Blockers: ("reserved_operations_not_implemented" | "broad_campaign_compile_timeout" | "data_sovereignty_contract_missing" | "fresh_agent_eval_not_rerun")[];
|
|
279
275
|
};
|
|
276
|
+
graphWorktreeId: "tn70621khgq2e96hktrxgj73t187r9d3";
|
|
280
277
|
compositionKey: "post_substrate_surface_upgrade_v1";
|
|
278
|
+
dependsOn: string[];
|
|
281
279
|
quality: {
|
|
282
280
|
v1SynthesisFieldCoverage: 1;
|
|
283
281
|
surfaceProjectionCoverage: 1;
|
|
@@ -286,24 +284,26 @@ declare const PostSubstrateSurfaceUpgradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
286
284
|
noMcpOnlyCoverage: 1;
|
|
287
285
|
graphV2BlockCoverage: 1;
|
|
288
286
|
};
|
|
289
|
-
|
|
287
|
+
docs: string[];
|
|
288
|
+
refusalFixtures: ("mcp_only_surface_refused" | "rest_response_shape_erased_refused" | "sdk_context_type_missing_v1_field_refused" | "cli_receipt_missing_synthesis_fields_refused" | "target_operation_overclaimed_refused" | "reserved_operation_without_owner_refused" | "graph_v2_reset_unblocked_refused")[];
|
|
289
|
+
surfaceTargets: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
290
290
|
projectionProofs: {
|
|
291
|
-
surface: "
|
|
291
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
292
292
|
artifactPath: string;
|
|
293
293
|
generatedFrom: string;
|
|
294
|
-
provesFields: ("synthesisLints" | "
|
|
294
|
+
provesFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
295
295
|
proofKind: "generated_contract" | "typed_sdk_shape" | "operator_receipt" | "reference_doc" | "openapi_schema";
|
|
296
296
|
}[];
|
|
297
297
|
graphV2Blockers: ("reserved_operations_not_implemented" | "broad_campaign_compile_timeout" | "data_sovereignty_contract_missing" | "fresh_agent_eval_not_rerun")[];
|
|
298
|
-
v1SynthesisFields: ("synthesisLints" | "
|
|
299
|
-
dimensionSeeds: ("status" | "workspaceId" | "
|
|
298
|
+
v1SynthesisFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
299
|
+
dimensionSeeds: ("status" | "workspaceId" | "campaign" | "lane" | "principalId" | "tokenBudget" | "traversalMode" | "requestedDepth" | "budget" | "contentTopicLimit")[];
|
|
300
300
|
operationInventory: {
|
|
301
|
+
ownerLane: string;
|
|
301
302
|
operation: "compile_context" | "get_campaign_context" | "get_load_bearing_nodes" | "get_graph_health" | "get_contradictions" | "inspect_state_vectors" | "discover_slices" | "get_assembly_receipts" | "get_data_sovereignty_posture";
|
|
302
303
|
ownerWorktree: string;
|
|
303
|
-
ownerLane: string;
|
|
304
304
|
redline: string;
|
|
305
305
|
projectionState: "projected_current" | "reserved_downstream" | "blocked_missing_contract";
|
|
306
|
-
requiredSurfaces: ("
|
|
306
|
+
requiredSurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
307
307
|
existingEquivalent: string | null;
|
|
308
308
|
downstreamGate: string;
|
|
309
309
|
}[];
|
|
@@ -464,12 +464,8 @@ declare function evaluatePostSubstrateSurfaceUpgrade(contract: Pick<PostSubstrat
|
|
|
464
464
|
};
|
|
465
465
|
declare const parsedPostSubstrateSurfaceUpgradeContract: {
|
|
466
466
|
worktree: "C2-Z.1";
|
|
467
|
-
lane: "c2-z-post-substrate-surface-upgrade";
|
|
468
467
|
contractVersion: "c2_z_post_substrate_surface_upgrade.v1";
|
|
469
|
-
|
|
470
|
-
refusalFixtures: ("mcp_only_surface_refused" | "rest_response_shape_erased_refused" | "sdk_context_type_missing_v1_field_refused" | "cli_receipt_missing_synthesis_fields_refused" | "target_operation_overclaimed_refused" | "reserved_operation_without_owner_refused" | "graph_v2_reset_unblocked_refused")[];
|
|
471
|
-
graphWorktreeId: "tn70621khgq2e96hktrxgj73t187r9d3";
|
|
472
|
-
docs: string[];
|
|
468
|
+
lane: "c2-z-post-substrate-surface-upgrade";
|
|
473
469
|
expectedEvaluation: {
|
|
474
470
|
outcome: "ready_for_z2_surface_implementation";
|
|
475
471
|
reservedOperationOwnerCoverage: number;
|
|
@@ -479,7 +475,9 @@ declare const parsedPostSubstrateSurfaceUpgradeContract: {
|
|
|
479
475
|
noMcpOnlyOperation: boolean;
|
|
480
476
|
graphV2Blockers: ("reserved_operations_not_implemented" | "broad_campaign_compile_timeout" | "data_sovereignty_contract_missing" | "fresh_agent_eval_not_rerun")[];
|
|
481
477
|
};
|
|
478
|
+
graphWorktreeId: "tn70621khgq2e96hktrxgj73t187r9d3";
|
|
482
479
|
compositionKey: "post_substrate_surface_upgrade_v1";
|
|
480
|
+
dependsOn: string[];
|
|
483
481
|
quality: {
|
|
484
482
|
v1SynthesisFieldCoverage: 1;
|
|
485
483
|
surfaceProjectionCoverage: 1;
|
|
@@ -488,24 +486,26 @@ declare const parsedPostSubstrateSurfaceUpgradeContract: {
|
|
|
488
486
|
noMcpOnlyCoverage: 1;
|
|
489
487
|
graphV2BlockCoverage: 1;
|
|
490
488
|
};
|
|
491
|
-
|
|
489
|
+
docs: string[];
|
|
490
|
+
refusalFixtures: ("mcp_only_surface_refused" | "rest_response_shape_erased_refused" | "sdk_context_type_missing_v1_field_refused" | "cli_receipt_missing_synthesis_fields_refused" | "target_operation_overclaimed_refused" | "reserved_operation_without_owner_refused" | "graph_v2_reset_unblocked_refused")[];
|
|
491
|
+
surfaceTargets: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
492
492
|
projectionProofs: {
|
|
493
|
-
surface: "
|
|
493
|
+
surface: "cli" | "mcp" | "sdk" | "rest" | "docs";
|
|
494
494
|
artifactPath: string;
|
|
495
495
|
generatedFrom: string;
|
|
496
|
-
provesFields: ("synthesisLints" | "
|
|
496
|
+
provesFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
497
497
|
proofKind: "generated_contract" | "typed_sdk_shape" | "operator_receipt" | "reference_doc" | "openapi_schema";
|
|
498
498
|
}[];
|
|
499
499
|
graphV2Blockers: ("reserved_operations_not_implemented" | "broad_campaign_compile_timeout" | "data_sovereignty_contract_missing" | "fresh_agent_eval_not_rerun")[];
|
|
500
|
-
v1SynthesisFields: ("synthesisLints" | "
|
|
501
|
-
dimensionSeeds: ("status" | "workspaceId" | "
|
|
500
|
+
v1SynthesisFields: ("synthesisLints" | "narrativeCoverage" | "contextNarrative" | "retrievalReceipt" | "assemblyReceipt" | "supportingObjects" | "candidateCounts" | "coverageWarning")[];
|
|
501
|
+
dimensionSeeds: ("status" | "workspaceId" | "campaign" | "lane" | "principalId" | "tokenBudget" | "traversalMode" | "requestedDepth" | "budget" | "contentTopicLimit")[];
|
|
502
502
|
operationInventory: {
|
|
503
|
+
ownerLane: string;
|
|
503
504
|
operation: "compile_context" | "get_campaign_context" | "get_load_bearing_nodes" | "get_graph_health" | "get_contradictions" | "inspect_state_vectors" | "discover_slices" | "get_assembly_receipts" | "get_data_sovereignty_posture";
|
|
504
505
|
ownerWorktree: string;
|
|
505
|
-
ownerLane: string;
|
|
506
506
|
redline: string;
|
|
507
507
|
projectionState: "projected_current" | "reserved_downstream" | "blocked_missing_contract";
|
|
508
|
-
requiredSurfaces: ("
|
|
508
|
+
requiredSurfaces: ("cli" | "mcp" | "sdk" | "rest" | "docs")[];
|
|
509
509
|
existingEquivalent: string | null;
|
|
510
510
|
downstreamGate: string;
|
|
511
511
|
}[];
|
|
@@ -523,10 +523,10 @@ declare const POST_SUBSTRATE_SURFACE_UPGRADE_COMPOSITION_ROW: {
|
|
|
523
523
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
524
524
|
qualityVector: string[];
|
|
525
525
|
identity: {
|
|
526
|
+
registryKeyField: "key";
|
|
526
527
|
canonicalPublicIdField: "compositionUuid";
|
|
527
528
|
canonicalPublicIdVersion: "uuidv7";
|
|
528
529
|
storageLocatorSemantic: false;
|
|
529
|
-
registryKeyField: "key";
|
|
530
530
|
contentAddressFields: string[];
|
|
531
531
|
};
|
|
532
532
|
authorization: {
|
|
@@ -565,10 +565,10 @@ declare const POST_SUBSTRATE_SURFACE_UPGRADE_COMPOSITION_ROW: {
|
|
|
565
565
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
566
566
|
qualityVector: string[];
|
|
567
567
|
identity: {
|
|
568
|
+
registryKeyField: "key";
|
|
568
569
|
canonicalPublicIdField: "compositionUuid";
|
|
569
570
|
canonicalPublicIdVersion: "uuidv7";
|
|
570
571
|
storageLocatorSemantic: false;
|
|
571
|
-
registryKeyField: "key";
|
|
572
572
|
contentAddressFields: string[];
|
|
573
573
|
};
|
|
574
574
|
authorization: {
|
|
@@ -607,10 +607,10 @@ declare const POST_SUBSTRATE_SURFACE_UPGRADE_COMPOSITION_ROW: {
|
|
|
607
607
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
608
608
|
qualityVector: string[];
|
|
609
609
|
identity: {
|
|
610
|
+
registryKeyField: "key";
|
|
610
611
|
canonicalPublicIdField: "compositionUuid";
|
|
611
612
|
canonicalPublicIdVersion: "uuidv7";
|
|
612
613
|
storageLocatorSemantic: false;
|
|
613
|
-
registryKeyField: "key";
|
|
614
614
|
contentAddressFields: string[];
|
|
615
615
|
};
|
|
616
616
|
authorization: {
|
|
@@ -649,10 +649,10 @@ declare const POST_SUBSTRATE_SURFACE_UPGRADE_COMPOSITION_ROW: {
|
|
|
649
649
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
650
650
|
qualityVector: string[];
|
|
651
651
|
identity: {
|
|
652
|
+
registryKeyField: "key";
|
|
652
653
|
canonicalPublicIdField: "compositionUuid";
|
|
653
654
|
canonicalPublicIdVersion: "uuidv7";
|
|
654
655
|
storageLocatorSemantic: false;
|
|
655
|
-
registryKeyField: "key";
|
|
656
656
|
contentAddressFields: string[];
|
|
657
657
|
};
|
|
658
658
|
authorization: {
|
|
@@ -682,19 +682,19 @@ declare const POST_SUBSTRATE_SURFACE_UPGRADE_COMPOSITION_ROW: {
|
|
|
682
682
|
key: string;
|
|
683
683
|
emittedAs: string;
|
|
684
684
|
classification: "substrate_contract";
|
|
685
|
-
lifecycle: "
|
|
685
|
+
lifecycle: "reserved";
|
|
686
686
|
ownerLane: string;
|
|
687
687
|
dependsOn: string[];
|
|
688
688
|
primitives: string[];
|
|
689
689
|
sourceSurfaces: string[];
|
|
690
690
|
defaultDepth: "extra-high";
|
|
691
|
-
allowedDepths: ("
|
|
691
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
692
692
|
qualityVector: string[];
|
|
693
693
|
identity: {
|
|
694
|
+
registryKeyField: "key";
|
|
694
695
|
canonicalPublicIdField: "compositionUuid";
|
|
695
696
|
canonicalPublicIdVersion: "uuidv7";
|
|
696
697
|
storageLocatorSemantic: false;
|
|
697
|
-
registryKeyField: "key";
|
|
698
698
|
contentAddressFields: string[];
|
|
699
699
|
};
|
|
700
700
|
authorization: {
|
|
@@ -729,14 +729,14 @@ declare const POST_SUBSTRATE_SURFACE_UPGRADE_COMPOSITION_ROW: {
|
|
|
729
729
|
dependsOn: string[];
|
|
730
730
|
primitives: string[];
|
|
731
731
|
sourceSurfaces: string[];
|
|
732
|
-
defaultDepth: "
|
|
733
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
732
|
+
defaultDepth: "high";
|
|
733
|
+
allowedDepths: ("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: {
|
|
@@ -766,19 +766,19 @@ declare const POST_SUBSTRATE_SURFACE_UPGRADE_COMPOSITION_ROW: {
|
|
|
766
766
|
key: string;
|
|
767
767
|
emittedAs: string;
|
|
768
768
|
classification: "substrate_contract";
|
|
769
|
-
lifecycle: "
|
|
769
|
+
lifecycle: "current";
|
|
770
770
|
ownerLane: string;
|
|
771
771
|
dependsOn: string[];
|
|
772
772
|
primitives: string[];
|
|
773
773
|
sourceSurfaces: string[];
|
|
774
|
-
defaultDepth: "high";
|
|
775
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
774
|
+
defaultDepth: "extra-high";
|
|
775
|
+
allowedDepths: ("low" | "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: {
|