@c4a/context 0.6.19 → 0.7.0

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.
Files changed (120) hide show
  1. package/README.md +1 -1
  2. package/README.zh-CN.md +1 -1
  3. package/codeIndexPlan.d.ts +34 -0
  4. package/docs/README.md +7 -0
  5. package/docs/README.zh-CN.md +5 -0
  6. package/docs/guides/code-indexer-skill-authoring.md +124 -0
  7. package/docs/guides/indexer-provider-and-customization.md +140 -0
  8. package/docs/guides/markdown-indexer-skill-authoring.md +118 -0
  9. package/docs/reference/code-extractors.md +2 -2
  10. package/docs/reference/indexer-provider-protocol.md +819 -0
  11. package/docs/reference/project-api.md +2 -2
  12. package/index.d.ts +47 -1
  13. package/index.js +28239 -3952
  14. package/indexerAgentStepProtocol.d.ts +9391 -0
  15. package/indexerArtifactDependencies.d.ts +689 -0
  16. package/indexerArtifactPolicy.d.ts +335 -0
  17. package/indexerArtifactResult.d.ts +2010 -0
  18. package/indexerAuditFacts.d.ts +66 -0
  19. package/indexerAuditOverrideReadiness.d.ts +27 -0
  20. package/indexerAuditProtocol.d.ts +238 -0
  21. package/indexerAuditRevision.d.ts +726 -0
  22. package/indexerAuditRevisionActions.d.ts +236 -0
  23. package/indexerAuthoringFixture.d.ts +152 -0
  24. package/indexerBaseQuestionAmendment.d.ts +2403 -0
  25. package/indexerBenchmark.d.ts +1062 -0
  26. package/indexerCandidateCompile.d.ts +801 -0
  27. package/indexerCapabilityGroupEvidence.d.ts +129 -0
  28. package/indexerCatalogFallback.d.ts +1262 -0
  29. package/indexerCollectionMapping.d.ts +75 -0
  30. package/indexerContentLayers.d.ts +137 -0
  31. package/indexerControlledInvocation.d.ts +512 -0
  32. package/indexerControlledProgram.d.ts +12535 -0
  33. package/indexerCoreExports.d.ts +21 -0
  34. package/indexerCustomizationDraft.d.ts +13800 -0
  35. package/indexerCustomizationLadder.d.ts +103 -0
  36. package/indexerDependencyView.d.ts +1610 -0
  37. package/indexerEvidenceAdapterResult.d.ts +504 -0
  38. package/indexerExampleDecision.d.ts +1606 -0
  39. package/indexerExampleIdentity.d.ts +132 -0
  40. package/indexerExampleIdentityAudit.d.ts +70 -0
  41. package/indexerExampleLinkageAudit.d.ts +80 -0
  42. package/indexerGeneratedAuthoringAudit.d.ts +208 -0
  43. package/indexerIncrementalImpact.d.ts +221 -0
  44. package/indexerInventoryDisposition.d.ts +443 -0
  45. package/indexerLayerComposition.d.ts +1652 -0
  46. package/indexerLayoutChange.d.ts +329 -0
  47. package/indexerLayoutProposalSet.d.ts +447 -0
  48. package/indexerLayoutResolver.d.ts +342 -0
  49. package/indexerLayoutTransition.d.ts +247 -0
  50. package/indexerLifecycle.d.ts +53 -0
  51. package/indexerMainLifecycle.d.ts +258 -0
  52. package/indexerMainRunLedger.d.ts +888 -0
  53. package/indexerMainRunProtocol.d.ts +6471 -0
  54. package/indexerMainWorkset.d.ts +2141 -0
  55. package/indexerMaterialAnswer.d.ts +738 -0
  56. package/indexerMaterialAnswerActualization.d.ts +91 -0
  57. package/indexerMaterialAnswerExecutionPlan.d.ts +2887 -0
  58. package/indexerMaterialAnswerFlow.d.ts +63 -0
  59. package/indexerMaterialAnswerLayout.d.ts +76 -0
  60. package/indexerMaterialAnswerReview.d.ts +217 -0
  61. package/indexerMaterialAnswerReviewRoute.d.ts +6145 -0
  62. package/indexerMaterialAnswerRunLedger.d.ts +918 -0
  63. package/indexerMaterialAnswerRunProtocol.d.ts +1253 -0
  64. package/indexerMaterialGapLedger.d.ts +3111 -0
  65. package/indexerMaterialQuestionExclusion.d.ts +129 -0
  66. package/indexerMaterialQuestionWorkset.d.ts +508 -0
  67. package/indexerNavigationArtifactGraph.d.ts +5 -0
  68. package/indexerNavigationArtifactPlan.d.ts +39 -0
  69. package/indexerOverlayQuestionAmendment.d.ts +2551 -0
  70. package/indexerOverlayQuestionApplyProposal.d.ts +4697 -0
  71. package/indexerOverlayTrust.d.ts +1425 -0
  72. package/indexerParserCoordinate.d.ts +222 -0
  73. package/indexerParserFactView.d.ts +503 -0
  74. package/indexerPartitionConvergence.d.ts +496 -0
  75. package/indexerPartitionPlan.d.ts +919 -0
  76. package/indexerPartitionStrategyResolution.d.ts +594 -0
  77. package/indexerPhysicalArtifactAudit.d.ts +247 -0
  78. package/indexerPhysicalArtifactManifest.d.ts +449 -0
  79. package/indexerPlannedMaterialAnswer.d.ts +116 -0
  80. package/indexerPostAuthorComposition.d.ts +2000 -0
  81. package/indexerPostAuthorRunLedger.d.ts +1972 -0
  82. package/indexerPrimaryProjection.d.ts +262 -0
  83. package/indexerProfileContract.d.ts +3034 -0
  84. package/indexerProfileMetricAudit.d.ts +218 -0
  85. package/indexerProgramExecutionAuthorization.d.ts +227 -0
  86. package/indexerProgramRunProtocol.d.ts +7642 -0
  87. package/indexerProjectProposal.d.ts +2807 -0
  88. package/indexerProjectedArtifactFanOutAudit.d.ts +159 -0
  89. package/indexerProjectedArtifactPlan.d.ts +217 -0
  90. package/indexerProtocolCommon.d.ts +29 -0
  91. package/indexerProvider.d.ts +2573 -0
  92. package/indexerProviderComposition.d.ts +1357 -0
  93. package/indexerProviderContractReferences.d.ts +13 -0
  94. package/indexerProviderProfileResolution.d.ts +20 -0
  95. package/indexerProviderResolution.d.ts +752 -0
  96. package/indexerProviderResolutionAction.d.ts +678 -0
  97. package/indexerProviderRouting.d.ts +3909 -0
  98. package/indexerProviderSelectionProposal.d.ts +3311 -0
  99. package/indexerQuestionAuthority.d.ts +419 -0
  100. package/indexerReaderTargetInventory.d.ts +161 -0
  101. package/indexerReferenceOnlyAudit.d.ts +90 -0
  102. package/indexerRegistry.d.ts +3019 -0
  103. package/indexerRequirementComparison.d.ts +44 -0
  104. package/indexerRequirementConfirmation.d.ts +1193 -0
  105. package/indexerRequirementLifecycle.d.ts +3314 -0
  106. package/indexerRestrictedSelector.d.ts +63 -0
  107. package/indexerResultReconciliation.d.ts +6844 -0
  108. package/indexerResultReconciliationRun.d.ts +15 -0
  109. package/indexerRunEnvelope.d.ts +384 -0
  110. package/indexerRunProtocolCommon.d.ts +21 -0
  111. package/indexerSharedArtifactFingerprint.d.ts +33 -0
  112. package/indexerStructuredDeclaration.d.ts +513 -0
  113. package/indexerSubjectCatalog.d.ts +230 -0
  114. package/indexerSubjectIdentity.d.ts +19 -0
  115. package/indexerSubjectKeyAuthority.d.ts +785 -0
  116. package/indexerTemplateRendering.d.ts +485 -0
  117. package/indexerToolSnapshot.d.ts +431 -0
  118. package/indexerWorksetRead.d.ts +287 -0
  119. package/package.json +1 -1
  120. package/phases.d.ts +1 -1
