audit-tools 0.50.21 → 0.51.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.
- package/dist/audit/cli/auditStep.d.ts +1 -1
- package/dist/audit/cli/charterExtractionPrompt.d.ts.map +1 -1
- package/dist/audit/cli/charterExtractionPrompt.js +14 -1
- package/dist/audit/cli/charterExtractionPrompt.js.map +1 -1
- package/dist/audit/cli/conceptualDispatch.d.ts.map +1 -1
- package/dist/audit/cli/conceptualDispatch.js +30 -5
- package/dist/audit/cli/conceptualDispatch.js.map +1 -1
- package/dist/audit/cli/dispatch/hostHandoff.d.ts.map +1 -1
- package/dist/audit/cli/dispatch/hostHandoff.js +10 -0
- package/dist/audit/cli/dispatch/hostHandoff.js.map +1 -1
- package/dist/audit/cli/fanoutLanes.d.ts +7 -0
- package/dist/audit/cli/fanoutLanes.d.ts.map +1 -1
- package/dist/audit/cli/fanoutLanes.js +9 -1
- package/dist/audit/cli/fanoutLanes.js.map +1 -1
- package/dist/audit/cli/laneSubmissions.d.ts +38 -27
- package/dist/audit/cli/laneSubmissions.d.ts.map +1 -1
- package/dist/audit/cli/laneSubmissions.js +129 -2
- package/dist/audit/cli/laneSubmissions.js.map +1 -1
- package/dist/audit/cli/nextStepCommand.d.ts.map +1 -1
- package/dist/audit/cli/nextStepCommand.js +27 -7
- package/dist/audit/cli/nextStepCommand.js.map +1 -1
- package/dist/audit/cli/nextStepHelpers.d.ts.map +1 -1
- package/dist/audit/cli/nextStepHelpers.js +34 -4
- package/dist/audit/cli/nextStepHelpers.js.map +1 -1
- package/dist/audit/cli/sampleRunCommand.d.ts +2 -1
- package/dist/audit/cli/sampleRunCommand.d.ts.map +1 -1
- package/dist/audit/contracts/workerSchemas.d.ts +4 -4
- package/dist/audit/contracts/workerSchemas.d.ts.map +1 -1
- package/dist/audit/contracts/workerSchemas.js +12 -6
- package/dist/audit/contracts/workerSchemas.js.map +1 -1
- package/dist/audit/contracts/wrapperResponse.d.ts +7 -7
- package/dist/audit/contracts/wrapperResponse.d.ts.map +1 -1
- package/dist/audit/contracts/wrapperResponse.js +9 -1
- package/dist/audit/contracts/wrapperResponse.js.map +1 -1
- package/dist/audit/extractors/commentDecomposition.d.ts +28 -0
- package/dist/audit/extractors/commentDecomposition.d.ts.map +1 -1
- package/dist/audit/extractors/commentDecomposition.js +117 -0
- package/dist/audit/extractors/commentDecomposition.js.map +1 -1
- package/dist/audit/orchestrator/charterDeltaExecutor.d.ts.map +1 -1
- package/dist/audit/orchestrator/charterDeltaExecutor.js +14 -0
- package/dist/audit/orchestrator/charterDeltaExecutor.js.map +1 -1
- package/dist/audit/orchestrator/charterExtractionExecutor.d.ts +16 -6
- package/dist/audit/orchestrator/charterExtractionExecutor.d.ts.map +1 -1
- package/dist/audit/orchestrator/charterExtractionExecutor.js +127 -9
- package/dist/audit/orchestrator/charterExtractionExecutor.js.map +1 -1
- package/dist/audit/orchestrator/charterPacketArchive.d.ts +51 -0
- package/dist/audit/orchestrator/charterPacketArchive.d.ts.map +1 -0
- package/dist/audit/orchestrator/charterPacketArchive.js +173 -0
- package/dist/audit/orchestrator/charterPacketArchive.js.map +1 -0
- package/dist/audit/orchestrator/charterPackets.d.ts +31 -13
- package/dist/audit/orchestrator/charterPackets.d.ts.map +1 -1
- package/dist/audit/orchestrator/charterPackets.js +433 -79
- package/dist/audit/orchestrator/charterPackets.js.map +1 -1
- package/dist/audit/orchestrator/designReviewPrompt.d.ts +20 -4
- package/dist/audit/orchestrator/designReviewPrompt.d.ts.map +1 -1
- package/dist/audit/orchestrator/designReviewPrompt.js +89 -12
- package/dist/audit/orchestrator/designReviewPrompt.js.map +1 -1
- package/dist/audit/orchestrator/executorRunners.d.ts.map +1 -1
- package/dist/audit/orchestrator/executorRunners.js +17 -1
- package/dist/audit/orchestrator/executorRunners.js.map +1 -1
- package/dist/audit/orchestrator/graphEnrichmentExecutor.d.ts.map +1 -1
- package/dist/audit/orchestrator/graphEnrichmentExecutor.js +8 -1
- package/dist/audit/orchestrator/graphEnrichmentExecutor.js.map +1 -1
- package/dist/audit/orchestrator/state.d.ts.map +1 -1
- package/dist/audit/orchestrator/state.js +21 -14
- package/dist/audit/orchestrator/state.js.map +1 -1
- package/dist/audit/orchestrator/synthesisExecutors.d.ts +8 -0
- package/dist/audit/orchestrator/synthesisExecutors.d.ts.map +1 -1
- package/dist/audit/orchestrator/synthesisExecutors.js +10 -0
- package/dist/audit/orchestrator/synthesisExecutors.js.map +1 -1
- package/dist/audit/reporting/synthesis.d.ts +42 -2
- package/dist/audit/reporting/synthesis.d.ts.map +1 -1
- package/dist/audit/reporting/synthesis.js +265 -12
- package/dist/audit/reporting/synthesis.js.map +1 -1
- package/dist/audit/supervisor/operatorHandoff.d.ts.map +1 -1
- package/dist/audit/supervisor/operatorHandoff.js +14 -6
- package/dist/audit/supervisor/operatorHandoff.js.map +1 -1
- package/dist/audit/systemic/secondOrderAdversaryPrompt.d.ts.map +1 -1
- package/dist/audit/systemic/secondOrderAdversaryPrompt.js +7 -0
- package/dist/audit/systemic/secondOrderAdversaryPrompt.js.map +1 -1
- package/dist/audit/types/analyzerCapability.d.ts +35 -11
- package/dist/audit/types/analyzerCapability.d.ts.map +1 -1
- package/dist/audit/types/analyzerCapability.js +83 -5
- package/dist/audit/types/analyzerCapability.js.map +1 -1
- package/dist/audit/types/auditState.d.ts +8 -8
- package/dist/audit/types/charterRegister.d.ts +33 -3
- package/dist/audit/types/charterRegister.d.ts.map +1 -1
- package/dist/audit/types/charterRegister.js +11 -1
- package/dist/audit/types/charterRegister.js.map +1 -1
- package/dist/audit/types/conceptualAdjudication.d.ts +383 -4
- package/dist/audit/types/conceptualAdjudication.d.ts.map +1 -1
- package/dist/audit/types/conceptualAdjudication.js +109 -5
- package/dist/audit/types/conceptualAdjudication.js.map +1 -1
- package/dist/audit/types/designAssessment.d.ts +1 -1
- package/dist/audit/types/designAssessment.d.ts.map +1 -1
- package/dist/audit/types.d.ts +7 -2
- package/dist/audit/types.d.ts.map +1 -1
- package/dist/remediate/intent/intentOrdering.d.ts.map +1 -1
- package/dist/remediate/intent/intentOrdering.js +29 -1
- package/dist/remediate/intent/intentOrdering.js.map +1 -1
- package/dist/remediate/phases/grounding.d.ts +12 -4
- package/dist/remediate/phases/grounding.d.ts.map +1 -1
- package/dist/remediate/phases/grounding.js +23 -60
- package/dist/remediate/phases/grounding.js.map +1 -1
- package/dist/remediate/state/types.d.ts +5 -0
- package/dist/remediate/state/types.d.ts.map +1 -1
- package/dist/shared/analyzers/types.d.ts +17 -6
- package/dist/shared/analyzers/types.d.ts.map +1 -1
- package/dist/shared/analyzers/types.js +6 -15
- package/dist/shared/analyzers/types.js.map +1 -1
- package/dist/shared/decompose/systemicChallenge.d.ts +5 -0
- package/dist/shared/decompose/systemicChallenge.d.ts.map +1 -1
- package/dist/shared/engine/obligationEngine.d.ts +23 -6
- package/dist/shared/engine/obligationEngine.d.ts.map +1 -1
- package/dist/shared/engine/obligationEngine.js +38 -3
- package/dist/shared/engine/obligationEngine.js.map +1 -1
- package/dist/shared/findings/dedupe.d.ts +10 -0
- package/dist/shared/findings/dedupe.d.ts.map +1 -1
- package/dist/shared/findings/dedupe.js +15 -0
- package/dist/shared/findings/dedupe.js.map +1 -1
- package/dist/shared/index.d.ts +14 -6
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/shared/index.js +12 -5
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/measurement/measuredOutcome.d.ts +61 -0
- package/dist/shared/measurement/measuredOutcome.d.ts.map +1 -0
- package/dist/shared/measurement/measuredOutcome.js +109 -0
- package/dist/shared/measurement/measuredOutcome.js.map +1 -0
- package/dist/shared/reporting/findingDisplay.d.ts +14 -2
- package/dist/shared/reporting/findingDisplay.d.ts.map +1 -1
- package/dist/shared/reporting/findingDisplay.js +29 -2
- package/dist/shared/reporting/findingDisplay.js.map +1 -1
- package/dist/shared/reporting/lensCoverage.d.ts +70 -0
- package/dist/shared/reporting/lensCoverage.d.ts.map +1 -0
- package/dist/shared/reporting/lensCoverage.js +108 -0
- package/dist/shared/reporting/lensCoverage.js.map +1 -0
- package/dist/shared/submission/submissionLedger.d.ts +24 -1
- package/dist/shared/submission/submissionLedger.d.ts.map +1 -1
- package/dist/shared/submission/submissionLedger.js +61 -0
- package/dist/shared/submission/submissionLedger.js.map +1 -1
- package/dist/shared/types/charterPacket.d.ts +155 -0
- package/dist/shared/types/charterPacket.d.ts.map +1 -0
- package/dist/shared/types/charterPacket.js +9 -0
- package/dist/shared/types/charterPacket.js.map +1 -0
- package/dist/shared/types/finding.d.ts +275 -40
- package/dist/shared/types/finding.d.ts.map +1 -1
- package/dist/shared/types/finding.js +87 -0
- package/dist/shared/types/finding.js.map +1 -1
- package/dist/shared/validation/citationGrounding.d.ts +115 -0
- package/dist/shared/validation/citationGrounding.d.ts.map +1 -0
- package/dist/shared/validation/citationGrounding.js +347 -0
- package/dist/shared/validation/citationGrounding.js.map +1 -0
- package/dist/shared/validation/findingsReport.d.ts.map +1 -1
- package/dist/shared/validation/findingsReport.js +62 -0
- package/dist/shared/validation/findingsReport.js.map +1 -1
- package/package.json +1 -1
- package/schemas/audit-code-v1alpha1.schema.json +2 -1
|
@@ -149,6 +149,33 @@ export declare const FindingGroundingSchema: z.ZodObject<{
|
|
|
149
149
|
reason?: string | undefined;
|
|
150
150
|
}>;
|
|
151
151
|
export type FindingGrounding = z.infer<typeof FindingGroundingSchema>;
|
|
152
|
+
/**
|
|
153
|
+
* Whether the DEFECT a conceptual finding names is present at HEAD — the third
|
|
154
|
+
* axis, orthogonal to `grounding` (does it cite something real) and to the
|
|
155
|
+
* remediation outcome (what did we do about it). Grounding on the conceptual
|
|
156
|
+
* path certifies only that a cited component path exists, so it reads as
|
|
157
|
+
* confirmation while certifying far less; this field carries the presence claim.
|
|
158
|
+
*
|
|
159
|
+
* EVERY value here is JUDGE-AUTHORED. `judge_confirmed` is deliberately NOT
|
|
160
|
+
* spelled `confirmed`: the bare word is already taken by the executable-anchor
|
|
161
|
+
* contract above, where "the confirmed bit is the tool's run, never the model's
|
|
162
|
+
* word". This one is the opposite provenance — a judge's reading of HEAD, never
|
|
163
|
+
* a tool run — and the name must say so wherever it is read.
|
|
164
|
+
*
|
|
165
|
+
* - `judge_confirmed`: the judge checked the named defect against current code
|
|
166
|
+
* and it holds. The tool guarantees the claim is PRESENT, CONSISTENT and
|
|
167
|
+
* PUBLISHED (and that a non-`asserted` claim carries a note); never that it is
|
|
168
|
+
* true.
|
|
169
|
+
* - `asserted`: not checked. The default, and it is stated explicitly rather
|
|
170
|
+
* than left absent — an optional field defaults to silence, which is the
|
|
171
|
+
* failure this vocabulary exists to end.
|
|
172
|
+
* - `refuted_at_head`: the judge checked and the defect is absent or already
|
|
173
|
+
* remediated. It can NEVER appear on an admitted finding: the adjudication
|
|
174
|
+
* validator forces a `refuted_at_head` candidate to `rejected`, and a rejected
|
|
175
|
+
* candidate maps to no final finding.
|
|
176
|
+
*/
|
|
177
|
+
export declare const FindingVerificationStatusSchema: z.ZodEnum<["judge_confirmed", "asserted", "refuted_at_head"]>;
|
|
178
|
+
export type FindingVerificationStatus = z.infer<typeof FindingVerificationStatusSchema>;
|
|
152
179
|
/**
|
|
153
180
|
* What outcome of an executable anchor's command CONFIRMS the finding's claim.
|
|
154
181
|
* The worker declares the falsifiable condition; the tool runs the command and
|
|
@@ -355,6 +382,15 @@ export declare const FindingSchema: z.ZodObject<{
|
|
|
355
382
|
status: "grounded" | "ungrounded" | "refuted";
|
|
356
383
|
reason?: string | undefined;
|
|
357
384
|
}>>;
|
|
385
|
+
/**
|
|
386
|
+
* Whether the defect this finding names is present at HEAD. TOOL-DERIVED at
|
|
387
|
+
* conceptual ingest from the judge's per-candidate verification claims — host
|
|
388
|
+
* supply is REFUSED, exactly as for `grounding`, so the value can always be
|
|
389
|
+
* cross-checked against the adjudication record. Optional because the per-file
|
|
390
|
+
* audit workers have no verification concept; absent outside the conceptual
|
|
391
|
+
* design-review path.
|
|
392
|
+
*/
|
|
393
|
+
verification_status: z.ZodOptional<z.ZodEnum<["judge_confirmed", "asserted", "refuted_at_head"]>>;
|
|
358
394
|
/**
|
|
359
395
|
* Optional executable anchor for a behavior claim (S7 tier-2). The tool runs
|
|
360
396
|
* the read-only `command` at ingest and folds the verdict into `grounding`: a
|
|
@@ -486,6 +522,7 @@ export declare const FindingSchema: z.ZodObject<{
|
|
|
486
522
|
status: "grounded" | "ungrounded" | "refuted";
|
|
487
523
|
reason?: string | undefined;
|
|
488
524
|
} | undefined;
|
|
525
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
489
526
|
executable_anchor?: {
|
|
490
527
|
command: string[];
|
|
491
528
|
confirm_if: {
|
|
@@ -540,6 +577,7 @@ export declare const FindingSchema: z.ZodObject<{
|
|
|
540
577
|
status: "grounded" | "ungrounded" | "refuted";
|
|
541
578
|
reason?: string | undefined;
|
|
542
579
|
} | undefined;
|
|
580
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
543
581
|
executable_anchor?: {
|
|
544
582
|
command: string[];
|
|
545
583
|
confirm_if: {
|
|
@@ -760,6 +798,39 @@ export interface FindingIdentity {
|
|
|
760
798
|
* without carrying any contract_* fields.
|
|
761
799
|
*/
|
|
762
800
|
export declare function findingIdentity(finding: Finding): FindingIdentity;
|
|
801
|
+
/**
|
|
802
|
+
* What ONE lens the operator selected actually delivered.
|
|
803
|
+
*
|
|
804
|
+
* `lens_breakdown` is a `countBy` over what was PRODUCED, so a selected lens
|
|
805
|
+
* that produced nothing has no key at all — and the render suppressed the whole
|
|
806
|
+
* line on an empty map. A run therefore advertised the operator's chosen scope,
|
|
807
|
+
* delivered a fraction of it, and nothing could distinguish "reviewed, nothing
|
|
808
|
+
* found" from "never reviewed". This states the difference:
|
|
809
|
+
*
|
|
810
|
+
* • `findings` — asked, and it found something.
|
|
811
|
+
* • `clean` — asked through a lens-open channel that was ingested, and there
|
|
812
|
+
* was nothing there. The ONLY value that may be read as "no defect".
|
|
813
|
+
* • `not_run` — selected, and no lens-open channel was ever ingested. Absence
|
|
814
|
+
* of a finding is not absence of a defect.
|
|
815
|
+
*/
|
|
816
|
+
export declare const LensCoverageEntrySchema: z.ZodObject<{
|
|
817
|
+
lens: z.ZodString;
|
|
818
|
+
/** True when the operator's resolved selection includes this lens. */
|
|
819
|
+
selected: z.ZodBoolean;
|
|
820
|
+
findings_count: z.ZodNumber;
|
|
821
|
+
outcome: z.ZodEnum<["clean", "findings", "degraded", "not_run", "not_applicable"]>;
|
|
822
|
+
}, "strict", z.ZodTypeAny, {
|
|
823
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
824
|
+
lens: string;
|
|
825
|
+
selected: boolean;
|
|
826
|
+
findings_count: number;
|
|
827
|
+
}, {
|
|
828
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
829
|
+
lens: string;
|
|
830
|
+
selected: boolean;
|
|
831
|
+
findings_count: number;
|
|
832
|
+
}>;
|
|
833
|
+
export type LensCoverageEntry = z.infer<typeof LensCoverageEntrySchema>;
|
|
763
834
|
export declare const AuditFindingsSummarySchema: z.ZodObject<{
|
|
764
835
|
finding_count: z.ZodNumber;
|
|
765
836
|
work_block_count: z.ZodNumber;
|
|
@@ -777,6 +848,45 @@ export declare const AuditFindingsSummarySchema: z.ZodObject<{
|
|
|
777
848
|
* dropped from the admitted set. Absent when no finding carried a verdict.
|
|
778
849
|
*/
|
|
779
850
|
grounding_status_breakdown: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
851
|
+
/**
|
|
852
|
+
* Per-status counts of the judge's defect-presence claim, over the FINDINGS —
|
|
853
|
+
* `judge_confirmed` versus `asserted`, which is what lets a remediator rank
|
|
854
|
+
* one above the other. `refuted_at_head` never appears here: the adjudication
|
|
855
|
+
* validator forces a refuted candidate to `rejected`, and a rejected candidate
|
|
856
|
+
* maps to no final finding. Absent when no finding carried a status.
|
|
857
|
+
*
|
|
858
|
+
* Finding-scoped, and deliberately NOT reconciled with the CANDIDATE-scoped
|
|
859
|
+
* counts on `conceptual_review_adjudication.json`: the post-adjudication
|
|
860
|
+
* grounding quarantine can drop a merged candidate's final finding, so the two
|
|
861
|
+
* populations legitimately differ. One reconciled number would have to pick a
|
|
862
|
+
* population and would hide the quarantine.
|
|
863
|
+
*/
|
|
864
|
+
verification_status_breakdown: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
865
|
+
/**
|
|
866
|
+
* What EVERY lens the operator selected delivered — the statement that makes
|
|
867
|
+
* an absent `lens_breakdown` key legible. Optional because a run that carried
|
|
868
|
+
* no lens selection has no coverage claim to make, and because the recovery
|
|
869
|
+
* deliverable mints a summary from a flat finding set with no checkpoint at
|
|
870
|
+
* all. PRESENCE is guaranteed at the synthesis boundary, which holds the
|
|
871
|
+
* checkpoint; this schema and its validator own only internal consistency.
|
|
872
|
+
*/
|
|
873
|
+
lens_coverage: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
874
|
+
lens: z.ZodString;
|
|
875
|
+
/** True when the operator's resolved selection includes this lens. */
|
|
876
|
+
selected: z.ZodBoolean;
|
|
877
|
+
findings_count: z.ZodNumber;
|
|
878
|
+
outcome: z.ZodEnum<["clean", "findings", "degraded", "not_run", "not_applicable"]>;
|
|
879
|
+
}, "strict", z.ZodTypeAny, {
|
|
880
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
881
|
+
lens: string;
|
|
882
|
+
selected: boolean;
|
|
883
|
+
findings_count: number;
|
|
884
|
+
}, {
|
|
885
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
886
|
+
lens: string;
|
|
887
|
+
selected: boolean;
|
|
888
|
+
findings_count: number;
|
|
889
|
+
}>, "many">>;
|
|
780
890
|
}, "strip", z.ZodTypeAny, {
|
|
781
891
|
finding_count: number;
|
|
782
892
|
work_block_count: number;
|
|
@@ -786,6 +896,13 @@ export declare const AuditFindingsSummarySchema: z.ZodObject<{
|
|
|
786
896
|
runtime_validation_status_breakdown: Record<string, number>;
|
|
787
897
|
lens_breakdown?: Record<string, number> | undefined;
|
|
788
898
|
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
899
|
+
verification_status_breakdown?: Record<string, number> | undefined;
|
|
900
|
+
lens_coverage?: {
|
|
901
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
902
|
+
lens: string;
|
|
903
|
+
selected: boolean;
|
|
904
|
+
findings_count: number;
|
|
905
|
+
}[] | undefined;
|
|
789
906
|
}, {
|
|
790
907
|
finding_count: number;
|
|
791
908
|
work_block_count: number;
|
|
@@ -795,6 +912,13 @@ export declare const AuditFindingsSummarySchema: z.ZodObject<{
|
|
|
795
912
|
runtime_validation_status_breakdown: Record<string, number>;
|
|
796
913
|
lens_breakdown?: Record<string, number> | undefined;
|
|
797
914
|
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
915
|
+
verification_status_breakdown?: Record<string, number> | undefined;
|
|
916
|
+
lens_coverage?: {
|
|
917
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
918
|
+
lens: string;
|
|
919
|
+
selected: boolean;
|
|
920
|
+
findings_count: number;
|
|
921
|
+
}[] | undefined;
|
|
798
922
|
}>;
|
|
799
923
|
export type AuditFindingsSummary = z.infer<typeof AuditFindingsSummarySchema>;
|
|
800
924
|
/**
|
|
@@ -821,6 +945,45 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
821
945
|
* dropped from the admitted set. Absent when no finding carried a verdict.
|
|
822
946
|
*/
|
|
823
947
|
grounding_status_breakdown: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
948
|
+
/**
|
|
949
|
+
* Per-status counts of the judge's defect-presence claim, over the FINDINGS —
|
|
950
|
+
* `judge_confirmed` versus `asserted`, which is what lets a remediator rank
|
|
951
|
+
* one above the other. `refuted_at_head` never appears here: the adjudication
|
|
952
|
+
* validator forces a refuted candidate to `rejected`, and a rejected candidate
|
|
953
|
+
* maps to no final finding. Absent when no finding carried a status.
|
|
954
|
+
*
|
|
955
|
+
* Finding-scoped, and deliberately NOT reconciled with the CANDIDATE-scoped
|
|
956
|
+
* counts on `conceptual_review_adjudication.json`: the post-adjudication
|
|
957
|
+
* grounding quarantine can drop a merged candidate's final finding, so the two
|
|
958
|
+
* populations legitimately differ. One reconciled number would have to pick a
|
|
959
|
+
* population and would hide the quarantine.
|
|
960
|
+
*/
|
|
961
|
+
verification_status_breakdown: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
962
|
+
/**
|
|
963
|
+
* What EVERY lens the operator selected delivered — the statement that makes
|
|
964
|
+
* an absent `lens_breakdown` key legible. Optional because a run that carried
|
|
965
|
+
* no lens selection has no coverage claim to make, and because the recovery
|
|
966
|
+
* deliverable mints a summary from a flat finding set with no checkpoint at
|
|
967
|
+
* all. PRESENCE is guaranteed at the synthesis boundary, which holds the
|
|
968
|
+
* checkpoint; this schema and its validator own only internal consistency.
|
|
969
|
+
*/
|
|
970
|
+
lens_coverage: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
971
|
+
lens: z.ZodString;
|
|
972
|
+
/** True when the operator's resolved selection includes this lens. */
|
|
973
|
+
selected: z.ZodBoolean;
|
|
974
|
+
findings_count: z.ZodNumber;
|
|
975
|
+
outcome: z.ZodEnum<["clean", "findings", "degraded", "not_run", "not_applicable"]>;
|
|
976
|
+
}, "strict", z.ZodTypeAny, {
|
|
977
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
978
|
+
lens: string;
|
|
979
|
+
selected: boolean;
|
|
980
|
+
findings_count: number;
|
|
981
|
+
}, {
|
|
982
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
983
|
+
lens: string;
|
|
984
|
+
selected: boolean;
|
|
985
|
+
findings_count: number;
|
|
986
|
+
}>, "many">>;
|
|
824
987
|
}, "strip", z.ZodTypeAny, {
|
|
825
988
|
finding_count: number;
|
|
826
989
|
work_block_count: number;
|
|
@@ -830,6 +993,13 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
830
993
|
runtime_validation_status_breakdown: Record<string, number>;
|
|
831
994
|
lens_breakdown?: Record<string, number> | undefined;
|
|
832
995
|
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
996
|
+
verification_status_breakdown?: Record<string, number> | undefined;
|
|
997
|
+
lens_coverage?: {
|
|
998
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
999
|
+
lens: string;
|
|
1000
|
+
selected: boolean;
|
|
1001
|
+
findings_count: number;
|
|
1002
|
+
}[] | undefined;
|
|
833
1003
|
}, {
|
|
834
1004
|
finding_count: number;
|
|
835
1005
|
work_block_count: number;
|
|
@@ -839,6 +1009,13 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
839
1009
|
runtime_validation_status_breakdown: Record<string, number>;
|
|
840
1010
|
lens_breakdown?: Record<string, number> | undefined;
|
|
841
1011
|
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
1012
|
+
verification_status_breakdown?: Record<string, number> | undefined;
|
|
1013
|
+
lens_coverage?: {
|
|
1014
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
1015
|
+
lens: string;
|
|
1016
|
+
selected: boolean;
|
|
1017
|
+
findings_count: number;
|
|
1018
|
+
}[] | undefined;
|
|
842
1019
|
}>;
|
|
843
1020
|
findings: z.ZodArray<z.ZodObject<{
|
|
844
1021
|
id: z.ZodString;
|
|
@@ -933,6 +1110,15 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
933
1110
|
status: "grounded" | "ungrounded" | "refuted";
|
|
934
1111
|
reason?: string | undefined;
|
|
935
1112
|
}>>;
|
|
1113
|
+
/**
|
|
1114
|
+
* Whether the defect this finding names is present at HEAD. TOOL-DERIVED at
|
|
1115
|
+
* conceptual ingest from the judge's per-candidate verification claims — host
|
|
1116
|
+
* supply is REFUSED, exactly as for `grounding`, so the value can always be
|
|
1117
|
+
* cross-checked against the adjudication record. Optional because the per-file
|
|
1118
|
+
* audit workers have no verification concept; absent outside the conceptual
|
|
1119
|
+
* design-review path.
|
|
1120
|
+
*/
|
|
1121
|
+
verification_status: z.ZodOptional<z.ZodEnum<["judge_confirmed", "asserted", "refuted_at_head"]>>;
|
|
936
1122
|
/**
|
|
937
1123
|
* Optional executable anchor for a behavior claim (S7 tier-2). The tool runs
|
|
938
1124
|
* the read-only `command` at ingest and folds the verdict into `grounding`: a
|
|
@@ -1064,6 +1250,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1064
1250
|
status: "grounded" | "ungrounded" | "refuted";
|
|
1065
1251
|
reason?: string | undefined;
|
|
1066
1252
|
} | undefined;
|
|
1253
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
1067
1254
|
executable_anchor?: {
|
|
1068
1255
|
command: string[];
|
|
1069
1256
|
confirm_if: {
|
|
@@ -1118,6 +1305,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1118
1305
|
status: "grounded" | "ungrounded" | "refuted";
|
|
1119
1306
|
reason?: string | undefined;
|
|
1120
1307
|
} | undefined;
|
|
1308
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
1121
1309
|
executable_anchor?: {
|
|
1122
1310
|
command: string[];
|
|
1123
1311
|
confirm_if: {
|
|
@@ -1363,6 +1551,15 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1363
1551
|
status: "grounded" | "ungrounded" | "refuted";
|
|
1364
1552
|
reason?: string | undefined;
|
|
1365
1553
|
}>>;
|
|
1554
|
+
/**
|
|
1555
|
+
* Whether the defect this finding names is present at HEAD. TOOL-DERIVED at
|
|
1556
|
+
* conceptual ingest from the judge's per-candidate verification claims — host
|
|
1557
|
+
* supply is REFUSED, exactly as for `grounding`, so the value can always be
|
|
1558
|
+
* cross-checked against the adjudication record. Optional because the per-file
|
|
1559
|
+
* audit workers have no verification concept; absent outside the conceptual
|
|
1560
|
+
* design-review path.
|
|
1561
|
+
*/
|
|
1562
|
+
verification_status: z.ZodOptional<z.ZodEnum<["judge_confirmed", "asserted", "refuted_at_head"]>>;
|
|
1366
1563
|
/**
|
|
1367
1564
|
* Optional executable anchor for a behavior claim (S7 tier-2). The tool runs
|
|
1368
1565
|
* the read-only `command` at ingest and folds the verdict into `grounding`: a
|
|
@@ -1494,6 +1691,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1494
1691
|
status: "grounded" | "ungrounded" | "refuted";
|
|
1495
1692
|
reason?: string | undefined;
|
|
1496
1693
|
} | undefined;
|
|
1694
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
1497
1695
|
executable_anchor?: {
|
|
1498
1696
|
command: string[];
|
|
1499
1697
|
confirm_if: {
|
|
@@ -1548,6 +1746,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1548
1746
|
status: "grounded" | "ungrounded" | "refuted";
|
|
1549
1747
|
reason?: string | undefined;
|
|
1550
1748
|
} | undefined;
|
|
1749
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
1551
1750
|
executable_anchor?: {
|
|
1552
1751
|
command: string[];
|
|
1553
1752
|
confirm_if: {
|
|
@@ -1608,16 +1807,6 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1608
1807
|
top_risks: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1609
1808
|
}, "strip", z.ZodTypeAny, {
|
|
1610
1809
|
contract_version: string;
|
|
1611
|
-
summary: {
|
|
1612
|
-
finding_count: number;
|
|
1613
|
-
work_block_count: number;
|
|
1614
|
-
severity_breakdown: Record<string, number>;
|
|
1615
|
-
audited_file_count: number;
|
|
1616
|
-
excluded_file_count: number;
|
|
1617
|
-
runtime_validation_status_breakdown: Record<string, number>;
|
|
1618
|
-
lens_breakdown?: Record<string, number> | undefined;
|
|
1619
|
-
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
1620
|
-
};
|
|
1621
1810
|
findings: {
|
|
1622
1811
|
id: string;
|
|
1623
1812
|
confidence: "high" | "low" | "medium";
|
|
@@ -1647,6 +1836,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1647
1836
|
status: "grounded" | "ungrounded" | "refuted";
|
|
1648
1837
|
reason?: string | undefined;
|
|
1649
1838
|
} | undefined;
|
|
1839
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
1650
1840
|
executable_anchor?: {
|
|
1651
1841
|
command: string[];
|
|
1652
1842
|
confirm_if: {
|
|
@@ -1673,6 +1863,23 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1673
1863
|
rule?: string | undefined;
|
|
1674
1864
|
} | undefined;
|
|
1675
1865
|
}[];
|
|
1866
|
+
summary: {
|
|
1867
|
+
finding_count: number;
|
|
1868
|
+
work_block_count: number;
|
|
1869
|
+
severity_breakdown: Record<string, number>;
|
|
1870
|
+
audited_file_count: number;
|
|
1871
|
+
excluded_file_count: number;
|
|
1872
|
+
runtime_validation_status_breakdown: Record<string, number>;
|
|
1873
|
+
lens_breakdown?: Record<string, number> | undefined;
|
|
1874
|
+
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
1875
|
+
verification_status_breakdown?: Record<string, number> | undefined;
|
|
1876
|
+
lens_coverage?: {
|
|
1877
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
1878
|
+
lens: string;
|
|
1879
|
+
selected: boolean;
|
|
1880
|
+
findings_count: number;
|
|
1881
|
+
}[] | undefined;
|
|
1882
|
+
};
|
|
1676
1883
|
coherence_trace: {
|
|
1677
1884
|
normalized_items: {
|
|
1678
1885
|
id: string;
|
|
@@ -1740,6 +1947,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1740
1947
|
status: "grounded" | "ungrounded" | "refuted";
|
|
1741
1948
|
reason?: string | undefined;
|
|
1742
1949
|
} | undefined;
|
|
1950
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
1743
1951
|
executable_anchor?: {
|
|
1744
1952
|
command: string[];
|
|
1745
1953
|
confirm_if: {
|
|
@@ -1772,16 +1980,6 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1772
1980
|
}[] | undefined;
|
|
1773
1981
|
}, {
|
|
1774
1982
|
contract_version: string;
|
|
1775
|
-
summary: {
|
|
1776
|
-
finding_count: number;
|
|
1777
|
-
work_block_count: number;
|
|
1778
|
-
severity_breakdown: Record<string, number>;
|
|
1779
|
-
audited_file_count: number;
|
|
1780
|
-
excluded_file_count: number;
|
|
1781
|
-
runtime_validation_status_breakdown: Record<string, number>;
|
|
1782
|
-
lens_breakdown?: Record<string, number> | undefined;
|
|
1783
|
-
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
1784
|
-
};
|
|
1785
1983
|
findings: {
|
|
1786
1984
|
id: string;
|
|
1787
1985
|
confidence: "high" | "low" | "medium";
|
|
@@ -1811,6 +2009,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1811
2009
|
status: "grounded" | "ungrounded" | "refuted";
|
|
1812
2010
|
reason?: string | undefined;
|
|
1813
2011
|
} | undefined;
|
|
2012
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
1814
2013
|
executable_anchor?: {
|
|
1815
2014
|
command: string[];
|
|
1816
2015
|
confirm_if: {
|
|
@@ -1837,6 +2036,23 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1837
2036
|
rule?: string | undefined;
|
|
1838
2037
|
} | undefined;
|
|
1839
2038
|
}[];
|
|
2039
|
+
summary: {
|
|
2040
|
+
finding_count: number;
|
|
2041
|
+
work_block_count: number;
|
|
2042
|
+
severity_breakdown: Record<string, number>;
|
|
2043
|
+
audited_file_count: number;
|
|
2044
|
+
excluded_file_count: number;
|
|
2045
|
+
runtime_validation_status_breakdown: Record<string, number>;
|
|
2046
|
+
lens_breakdown?: Record<string, number> | undefined;
|
|
2047
|
+
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
2048
|
+
verification_status_breakdown?: Record<string, number> | undefined;
|
|
2049
|
+
lens_coverage?: {
|
|
2050
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
2051
|
+
lens: string;
|
|
2052
|
+
selected: boolean;
|
|
2053
|
+
findings_count: number;
|
|
2054
|
+
}[] | undefined;
|
|
2055
|
+
};
|
|
1840
2056
|
coherence_trace: {
|
|
1841
2057
|
normalized_items: {
|
|
1842
2058
|
id: string;
|
|
@@ -1904,6 +2120,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1904
2120
|
status: "grounded" | "ungrounded" | "refuted";
|
|
1905
2121
|
reason?: string | undefined;
|
|
1906
2122
|
} | undefined;
|
|
2123
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
1907
2124
|
executable_anchor?: {
|
|
1908
2125
|
command: string[];
|
|
1909
2126
|
confirm_if: {
|
|
@@ -1936,16 +2153,6 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1936
2153
|
}[] | undefined;
|
|
1937
2154
|
}>, {
|
|
1938
2155
|
contract_version: string;
|
|
1939
|
-
summary: {
|
|
1940
|
-
finding_count: number;
|
|
1941
|
-
work_block_count: number;
|
|
1942
|
-
severity_breakdown: Record<string, number>;
|
|
1943
|
-
audited_file_count: number;
|
|
1944
|
-
excluded_file_count: number;
|
|
1945
|
-
runtime_validation_status_breakdown: Record<string, number>;
|
|
1946
|
-
lens_breakdown?: Record<string, number> | undefined;
|
|
1947
|
-
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
1948
|
-
};
|
|
1949
2156
|
findings: {
|
|
1950
2157
|
id: string;
|
|
1951
2158
|
confidence: "high" | "low" | "medium";
|
|
@@ -1975,6 +2182,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1975
2182
|
status: "grounded" | "ungrounded" | "refuted";
|
|
1976
2183
|
reason?: string | undefined;
|
|
1977
2184
|
} | undefined;
|
|
2185
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
1978
2186
|
executable_anchor?: {
|
|
1979
2187
|
command: string[];
|
|
1980
2188
|
confirm_if: {
|
|
@@ -2001,6 +2209,23 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2001
2209
|
rule?: string | undefined;
|
|
2002
2210
|
} | undefined;
|
|
2003
2211
|
}[];
|
|
2212
|
+
summary: {
|
|
2213
|
+
finding_count: number;
|
|
2214
|
+
work_block_count: number;
|
|
2215
|
+
severity_breakdown: Record<string, number>;
|
|
2216
|
+
audited_file_count: number;
|
|
2217
|
+
excluded_file_count: number;
|
|
2218
|
+
runtime_validation_status_breakdown: Record<string, number>;
|
|
2219
|
+
lens_breakdown?: Record<string, number> | undefined;
|
|
2220
|
+
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
2221
|
+
verification_status_breakdown?: Record<string, number> | undefined;
|
|
2222
|
+
lens_coverage?: {
|
|
2223
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
2224
|
+
lens: string;
|
|
2225
|
+
selected: boolean;
|
|
2226
|
+
findings_count: number;
|
|
2227
|
+
}[] | undefined;
|
|
2228
|
+
};
|
|
2004
2229
|
coherence_trace: {
|
|
2005
2230
|
normalized_items: {
|
|
2006
2231
|
id: string;
|
|
@@ -2068,6 +2293,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2068
2293
|
status: "grounded" | "ungrounded" | "refuted";
|
|
2069
2294
|
reason?: string | undefined;
|
|
2070
2295
|
} | undefined;
|
|
2296
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
2071
2297
|
executable_anchor?: {
|
|
2072
2298
|
command: string[];
|
|
2073
2299
|
confirm_if: {
|
|
@@ -2100,16 +2326,6 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2100
2326
|
}[] | undefined;
|
|
2101
2327
|
}, {
|
|
2102
2328
|
contract_version: string;
|
|
2103
|
-
summary: {
|
|
2104
|
-
finding_count: number;
|
|
2105
|
-
work_block_count: number;
|
|
2106
|
-
severity_breakdown: Record<string, number>;
|
|
2107
|
-
audited_file_count: number;
|
|
2108
|
-
excluded_file_count: number;
|
|
2109
|
-
runtime_validation_status_breakdown: Record<string, number>;
|
|
2110
|
-
lens_breakdown?: Record<string, number> | undefined;
|
|
2111
|
-
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
2112
|
-
};
|
|
2113
2329
|
findings: {
|
|
2114
2330
|
id: string;
|
|
2115
2331
|
confidence: "high" | "low" | "medium";
|
|
@@ -2139,6 +2355,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2139
2355
|
status: "grounded" | "ungrounded" | "refuted";
|
|
2140
2356
|
reason?: string | undefined;
|
|
2141
2357
|
} | undefined;
|
|
2358
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
2142
2359
|
executable_anchor?: {
|
|
2143
2360
|
command: string[];
|
|
2144
2361
|
confirm_if: {
|
|
@@ -2165,6 +2382,23 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2165
2382
|
rule?: string | undefined;
|
|
2166
2383
|
} | undefined;
|
|
2167
2384
|
}[];
|
|
2385
|
+
summary: {
|
|
2386
|
+
finding_count: number;
|
|
2387
|
+
work_block_count: number;
|
|
2388
|
+
severity_breakdown: Record<string, number>;
|
|
2389
|
+
audited_file_count: number;
|
|
2390
|
+
excluded_file_count: number;
|
|
2391
|
+
runtime_validation_status_breakdown: Record<string, number>;
|
|
2392
|
+
lens_breakdown?: Record<string, number> | undefined;
|
|
2393
|
+
grounding_status_breakdown?: Record<string, number> | undefined;
|
|
2394
|
+
verification_status_breakdown?: Record<string, number> | undefined;
|
|
2395
|
+
lens_coverage?: {
|
|
2396
|
+
outcome: "clean" | "findings" | "degraded" | "not_run" | "not_applicable";
|
|
2397
|
+
lens: string;
|
|
2398
|
+
selected: boolean;
|
|
2399
|
+
findings_count: number;
|
|
2400
|
+
}[] | undefined;
|
|
2401
|
+
};
|
|
2168
2402
|
coherence_trace: {
|
|
2169
2403
|
normalized_items: {
|
|
2170
2404
|
id: string;
|
|
@@ -2232,6 +2466,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2232
2466
|
status: "grounded" | "ungrounded" | "refuted";
|
|
2233
2467
|
reason?: string | undefined;
|
|
2234
2468
|
} | undefined;
|
|
2469
|
+
verification_status?: "judge_confirmed" | "asserted" | "refuted_at_head" | undefined;
|
|
2235
2470
|
executable_anchor?: {
|
|
2236
2471
|
command: string[];
|
|
2237
2472
|
confirm_if: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"finding.d.ts","sourceRoot":"","sources":["../../../src/shared/types/finding.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"finding.d.ts","sourceRoot":"","sources":["../../../src/shared/types/finding.ts"],"names":[],"mappings":"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"}
|