@@ -0,0 +1,1062 @@
1
+ import { z } from "zod";
2
+ declare const benchmarkManifestPayloadSchema: z.ZodObject<{
3
+ protocol: z.ZodLiteral<"context.indexer.benchmark-manifest/v1">;
4
+ workload_id: z.ZodEffects<z.ZodString, string, string>;
5
+ source_snapshots: z.ZodArray<z.ZodObject<{
6
+ source_ref: z.ZodString;
7
+ commit_or_tree_digest: z.ZodString;
8
+ scope_digest: z.ZodString;
9
+ }, "strict", z.ZodTypeAny, {
10
+ source_ref: string;
11
+ scope_digest: string;
12
+ commit_or_tree_digest: string;
13
+ }, {
14
+ source_ref: string;
15
+ scope_digest: string;
16
+ commit_or_tree_digest: string;
17
+ }>, "many">;
18
+ requirement_digest: z.ZodString;
19
+ registry_digest: z.ZodString;
20
+ toolchain: z.ZodObject<{
21
+ context_cli: z.ZodString;
22
+ contract_digest: z.ZodString;
23
+ parser_set_digest: z.ZodString;
24
+ }, "strict", z.ZodTypeAny, {
25
+ contract_digest: string;
26
+ context_cli: string;
27
+ parser_set_digest: string;
28
+ }, {
29
+ contract_digest: string;
30
+ context_cli: string;
31
+ parser_set_digest: string;
32
+ }>;
33
+ capture_command_digest: z.ZodString;
34
+ oracle_ref: z.ZodString;
35
+ }, "strict", z.ZodTypeAny, {
36
+ protocol: "context.indexer.benchmark-manifest/v1";
37
+ toolchain: {
38
+ contract_digest: string;
39
+ context_cli: string;
40
+ parser_set_digest: string;
41
+ };
42
+ requirement_digest: string;
43
+ registry_digest: string;
44
+ workload_id: string;
45
+ source_snapshots: {
46
+ source_ref: string;
47
+ scope_digest: string;
48
+ commit_or_tree_digest: string;
49
+ }[];
50
+ capture_command_digest: string;
51
+ oracle_ref: string;
52
+ }, {
53
+ protocol: "context.indexer.benchmark-manifest/v1";
54
+ toolchain: {
55
+ contract_digest: string;
56
+ context_cli: string;
57
+ parser_set_digest: string;
58
+ };
59
+ requirement_digest: string;
60
+ registry_digest: string;
61
+ workload_id: string;
62
+ source_snapshots: {
63
+ source_ref: string;
64
+ scope_digest: string;
65
+ commit_or_tree_digest: string;
66
+ }[];
67
+ capture_command_digest: string;
68
+ oracle_ref: string;
69
+ }>;
70
+ export declare const indexerBenchmarkManifestSchema: z.ZodObject<{
71
+ protocol: z.ZodLiteral<"context.indexer.benchmark-manifest/v1">;
72
+ workload_id: z.ZodEffects<z.ZodString, string, string>;
73
+ source_snapshots: z.ZodArray<z.ZodObject<{
74
+ source_ref: z.ZodString;
75
+ commit_or_tree_digest: z.ZodString;
76
+ scope_digest: z.ZodString;
77
+ }, "strict", z.ZodTypeAny, {
78
+ source_ref: string;
79
+ scope_digest: string;
80
+ commit_or_tree_digest: string;
81
+ }, {
82
+ source_ref: string;
83
+ scope_digest: string;
84
+ commit_or_tree_digest: string;
85
+ }>, "many">;
86
+ requirement_digest: z.ZodString;
87
+ registry_digest: z.ZodString;
88
+ toolchain: z.ZodObject<{
89
+ context_cli: z.ZodString;
90
+ contract_digest: z.ZodString;
91
+ parser_set_digest: z.ZodString;
92
+ }, "strict", z.ZodTypeAny, {
93
+ contract_digest: string;
94
+ context_cli: string;
95
+ parser_set_digest: string;
96
+ }, {
97
+ contract_digest: string;
98
+ context_cli: string;
99
+ parser_set_digest: string;
100
+ }>;
101
+ capture_command_digest: z.ZodString;
102
+ oracle_ref: z.ZodString;
103
+ } & {
104
+ manifest_digest: z.ZodString;
105
+ }, "strict", z.ZodTypeAny, {
106
+ protocol: "context.indexer.benchmark-manifest/v1";
107
+ toolchain: {
108
+ contract_digest: string;
109
+ context_cli: string;
110
+ parser_set_digest: string;
111
+ };
112
+ requirement_digest: string;
113
+ manifest_digest: string;
114
+ registry_digest: string;
115
+ workload_id: string;
116
+ source_snapshots: {
117
+ source_ref: string;
118
+ scope_digest: string;
119
+ commit_or_tree_digest: string;
120
+ }[];
121
+ capture_command_digest: string;
122
+ oracle_ref: string;
123
+ }, {
124
+ protocol: "context.indexer.benchmark-manifest/v1";
125
+ toolchain: {
126
+ contract_digest: string;
127
+ context_cli: string;
128
+ parser_set_digest: string;
129
+ };
130
+ requirement_digest: string;
131
+ manifest_digest: string;
132
+ registry_digest: string;
133
+ workload_id: string;
134
+ source_snapshots: {
135
+ source_ref: string;
136
+ scope_digest: string;
137
+ commit_or_tree_digest: string;
138
+ }[];
139
+ capture_command_digest: string;
140
+ oracle_ref: string;
141
+ }>;
142
+ export declare const indexerBenchmarkObservationSchema: z.ZodObject<{
143
+ result_fingerprint: z.ZodString;
144
+ profile_composer_summary: z.ZodArray<z.ZodObject<{
145
+ module_ref: z.ZodString;
146
+ primary_profile_ref: z.ZodString;
147
+ additional_profile_refs: z.ZodArray<z.ZodString, "many">;
148
+ composer_refs: z.ZodArray<z.ZodString, "many">;
149
+ }, "strict", z.ZodTypeAny, {
150
+ module_ref: string;
151
+ primary_profile_ref: string;
152
+ additional_profile_refs: string[];
153
+ composer_refs: string[];
154
+ }, {
155
+ module_ref: string;
156
+ primary_profile_ref: string;
157
+ additional_profile_refs: string[];
158
+ composer_refs: string[];
159
+ }>, "many">;
160
+ inventory_items: z.ZodArray<z.ZodObject<{
161
+ inventory_ref: z.ZodString;
162
+ item_ref: z.ZodString;
163
+ disposition: z.ZodEnum<["owned", "excluded-with-reason", "unsupported", "request-material"]>;
164
+ }, "strict", z.ZodTypeAny, {
165
+ disposition: "unsupported" | "owned" | "excluded-with-reason" | "request-material";
166
+ inventory_ref: string;
167
+ item_ref: string;
168
+ }, {
169
+ disposition: "unsupported" | "owned" | "excluded-with-reason" | "request-material";
170
+ inventory_ref: string;
171
+ item_ref: string;
172
+ }>, "many">;
173
+ artifacts: z.ZodArray<z.ZodObject<{
174
+ logical_unit_ref: z.ZodString;
175
+ bundle_digest: z.ZodString;
176
+ artifact_ref: z.ZodString;
177
+ purpose: z.ZodEnum<["required", "discretionary", "semantic-split"]>;
178
+ split_of: z.ZodNullable<z.ZodString>;
179
+ readability_advisory: z.ZodBoolean;
180
+ }, "strict", z.ZodTypeAny, {
181
+ purpose: "required" | "discretionary" | "semantic-split";
182
+ split_of: string | null;
183
+ logical_unit_ref: string;
184
+ bundle_digest: string;
185
+ artifact_ref: string;
186
+ readability_advisory: boolean;
187
+ }, {
188
+ purpose: "required" | "discretionary" | "semantic-split";
189
+ split_of: string | null;
190
+ logical_unit_ref: string;
191
+ bundle_digest: string;
192
+ artifact_ref: string;
193
+ readability_advisory: boolean;
194
+ }>, "many">;
195
+ directory_differences: z.ZodArray<z.ZodObject<{
196
+ difference_ref: z.ZodString;
197
+ kind: z.ZodEnum<["missing", "unexpected", "relocated"]>;
198
+ expected_path: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
199
+ actual_path: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
200
+ reason_code: z.ZodEffects<z.ZodString, string, string>;
201
+ }, "strict", z.ZodTypeAny, {
202
+ kind: "missing" | "unexpected" | "relocated";
203
+ reason_code: string;
204
+ difference_ref: string;
205
+ expected_path: string | null;
206
+ actual_path: string | null;
207
+ }, {
208
+ kind: "missing" | "unexpected" | "relocated";
209
+ reason_code: string;
210
+ difference_ref: string;
211
+ expected_path: string | null;
212
+ actual_path: string | null;
213
+ }>, "many">;
214
+ page_deviation: z.ZodObject<{
215
+ expected_min: z.ZodNullable<z.ZodNumber>;
216
+ expected_max: z.ZodNullable<z.ZodNumber>;
217
+ actual_count: z.ZodNumber;
218
+ reason_codes: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
219
+ }, "strict", z.ZodTypeAny, {
220
+ reason_codes: string[];
221
+ expected_min: number | null;
222
+ expected_max: number | null;
223
+ actual_count: number;
224
+ }, {
225
+ reason_codes: string[];
226
+ expected_min: number | null;
227
+ expected_max: number | null;
228
+ actual_count: number;
229
+ }>;
230
+ quality_negative_samples: z.ZodArray<z.ZodObject<{
231
+ category: z.ZodEnum<["missing", "duplicate", "placeholder", "representative-only-coverage", "fabricated-call-chain"]>;
232
+ sample_ref: z.ZodString;
233
+ disposition: z.ZodEnum<["cleared", "review-required", "blocking"]>;
234
+ }, "strict", z.ZodTypeAny, {
235
+ disposition: "blocking" | "cleared" | "review-required";
236
+ category: "missing" | "duplicate" | "placeholder" | "representative-only-coverage" | "fabricated-call-chain";
237
+ sample_ref: string;
238
+ }, {
239
+ disposition: "blocking" | "cleared" | "review-required";
240
+ category: "missing" | "duplicate" | "placeholder" | "representative-only-coverage" | "fabricated-call-chain";
241
+ sample_ref: string;
242
+ }>, "many">;
243
+ review_decision: z.ZodObject<{
244
+ report_ref: z.ZodString;
245
+ decision: z.ZodEnum<["pending", "approved", "approved-with-changes", "rejected"]>;
246
+ }, "strict", z.ZodTypeAny, {
247
+ decision: "approved" | "rejected" | "pending" | "approved-with-changes";
248
+ report_ref: string;
249
+ }, {
250
+ decision: "approved" | "rejected" | "pending" | "approved-with-changes";
251
+ report_ref: string;
252
+ }>;
253
+ material_gaps: z.ZodArray<z.ZodObject<{
254
+ category: z.ZodEffects<z.ZodString, string, string>;
255
+ required_evidence_kinds: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
256
+ resolved_count: z.ZodNumber;
257
+ unresolved_question_refs: z.ZodArray<z.ZodString, "many">;
258
+ }, "strict", z.ZodTypeAny, {
259
+ category: string;
260
+ required_evidence_kinds: string[];
261
+ resolved_count: number;
262
+ unresolved_question_refs: string[];
263
+ }, {
264
+ category: string;
265
+ required_evidence_kinds: string[];
266
+ resolved_count: number;
267
+ unresolved_question_refs: string[];
268
+ }>, "many">;
269
+ provider_configuration: z.ZodArray<z.ZodObject<{
270
+ module_ref: z.ZodString;
271
+ indexer_ref: z.ZodString;
272
+ provider_identity: z.ZodString;
273
+ provider_version: z.ZodString;
274
+ provider_integrity: z.ZodString;
275
+ config_fingerprint: z.ZodString;
276
+ customization_reason: z.ZodNullable<z.ZodString>;
277
+ }, "strict", z.ZodTypeAny, {
278
+ module_ref: string;
279
+ provider_integrity: string;
280
+ config_fingerprint: string;
281
+ provider_version: string;
282
+ indexer_ref: string;
283
+ provider_identity: string;
284
+ customization_reason: string | null;
285
+ }, {
286
+ module_ref: string;
287
+ provider_integrity: string;
288
+ config_fingerprint: string;
289
+ provider_version: string;
290
+ indexer_ref: string;
291
+ provider_identity: string;
292
+ customization_reason: string | null;
293
+ }>, "many">;
294
+ local_customization_burden: z.ZodObject<{
295
+ file_count: z.ZodNumber;
296
+ covered_resource_refs: z.ZodArray<z.ZodString, "many">;
297
+ affected_artifact_refs: z.ZodArray<z.ZodString, "many">;
298
+ repeated_logic_candidate: z.ZodBoolean;
299
+ }, "strict", z.ZodTypeAny, {
300
+ file_count: number;
301
+ covered_resource_refs: string[];
302
+ affected_artifact_refs: string[];
303
+ repeated_logic_candidate: boolean;
304
+ }, {
305
+ file_count: number;
306
+ covered_resource_refs: string[];
307
+ affected_artifact_refs: string[];
308
+ repeated_logic_candidate: boolean;
309
+ }>;
310
+ metrics: z.ZodArray<z.ZodObject<{
311
+ metric_id: z.ZodEffects<z.ZodString, string, string>;
312
+ numerator: z.ZodNumber;
313
+ denominator: z.ZodNullable<z.ZodNumber>;
314
+ status: z.ZodEnum<["passed", "warning", "failed"]>;
315
+ evidence_refs: z.ZodArray<z.ZodString, "many">;
316
+ }, "strict", z.ZodTypeAny, {
317
+ status: "passed" | "warning" | "failed";
318
+ evidence_refs: string[];
319
+ denominator: number | null;
320
+ metric_id: string;
321
+ numerator: number;
322
+ }, {
323
+ status: "passed" | "warning" | "failed";
324
+ evidence_refs: string[];
325
+ denominator: number | null;
326
+ metric_id: string;
327
+ numerator: number;
328
+ }>, "many">;
329
+ }, "strict", z.ZodTypeAny, {
330
+ metrics: {
331
+ status: "passed" | "warning" | "failed";
332
+ evidence_refs: string[];
333
+ denominator: number | null;
334
+ metric_id: string;
335
+ numerator: number;
336
+ }[];
337
+ artifacts: {
338
+ purpose: "required" | "discretionary" | "semantic-split";
339
+ split_of: string | null;
340
+ logical_unit_ref: string;
341
+ bundle_digest: string;
342
+ artifact_ref: string;
343
+ readability_advisory: boolean;
344
+ }[];
345
+ material_gaps: {
346
+ category: string;
347
+ required_evidence_kinds: string[];
348
+ resolved_count: number;
349
+ unresolved_question_refs: string[];
350
+ }[];
351
+ result_fingerprint: string;
352
+ profile_composer_summary: {
353
+ module_ref: string;
354
+ primary_profile_ref: string;
355
+ additional_profile_refs: string[];
356
+ composer_refs: string[];
357
+ }[];
358
+ inventory_items: {
359
+ disposition: "unsupported" | "owned" | "excluded-with-reason" | "request-material";
360
+ inventory_ref: string;
361
+ item_ref: string;
362
+ }[];
363
+ directory_differences: {
364
+ kind: "missing" | "unexpected" | "relocated";
365
+ reason_code: string;
366
+ difference_ref: string;
367
+ expected_path: string | null;
368
+ actual_path: string | null;
369
+ }[];
370
+ page_deviation: {
371
+ reason_codes: string[];
372
+ expected_min: number | null;
373
+ expected_max: number | null;
374
+ actual_count: number;
375
+ };
376
+ quality_negative_samples: {
377
+ disposition: "blocking" | "cleared" | "review-required";
378
+ category: "missing" | "duplicate" | "placeholder" | "representative-only-coverage" | "fabricated-call-chain";
379
+ sample_ref: string;
380
+ }[];
381
+ review_decision: {
382
+ decision: "approved" | "rejected" | "pending" | "approved-with-changes";
383
+ report_ref: string;
384
+ };
385
+ provider_configuration: {
386
+ module_ref: string;
387
+ provider_integrity: string;
388
+ config_fingerprint: string;
389
+ provider_version: string;
390
+ indexer_ref: string;
391
+ provider_identity: string;
392
+ customization_reason: string | null;
393
+ }[];
394
+ local_customization_burden: {
395
+ file_count: number;
396
+ covered_resource_refs: string[];
397
+ affected_artifact_refs: string[];
398
+ repeated_logic_candidate: boolean;
399
+ };
400
+ }, {
401
+ metrics: {
402
+ status: "passed" | "warning" | "failed";
403
+ evidence_refs: string[];
404
+ denominator: number | null;
405
+ metric_id: string;
406
+ numerator: number;
407
+ }[];
408
+ artifacts: {
409
+ purpose: "required" | "discretionary" | "semantic-split";
410
+ split_of: string | null;
411
+ logical_unit_ref: string;
412
+ bundle_digest: string;
413
+ artifact_ref: string;
414
+ readability_advisory: boolean;
415
+ }[];
416
+ material_gaps: {
417
+ category: string;
418
+ required_evidence_kinds: string[];
419
+ resolved_count: number;
420
+ unresolved_question_refs: string[];
421
+ }[];
422
+ result_fingerprint: string;
423
+ profile_composer_summary: {
424
+ module_ref: string;
425
+ primary_profile_ref: string;
426
+ additional_profile_refs: string[];
427
+ composer_refs: string[];
428
+ }[];
429
+ inventory_items: {
430
+ disposition: "unsupported" | "owned" | "excluded-with-reason" | "request-material";
431
+ inventory_ref: string;
432
+ item_ref: string;
433
+ }[];
434
+ directory_differences: {
435
+ kind: "missing" | "unexpected" | "relocated";
436
+ reason_code: string;
437
+ difference_ref: string;
438
+ expected_path: string | null;
439
+ actual_path: string | null;
440
+ }[];
441
+ page_deviation: {
442
+ reason_codes: string[];
443
+ expected_min: number | null;
444
+ expected_max: number | null;
445
+ actual_count: number;
446
+ };
447
+ quality_negative_samples: {
448
+ disposition: "blocking" | "cleared" | "review-required";
449
+ category: "missing" | "duplicate" | "placeholder" | "representative-only-coverage" | "fabricated-call-chain";
450
+ sample_ref: string;
451
+ }[];
452
+ review_decision: {
453
+ decision: "approved" | "rejected" | "pending" | "approved-with-changes";
454
+ report_ref: string;
455
+ };
456
+ provider_configuration: {
457
+ module_ref: string;
458
+ provider_integrity: string;
459
+ config_fingerprint: string;
460
+ provider_version: string;
461
+ indexer_ref: string;
462
+ provider_identity: string;
463
+ customization_reason: string | null;
464
+ }[];
465
+ local_customization_burden: {
466
+ file_count: number;
467
+ covered_resource_refs: string[];
468
+ affected_artifact_refs: string[];
469
+ repeated_logic_candidate: boolean;
470
+ };
471
+ }>;
472
+ export declare const indexerBenchmarkReportSchema: z.ZodObject<{
473
+ protocol: z.ZodLiteral<"context.indexer.benchmark-report/v1">;
474
+ workload_id: z.ZodEffects<z.ZodString, string, string>;
475
+ manifest_digest: z.ZodString;
476
+ result_fingerprint: z.ZodString;
477
+ profile_composer_summary: z.ZodArray<z.ZodObject<{
478
+ module_ref: z.ZodString;
479
+ primary_profile_ref: z.ZodString;
480
+ additional_profile_refs: z.ZodArray<z.ZodString, "many">;
481
+ composer_refs: z.ZodArray<z.ZodString, "many">;
482
+ }, "strict", z.ZodTypeAny, {
483
+ module_ref: string;
484
+ primary_profile_ref: string;
485
+ additional_profile_refs: string[];
486
+ composer_refs: string[];
487
+ }, {
488
+ module_ref: string;
489
+ primary_profile_ref: string;
490
+ additional_profile_refs: string[];
491
+ composer_refs: string[];
492
+ }>, "many">;
493
+ inventory_summary: z.ZodObject<{
494
+ total_count: z.ZodNumber;
495
+ inventories: z.ZodArray<z.ZodObject<{
496
+ inventory_ref: z.ZodString;
497
+ total_count: z.ZodNumber;
498
+ dispositions: z.ZodObject<{
499
+ owned: z.ZodNumber;
500
+ excluded_with_reason: z.ZodNumber;
501
+ unsupported: z.ZodNumber;
502
+ request_material: z.ZodNumber;
503
+ }, "strict", z.ZodTypeAny, {
504
+ unsupported: number;
505
+ owned: number;
506
+ excluded_with_reason: number;
507
+ request_material: number;
508
+ }, {
509
+ unsupported: number;
510
+ owned: number;
511
+ excluded_with_reason: number;
512
+ request_material: number;
513
+ }>;
514
+ }, "strict", z.ZodTypeAny, {
515
+ dispositions: {
516
+ unsupported: number;
517
+ owned: number;
518
+ excluded_with_reason: number;
519
+ request_material: number;
520
+ };
521
+ inventory_ref: string;
522
+ total_count: number;
523
+ }, {
524
+ dispositions: {
525
+ unsupported: number;
526
+ owned: number;
527
+ excluded_with_reason: number;
528
+ request_material: number;
529
+ };
530
+ inventory_ref: string;
531
+ total_count: number;
532
+ }>, "many">;
533
+ }, "strict", z.ZodTypeAny, {
534
+ total_count: number;
535
+ inventories: {
536
+ dispositions: {
537
+ unsupported: number;
538
+ owned: number;
539
+ excluded_with_reason: number;
540
+ request_material: number;
541
+ };
542
+ inventory_ref: string;
543
+ total_count: number;
544
+ }[];
545
+ }, {
546
+ total_count: number;
547
+ inventories: {
548
+ dispositions: {
549
+ unsupported: number;
550
+ owned: number;
551
+ excluded_with_reason: number;
552
+ request_material: number;
553
+ };
554
+ inventory_ref: string;
555
+ total_count: number;
556
+ }[];
557
+ }>;
558
+ artifact_summary: z.ZodObject<{
559
+ logical_unit_count: z.ZodNumber;
560
+ bundle_count: z.ZodNumber;
561
+ artifact_count: z.ZodNumber;
562
+ semantic_split_count: z.ZodNumber;
563
+ readability_advisory_count: z.ZodNumber;
564
+ }, "strict", z.ZodTypeAny, {
565
+ logical_unit_count: number;
566
+ bundle_count: number;
567
+ artifact_count: number;
568
+ semantic_split_count: number;
569
+ readability_advisory_count: number;
570
+ }, {
571
+ logical_unit_count: number;
572
+ bundle_count: number;
573
+ artifact_count: number;
574
+ semantic_split_count: number;
575
+ readability_advisory_count: number;
576
+ }>;
577
+ directory_differences: z.ZodArray<z.ZodObject<{
578
+ difference_ref: z.ZodString;
579
+ kind: z.ZodEnum<["missing", "unexpected", "relocated"]>;
580
+ expected_path: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
581
+ actual_path: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
582
+ reason_code: z.ZodEffects<z.ZodString, string, string>;
583
+ }, "strict", z.ZodTypeAny, {
584
+ kind: "missing" | "unexpected" | "relocated";
585
+ reason_code: string;
586
+ difference_ref: string;
587
+ expected_path: string | null;
588
+ actual_path: string | null;
589
+ }, {
590
+ kind: "missing" | "unexpected" | "relocated";
591
+ reason_code: string;
592
+ difference_ref: string;
593
+ expected_path: string | null;
594
+ actual_path: string | null;
595
+ }>, "many">;
596
+ page_deviation: z.ZodObject<{
597
+ expected_min: z.ZodNullable<z.ZodNumber>;
598
+ expected_max: z.ZodNullable<z.ZodNumber>;
599
+ actual_count: z.ZodNumber;
600
+ reason_codes: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
601
+ } & {
602
+ state: z.ZodEnum<["not-estimated", "below", "within", "above"]>;
603
+ }, "strict", z.ZodTypeAny, {
604
+ state: "not-estimated" | "below" | "within" | "above";
605
+ reason_codes: string[];
606
+ expected_min: number | null;
607
+ expected_max: number | null;
608
+ actual_count: number;
609
+ }, {
610
+ state: "not-estimated" | "below" | "within" | "above";
611
+ reason_codes: string[];
612
+ expected_min: number | null;
613
+ expected_max: number | null;
614
+ actual_count: number;
615
+ }>;
616
+ quality_negative_samples: z.ZodArray<z.ZodObject<{
617
+ category: z.ZodEnum<["missing", "duplicate", "placeholder", "representative-only-coverage", "fabricated-call-chain"]>;
618
+ sample_ref: z.ZodString;
619
+ disposition: z.ZodEnum<["cleared", "review-required", "blocking"]>;
620
+ }, "strict", z.ZodTypeAny, {
621
+ disposition: "blocking" | "cleared" | "review-required";
622
+ category: "missing" | "duplicate" | "placeholder" | "representative-only-coverage" | "fabricated-call-chain";
623
+ sample_ref: string;
624
+ }, {
625
+ disposition: "blocking" | "cleared" | "review-required";
626
+ category: "missing" | "duplicate" | "placeholder" | "representative-only-coverage" | "fabricated-call-chain";
627
+ sample_ref: string;
628
+ }>, "many">;
629
+ review_decision: z.ZodObject<{
630
+ report_ref: z.ZodString;
631
+ decision: z.ZodEnum<["pending", "approved", "approved-with-changes", "rejected"]>;
632
+ }, "strict", z.ZodTypeAny, {
633
+ decision: "approved" | "rejected" | "pending" | "approved-with-changes";
634
+ report_ref: string;
635
+ }, {
636
+ decision: "approved" | "rejected" | "pending" | "approved-with-changes";
637
+ report_ref: string;
638
+ }>;
639
+ material_gaps: z.ZodArray<z.ZodObject<{
640
+ category: z.ZodEffects<z.ZodString, string, string>;
641
+ required_evidence_kinds: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
642
+ resolved_count: z.ZodNumber;
643
+ unresolved_question_refs: z.ZodArray<z.ZodString, "many">;
644
+ }, "strict", z.ZodTypeAny, {
645
+ category: string;
646
+ required_evidence_kinds: string[];
647
+ resolved_count: number;
648
+ unresolved_question_refs: string[];
649
+ }, {
650
+ category: string;
651
+ required_evidence_kinds: string[];
652
+ resolved_count: number;
653
+ unresolved_question_refs: string[];
654
+ }>, "many">;
655
+ provider_configuration: z.ZodArray<z.ZodObject<{
656
+ module_ref: z.ZodString;
657
+ indexer_ref: z.ZodString;
658
+ provider_identity: z.ZodString;
659
+ provider_version: z.ZodString;
660
+ provider_integrity: z.ZodString;
661
+ config_fingerprint: z.ZodString;
662
+ customization_reason: z.ZodNullable<z.ZodString>;
663
+ }, "strict", z.ZodTypeAny, {
664
+ module_ref: string;
665
+ provider_integrity: string;
666
+ config_fingerprint: string;
667
+ provider_version: string;
668
+ indexer_ref: string;
669
+ provider_identity: string;
670
+ customization_reason: string | null;
671
+ }, {
672
+ module_ref: string;
673
+ provider_integrity: string;
674
+ config_fingerprint: string;
675
+ provider_version: string;
676
+ indexer_ref: string;
677
+ provider_identity: string;
678
+ customization_reason: string | null;
679
+ }>, "many">;
680
+ local_customization_burden: z.ZodObject<{
681
+ file_count: z.ZodNumber;
682
+ covered_resource_refs: z.ZodArray<z.ZodString, "many">;
683
+ affected_artifact_refs: z.ZodArray<z.ZodString, "many">;
684
+ repeated_logic_candidate: z.ZodBoolean;
685
+ }, "strict", z.ZodTypeAny, {
686
+ file_count: number;
687
+ covered_resource_refs: string[];
688
+ affected_artifact_refs: string[];
689
+ repeated_logic_candidate: boolean;
690
+ }, {
691
+ file_count: number;
692
+ covered_resource_refs: string[];
693
+ affected_artifact_refs: string[];
694
+ repeated_logic_candidate: boolean;
695
+ }>;
696
+ metric_results: z.ZodArray<z.ZodObject<{
697
+ metric_id: z.ZodEffects<z.ZodString, string, string>;
698
+ numerator: z.ZodNumber;
699
+ denominator: z.ZodNullable<z.ZodNumber>;
700
+ status: z.ZodEnum<["passed", "warning", "failed"]>;
701
+ evidence_refs: z.ZodArray<z.ZodString, "many">;
702
+ } & {
703
+ observed_value: z.ZodNumber;
704
+ }, "strict", z.ZodTypeAny, {
705
+ status: "passed" | "warning" | "failed";
706
+ evidence_refs: string[];
707
+ denominator: number | null;
708
+ metric_id: string;
709
+ numerator: number;
710
+ observed_value: number;
711
+ }, {
712
+ status: "passed" | "warning" | "failed";
713
+ evidence_refs: string[];
714
+ denominator: number | null;
715
+ metric_id: string;
716
+ numerator: number;
717
+ observed_value: number;
718
+ }>, "many">;
719
+ oracle_differences: z.ZodArray<z.ZodObject<{
720
+ difference_ref: z.ZodString;
721
+ category: z.ZodEffects<z.ZodString, string, string>;
722
+ expected_digest: z.ZodNullable<z.ZodString>;
723
+ actual_digest: z.ZodNullable<z.ZodString>;
724
+ severity: z.ZodEnum<["advisory", "blocking"]>;
725
+ }, "strict", z.ZodTypeAny, {
726
+ severity: "blocking" | "advisory";
727
+ difference_ref: string;
728
+ category: string;
729
+ expected_digest: string | null;
730
+ actual_digest: string | null;
731
+ }, {
732
+ severity: "blocking" | "advisory";
733
+ difference_ref: string;
734
+ category: string;
735
+ expected_digest: string | null;
736
+ actual_digest: string | null;
737
+ }>, "many">;
738
+ override_state: z.ZodEnum<["none", "human-approved"]>;
739
+ override_approval_ref: z.ZodNullable<z.ZodString>;
740
+ override_reason: z.ZodNullable<z.ZodString>;
741
+ conformance: z.ZodEnum<["automatic-pass", "human-exempt", "nonconformant"]>;
742
+ } & {
743
+ report_digest: z.ZodString;
744
+ }, "strict", z.ZodTypeAny, {
745
+ protocol: "context.indexer.benchmark-report/v1";
746
+ manifest_digest: string;
747
+ report_digest: string;
748
+ material_gaps: {
749
+ category: string;
750
+ required_evidence_kinds: string[];
751
+ resolved_count: number;
752
+ unresolved_question_refs: string[];
753
+ }[];
754
+ workload_id: string;
755
+ result_fingerprint: string;
756
+ profile_composer_summary: {
757
+ module_ref: string;
758
+ primary_profile_ref: string;
759
+ additional_profile_refs: string[];
760
+ composer_refs: string[];
761
+ }[];
762
+ directory_differences: {
763
+ kind: "missing" | "unexpected" | "relocated";
764
+ reason_code: string;
765
+ difference_ref: string;
766
+ expected_path: string | null;
767
+ actual_path: string | null;
768
+ }[];
769
+ page_deviation: {
770
+ state: "not-estimated" | "below" | "within" | "above";
771
+ reason_codes: string[];
772
+ expected_min: number | null;
773
+ expected_max: number | null;
774
+ actual_count: number;
775
+ };
776
+ quality_negative_samples: {
777
+ disposition: "blocking" | "cleared" | "review-required";
778
+ category: "missing" | "duplicate" | "placeholder" | "representative-only-coverage" | "fabricated-call-chain";
779
+ sample_ref: string;
780
+ }[];
781
+ review_decision: {
782
+ decision: "approved" | "rejected" | "pending" | "approved-with-changes";
783
+ report_ref: string;
784
+ };
785
+ provider_configuration: {
786
+ module_ref: string;
787
+ provider_integrity: string;
788
+ config_fingerprint: string;
789
+ provider_version: string;
790
+ indexer_ref: string;
791
+ provider_identity: string;
792
+ customization_reason: string | null;
793
+ }[];
794
+ local_customization_burden: {
795
+ file_count: number;
796
+ covered_resource_refs: string[];
797
+ affected_artifact_refs: string[];
798
+ repeated_logic_candidate: boolean;
799
+ };
800
+ inventory_summary: {
801
+ total_count: number;
802
+ inventories: {
803
+ dispositions: {
804
+ unsupported: number;
805
+ owned: number;
806
+ excluded_with_reason: number;
807
+ request_material: number;
808
+ };
809
+ inventory_ref: string;
810
+ total_count: number;
811
+ }[];
812
+ };
813
+ artifact_summary: {
814
+ logical_unit_count: number;
815
+ bundle_count: number;
816
+ artifact_count: number;
817
+ semantic_split_count: number;
818
+ readability_advisory_count: number;
819
+ };
820
+ metric_results: {
821
+ status: "passed" | "warning" | "failed";
822
+ evidence_refs: string[];
823
+ denominator: number | null;
824
+ metric_id: string;
825
+ numerator: number;
826
+ observed_value: number;
827
+ }[];
828
+ oracle_differences: {
829
+ severity: "blocking" | "advisory";
830
+ difference_ref: string;
831
+ category: string;
832
+ expected_digest: string | null;
833
+ actual_digest: string | null;
834
+ }[];
835
+ override_state: "none" | "human-approved";
836
+ override_approval_ref: string | null;
837
+ override_reason: string | null;
838
+ conformance: "automatic-pass" | "human-exempt" | "nonconformant";
839
+ }, {
840
+ protocol: "context.indexer.benchmark-report/v1";
841
+ manifest_digest: string;
842
+ report_digest: string;
843
+ material_gaps: {
844
+ category: string;
845
+ required_evidence_kinds: string[];
846
+ resolved_count: number;
847
+ unresolved_question_refs: string[];
848
+ }[];
849
+ workload_id: string;
850
+ result_fingerprint: string;
851
+ profile_composer_summary: {
852
+ module_ref: string;
853
+ primary_profile_ref: string;
854
+ additional_profile_refs: string[];
855
+ composer_refs: string[];
856
+ }[];
857
+ directory_differences: {
858
+ kind: "missing" | "unexpected" | "relocated";
859
+ reason_code: string;
860
+ difference_ref: string;
861
+ expected_path: string | null;
862
+ actual_path: string | null;
863
+ }[];
864
+ page_deviation: {
865
+ state: "not-estimated" | "below" | "within" | "above";
866
+ reason_codes: string[];
867
+ expected_min: number | null;
868
+ expected_max: number | null;
869
+ actual_count: number;
870
+ };
871
+ quality_negative_samples: {
872
+ disposition: "blocking" | "cleared" | "review-required";
873
+ category: "missing" | "duplicate" | "placeholder" | "representative-only-coverage" | "fabricated-call-chain";
874
+ sample_ref: string;
875
+ }[];
876
+ review_decision: {
877
+ decision: "approved" | "rejected" | "pending" | "approved-with-changes";
878
+ report_ref: string;
879
+ };
880
+ provider_configuration: {
881
+ module_ref: string;
882
+ provider_integrity: string;
883
+ config_fingerprint: string;
884
+ provider_version: string;
885
+ indexer_ref: string;
886
+ provider_identity: string;
887
+ customization_reason: string | null;
888
+ }[];
889
+ local_customization_burden: {
890
+ file_count: number;
891
+ covered_resource_refs: string[];
892
+ affected_artifact_refs: string[];
893
+ repeated_logic_candidate: boolean;
894
+ };
895
+ inventory_summary: {
896
+ total_count: number;
897
+ inventories: {
898
+ dispositions: {
899
+ unsupported: number;
900
+ owned: number;
901
+ excluded_with_reason: number;
902
+ request_material: number;
903
+ };
904
+ inventory_ref: string;
905
+ total_count: number;
906
+ }[];
907
+ };
908
+ artifact_summary: {
909
+ logical_unit_count: number;
910
+ bundle_count: number;
911
+ artifact_count: number;
912
+ semantic_split_count: number;
913
+ readability_advisory_count: number;
914
+ };
915
+ metric_results: {
916
+ status: "passed" | "warning" | "failed";
917
+ evidence_refs: string[];
918
+ denominator: number | null;
919
+ metric_id: string;
920
+ numerator: number;
921
+ observed_value: number;
922
+ }[];
923
+ oracle_differences: {
924
+ severity: "blocking" | "advisory";
925
+ difference_ref: string;
926
+ category: string;
927
+ expected_digest: string | null;
928
+ actual_digest: string | null;
929
+ }[];
930
+ override_state: "none" | "human-approved";
931
+ override_approval_ref: string | null;
932
+ override_reason: string | null;
933
+ conformance: "automatic-pass" | "human-exempt" | "nonconformant";
934
+ }>;
935
+ export declare const indexerBenchmarkCurrentAuthoritySchema: z.ZodObject<{
936
+ source_snapshots: z.ZodArray<z.ZodObject<{
937
+ source_ref: z.ZodString;
938
+ commit_or_tree_digest: z.ZodString;
939
+ scope_digest: z.ZodString;
940
+ }, "strict", z.ZodTypeAny, {
941
+ source_ref: string;
942
+ scope_digest: string;
943
+ commit_or_tree_digest: string;
944
+ }, {
945
+ source_ref: string;
946
+ scope_digest: string;
947
+ commit_or_tree_digest: string;
948
+ }>, "many">;
949
+ requirement_digest: z.ZodString;
950
+ registry_digest: z.ZodString;
951
+ toolchain: z.ZodObject<{
952
+ context_cli: z.ZodString;
953
+ contract_digest: z.ZodString;
954
+ parser_set_digest: z.ZodString;
955
+ }, "strict", z.ZodTypeAny, {
956
+ contract_digest: string;
957
+ context_cli: string;
958
+ parser_set_digest: string;
959
+ }, {
960
+ contract_digest: string;
961
+ context_cli: string;
962
+ parser_set_digest: string;
963
+ }>;
964
+ capture_command_digest: z.ZodString;
965
+ mounted_agent_resource_refs: z.ZodArray<z.ZodString, "many">;
966
+ }, "strict", z.ZodTypeAny, {
967
+ toolchain: {
968
+ contract_digest: string;
969
+ context_cli: string;
970
+ parser_set_digest: string;
971
+ };
972
+ requirement_digest: string;
973
+ registry_digest: string;
974
+ source_snapshots: {
975
+ source_ref: string;
976
+ scope_digest: string;
977
+ commit_or_tree_digest: string;
978
+ }[];
979
+ capture_command_digest: string;
980
+ mounted_agent_resource_refs: string[];
981
+ }, {
982
+ toolchain: {
983
+ contract_digest: string;
984
+ context_cli: string;
985
+ parser_set_digest: string;
986
+ };
987
+ requirement_digest: string;
988
+ registry_digest: string;
989
+ source_snapshots: {
990
+ source_ref: string;
991
+ scope_digest: string;
992
+ commit_or_tree_digest: string;
993
+ }[];
994
+ capture_command_digest: string;
995
+ mounted_agent_resource_refs: string[];
996
+ }>;
997
+ export declare const indexerBenchmarkOracleEvaluationSchema: z.ZodObject<{
998
+ oracle_ref: z.ZodString;
999
+ differences: z.ZodArray<z.ZodObject<{
1000
+ difference_ref: z.ZodString;
1001
+ category: z.ZodEffects<z.ZodString, string, string>;
1002
+ expected_digest: z.ZodNullable<z.ZodString>;
1003
+ actual_digest: z.ZodNullable<z.ZodString>;
1004
+ severity: z.ZodEnum<["advisory", "blocking"]>;
1005
+ }, "strict", z.ZodTypeAny, {
1006
+ severity: "blocking" | "advisory";
1007
+ difference_ref: string;
1008
+ category: string;
1009
+ expected_digest: string | null;
1010
+ actual_digest: string | null;
1011
+ }, {
1012
+ severity: "blocking" | "advisory";
1013
+ difference_ref: string;
1014
+ category: string;
1015
+ expected_digest: string | null;
1016
+ actual_digest: string | null;
1017
+ }>, "many">;
1018
+ }, "strict", z.ZodTypeAny, {
1019
+ oracle_ref: string;
1020
+ differences: {
1021
+ severity: "blocking" | "advisory";
1022
+ difference_ref: string;
1023
+ category: string;
1024
+ expected_digest: string | null;
1025
+ actual_digest: string | null;
1026
+ }[];
1027
+ }, {
1028
+ oracle_ref: string;
1029
+ differences: {
1030
+ severity: "blocking" | "advisory";
1031
+ difference_ref: string;
1032
+ category: string;
1033
+ expected_digest: string | null;
1034
+ actual_digest: string | null;
1035
+ }[];
1036
+ }>;
1037
+ export type IndexerBenchmarkManifest = z.infer<typeof indexerBenchmarkManifestSchema>;
1038
+ export type IndexerBenchmarkObservation = z.infer<typeof indexerBenchmarkObservationSchema>;
1039
+ export type IndexerBenchmarkReport = z.infer<typeof indexerBenchmarkReportSchema>;
1040
+ export type IndexerBenchmarkCurrentAuthority = z.infer<typeof indexerBenchmarkCurrentAuthoritySchema>;
1041
+ export type IndexerBenchmarkOracleEvaluation = z.infer<typeof indexerBenchmarkOracleEvaluationSchema>;
1042
+ export declare function buildIndexerBenchmarkManifest(input: z.input<typeof benchmarkManifestPayloadSchema>): IndexerBenchmarkManifest;
1043
+ export declare function validateIndexerBenchmarkManifest(value: unknown): IndexerBenchmarkManifest;
1044
+ export declare function validateCurrentIndexerBenchmarkManifest(input: {
1045
+ value: unknown;
1046
+ current_authority: unknown;
1047
+ }): IndexerBenchmarkManifest;
1048
+ export declare function buildIndexerBenchmarkReport(input: {
1049
+ manifest: unknown;
1050
+ observation: unknown;
1051
+ oracle_evaluation: unknown;
1052
+ override: unknown;
1053
+ }): IndexerBenchmarkReport;
1054
+ export declare function validateIndexerBenchmarkReport(value: unknown): IndexerBenchmarkReport;
1055
+ export declare function validateCurrentIndexerBenchmarkReport(input: {
1056
+ value: unknown;
1057
+ manifest: unknown;
1058
+ observation: unknown;
1059
+ oracle_evaluation: unknown;
1060
+ override: unknown;
1061
+ }): IndexerBenchmarkReport;
1062
+ export {};