audit-tools 0.52.0 → 0.52.1
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.map +1 -1
- package/dist/audit/cli/auditStep.js +2 -2
- package/dist/audit/cli/auditStep.js.map +1 -1
- package/dist/audit/cli/charterClarificationPrompt.d.ts +16 -8
- package/dist/audit/cli/charterClarificationPrompt.d.ts.map +1 -1
- package/dist/audit/cli/charterClarificationPrompt.js +95 -42
- package/dist/audit/cli/charterClarificationPrompt.js.map +1 -1
- package/dist/audit/cli/charterComparisonPrompt.d.ts +16 -6
- package/dist/audit/cli/charterComparisonPrompt.d.ts.map +1 -1
- package/dist/audit/cli/charterComparisonPrompt.js +76 -29
- package/dist/audit/cli/charterComparisonPrompt.js.map +1 -1
- package/dist/audit/cli/charterExtractionPrompt.d.ts +5 -4
- package/dist/audit/cli/charterExtractionPrompt.d.ts.map +1 -1
- package/dist/audit/cli/charterExtractionPrompt.js +64 -42
- package/dist/audit/cli/charterExtractionPrompt.js.map +1 -1
- package/dist/audit/cli/charterFidelityPrompt.d.ts +17 -4
- package/dist/audit/cli/charterFidelityPrompt.d.ts.map +1 -1
- package/dist/audit/cli/charterFidelityPrompt.js +72 -21
- package/dist/audit/cli/charterFidelityPrompt.js.map +1 -1
- package/dist/audit/cli/dispatch/hostHandoff.d.ts +23 -1
- package/dist/audit/cli/dispatch/hostHandoff.d.ts.map +1 -1
- package/dist/audit/cli/dispatch/hostHandoff.js +204 -41
- package/dist/audit/cli/dispatch/hostHandoff.js.map +1 -1
- package/dist/audit/cli/dispatch/packetFilter.d.ts +8 -0
- package/dist/audit/cli/dispatch/packetFilter.d.ts.map +1 -1
- package/dist/audit/cli/fanoutLanes.d.ts.map +1 -1
- package/dist/audit/cli/fanoutLanes.js +20 -4
- package/dist/audit/cli/fanoutLanes.js.map +1 -1
- package/dist/audit/cli/laneValidators.d.ts +19 -7
- package/dist/audit/cli/laneValidators.d.ts.map +1 -1
- package/dist/audit/cli/laneValidators.js +73 -18
- package/dist/audit/cli/laneValidators.js.map +1 -1
- package/dist/audit/cli/nextStepCommand.d.ts.map +1 -1
- package/dist/audit/cli/nextStepCommand.js +13 -6
- package/dist/audit/cli/nextStepCommand.js.map +1 -1
- package/dist/audit/cli/nextStepHelpers.d.ts +25 -2
- package/dist/audit/cli/nextStepHelpers.d.ts.map +1 -1
- package/dist/audit/cli/nextStepHelpers.js +105 -35
- package/dist/audit/cli/nextStepHelpers.js.map +1 -1
- package/dist/audit/cli/recoverSubmissionCommand.d.ts.map +1 -1
- package/dist/audit/cli/recoverSubmissionCommand.js +89 -4
- package/dist/audit/cli/recoverSubmissionCommand.js.map +1 -1
- package/dist/audit/cli/sampleRunCommand.d.ts +10 -0
- package/dist/audit/cli/sampleRunCommand.d.ts.map +1 -1
- package/dist/audit/cli/semanticReviewStep.d.ts +4 -4
- package/dist/audit/cli/semanticReviewStep.d.ts.map +1 -1
- package/dist/audit/cli/semanticReviewStep.js +35 -71
- package/dist/audit/cli/semanticReviewStep.js.map +1 -1
- package/dist/audit/contracts/findingContractPrompt.d.ts.map +1 -1
- package/dist/audit/contracts/findingContractPrompt.js +7 -1
- package/dist/audit/contracts/findingContractPrompt.js.map +1 -1
- package/dist/audit/contracts/workerSchemas.d.ts +280 -4
- package/dist/audit/contracts/workerSchemas.d.ts.map +1 -1
- package/dist/audit/contracts/workerSchemas.js +24 -2
- package/dist/audit/contracts/workerSchemas.js.map +1 -1
- package/dist/audit/orchestrator/charterClarificationExecutor.d.ts.map +1 -1
- package/dist/audit/orchestrator/charterClarificationExecutor.js +39 -0
- package/dist/audit/orchestrator/charterClarificationExecutor.js.map +1 -1
- package/dist/audit/orchestrator/charterExtractionExecutor.d.ts +12 -5
- package/dist/audit/orchestrator/charterExtractionExecutor.d.ts.map +1 -1
- package/dist/audit/orchestrator/charterExtractionExecutor.js +39 -9
- package/dist/audit/orchestrator/charterExtractionExecutor.js.map +1 -1
- package/dist/audit/orchestrator/designReviewPrompt.d.ts +7 -0
- package/dist/audit/orchestrator/designReviewPrompt.d.ts.map +1 -1
- package/dist/audit/orchestrator/designReviewPrompt.js +174 -19
- package/dist/audit/orchestrator/designReviewPrompt.js.map +1 -1
- package/dist/audit/orchestrator/intentCheckpointGate.d.ts.map +1 -1
- package/dist/audit/orchestrator/intentCheckpointGate.js +1 -5
- package/dist/audit/orchestrator/intentCheckpointGate.js.map +1 -1
- package/dist/audit/orchestrator/requeueCommand.d.ts +8 -0
- package/dist/audit/orchestrator/requeueCommand.d.ts.map +1 -1
- package/dist/audit/orchestrator/selectiveDeepening/lensVerification.d.ts.map +1 -1
- package/dist/audit/orchestrator/selectiveDeepening/lensVerification.js +94 -71
- package/dist/audit/orchestrator/selectiveDeepening/lensVerification.js.map +1 -1
- package/dist/audit/orchestrator/selectiveDeepening/shared.d.ts +0 -2
- package/dist/audit/orchestrator/selectiveDeepening/shared.d.ts.map +1 -1
- package/dist/audit/orchestrator/selectiveDeepening/shared.js +9 -2
- package/dist/audit/orchestrator/selectiveDeepening/shared.js.map +1 -1
- package/dist/audit/orchestrator/selectiveDeepening/stewardFollowup.d.ts.map +1 -1
- package/dist/audit/orchestrator/selectiveDeepening/stewardFollowup.js +28 -4
- package/dist/audit/orchestrator/selectiveDeepening/stewardFollowup.js.map +1 -1
- package/dist/audit/reporting/synthesis.d.ts +16 -3
- package/dist/audit/reporting/synthesis.d.ts.map +1 -1
- package/dist/audit/reporting/synthesis.js +40 -11
- package/dist/audit/reporting/synthesis.js.map +1 -1
- package/dist/audit/reporting/synthesisNarrativePrompt.d.ts +26 -1
- package/dist/audit/reporting/synthesisNarrativePrompt.d.ts.map +1 -1
- package/dist/audit/reporting/synthesisNarrativePrompt.js +53 -13
- package/dist/audit/reporting/synthesisNarrativePrompt.js.map +1 -1
- package/dist/audit/systemic/secondOrderAdversaryPrompt.d.ts.map +1 -1
- package/dist/audit/systemic/secondOrderAdversaryPrompt.js +67 -40
- package/dist/audit/systemic/secondOrderAdversaryPrompt.js.map +1 -1
- package/dist/audit/systemic/systemicChallengeLoop.d.ts.map +1 -1
- package/dist/audit/systemic/systemicChallengeLoop.js +13 -1
- package/dist/audit/systemic/systemicChallengeLoop.js.map +1 -1
- package/dist/audit/types/conceptualAdjudication.d.ts +26 -2
- package/dist/audit/types/conceptualAdjudication.d.ts.map +1 -1
- package/dist/audit/types/conceptualAdjudication.js +26 -7
- package/dist/audit/types/conceptualAdjudication.js.map +1 -1
- package/dist/audit/types.d.ts +279 -0
- package/dist/audit/types.d.ts.map +1 -1
- package/dist/audit/types.js +52 -0
- package/dist/audit/types.js.map +1 -1
- package/dist/audit/validation/auditResults.d.ts.map +1 -1
- package/dist/audit/validation/auditResults.js +51 -6
- package/dist/audit/validation/auditResults.js.map +1 -1
- package/dist/audit/validation/ingestIssueCodes.d.ts +3 -1
- package/dist/audit/validation/ingestIssueCodes.d.ts.map +1 -1
- package/dist/audit/validation/ingestIssueCodes.js +27 -15
- package/dist/audit/validation/ingestIssueCodes.js.map +1 -1
- package/dist/remediate/contractPipeline/sketchSource.d.ts +13 -3
- package/dist/remediate/contractPipeline/sketchSource.d.ts.map +1 -1
- package/dist/remediate/contractPipeline/sketchSource.js +14 -8
- package/dist/remediate/contractPipeline/sketchSource.js.map +1 -1
- package/dist/remediate/intake.d.ts +140 -36
- package/dist/remediate/intake.d.ts.map +1 -1
- package/dist/remediate/intake.js +159 -38
- package/dist/remediate/intake.js.map +1 -1
- package/dist/remediate/intent/checkpointFilter.d.ts +1 -2
- package/dist/remediate/intent/checkpointFilter.d.ts.map +1 -1
- package/dist/remediate/intent/checkpointFilter.js +1 -5
- package/dist/remediate/intent/checkpointFilter.js.map +1 -1
- package/dist/remediate/phases/close.d.ts.map +1 -1
- package/dist/remediate/phases/close.js +2 -2
- package/dist/remediate/phases/close.js.map +1 -1
- package/dist/remediate/phases/plan.d.ts +1 -1
- package/dist/remediate/review/reviewGate.d.ts +68 -39
- package/dist/remediate/review/reviewGate.d.ts.map +1 -1
- package/dist/remediate/review/reviewGate.js +133 -50
- package/dist/remediate/review/reviewGate.js.map +1 -1
- package/dist/remediate/state/store.d.ts +1 -2
- package/dist/remediate/state/store.d.ts.map +1 -1
- package/dist/remediate/state/store.js +124 -3
- package/dist/remediate/state/store.js.map +1 -1
- package/dist/remediate/state/types.d.ts +28 -4
- package/dist/remediate/state/types.d.ts.map +1 -1
- package/dist/remediate/state/types.js.map +1 -1
- package/dist/remediate/steps/contractPipeline.d.ts +17 -1
- package/dist/remediate/steps/contractPipeline.d.ts.map +1 -1
- package/dist/remediate/steps/contractPipeline.js +100 -52
- package/dist/remediate/steps/contractPipeline.js.map +1 -1
- package/dist/remediate/steps/contractPipelinePrompts.d.ts +32 -8
- package/dist/remediate/steps/contractPipelinePrompts.d.ts.map +1 -1
- package/dist/remediate/steps/contractPipelinePrompts.js +145 -131
- package/dist/remediate/steps/contractPipelinePrompts.js.map +1 -1
- package/dist/remediate/steps/dispatch/hostHandoff.d.ts +6 -4
- package/dist/remediate/steps/dispatch/hostHandoff.d.ts.map +1 -1
- package/dist/remediate/steps/dispatch/hostHandoff.js +291 -155
- package/dist/remediate/steps/dispatch/hostHandoff.js.map +1 -1
- package/dist/remediate/steps/intakeResolver.d.ts +1 -1
- package/dist/remediate/steps/intakeResolver.d.ts.map +1 -1
- package/dist/remediate/steps/intakeResolver.js +50 -49
- package/dist/remediate/steps/intakeResolver.js.map +1 -1
- package/dist/remediate/steps/nextStep.d.ts.map +1 -1
- package/dist/remediate/steps/nextStep.js +315 -288
- package/dist/remediate/steps/nextStep.js.map +1 -1
- package/dist/remediate/steps/prompts.d.ts +10 -3
- package/dist/remediate/steps/prompts.d.ts.map +1 -1
- package/dist/remediate/steps/prompts.js +191 -228
- package/dist/remediate/steps/prompts.js.map +1 -1
- package/dist/remediate/steps/types.d.ts +2 -2
- package/dist/remediate/steps/types.d.ts.map +1 -1
- package/dist/remediate/steps/types.js +10 -3
- package/dist/remediate/steps/types.js.map +1 -1
- package/dist/remediate/validation/artifacts.d.ts.map +1 -1
- package/dist/remediate/validation/artifacts.js +5 -22
- package/dist/remediate/validation/artifacts.js.map +1 -1
- package/dist/remediate/validation/contractPipeline.d.ts.map +1 -1
- package/dist/remediate/validation/contractPipeline.js +25 -8
- package/dist/remediate/validation/contractPipeline.js.map +1 -1
- package/dist/remediate/validation/remediationState.d.ts +0 -1
- package/dist/remediate/validation/remediationState.d.ts.map +1 -1
- package/dist/remediate/validation/remediationState.js +1 -20
- package/dist/remediate/validation/remediationState.js.map +1 -1
- package/dist/shared/decompose/charterClarification.d.ts +7 -0
- package/dist/shared/decompose/charterClarification.d.ts.map +1 -1
- package/dist/shared/decompose/charterClarification.js +8 -1
- package/dist/shared/decompose/charterClarification.js.map +1 -1
- package/dist/shared/decompose/charterExtraction.d.ts +204 -16
- package/dist/shared/decompose/charterExtraction.d.ts.map +1 -1
- package/dist/shared/decompose/charterExtraction.js +70 -13
- package/dist/shared/decompose/charterExtraction.js.map +1 -1
- package/dist/shared/decompose/systemicChallenge.d.ts +42 -1
- package/dist/shared/decompose/systemicChallenge.d.ts.map +1 -1
- package/dist/shared/decompose/systemicChallenge.js +51 -0
- package/dist/shared/decompose/systemicChallenge.js.map +1 -1
- package/dist/shared/index.d.ts +14 -11
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/shared/index.js +16 -9
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/io/stepContractWriter.d.ts.map +1 -1
- package/dist/shared/io/stepContractWriter.js +13 -4
- package/dist/shared/io/stepContractWriter.js.map +1 -1
- package/dist/shared/submission/hostHandoffCore.d.ts +7 -0
- package/dist/shared/submission/hostHandoffCore.d.ts.map +1 -1
- package/dist/shared/submission/hostHandoffCore.js +15 -2
- package/dist/shared/submission/hostHandoffCore.js.map +1 -1
- package/dist/shared/submission/hostResultOutcomes.d.ts +60 -10
- package/dist/shared/submission/hostResultOutcomes.d.ts.map +1 -1
- package/dist/shared/submission/hostResultOutcomes.js +42 -10
- package/dist/shared/submission/hostResultOutcomes.js.map +1 -1
- package/dist/shared/submission/ingestReport.d.ts +54 -0
- package/dist/shared/submission/ingestReport.d.ts.map +1 -0
- package/dist/shared/submission/ingestReport.js +44 -0
- package/dist/shared/submission/ingestReport.js.map +1 -0
- package/dist/shared/submission/ingestionChecks.d.ts +8 -13
- package/dist/shared/submission/ingestionChecks.d.ts.map +1 -1
- package/dist/shared/submission/ingestionChecks.js +9 -14
- package/dist/shared/submission/ingestionChecks.js.map +1 -1
- package/dist/shared/submission/submissionClassifier.d.ts +6 -0
- package/dist/shared/submission/submissionClassifier.d.ts.map +1 -1
- package/dist/shared/submission/submissionClassifier.js +16 -0
- package/dist/shared/submission/submissionClassifier.js.map +1 -1
- package/dist/shared/submission/workerPromptBinding.d.ts +18 -0
- package/dist/shared/submission/workerPromptBinding.d.ts.map +1 -0
- package/dist/shared/submission/workerPromptBinding.js +38 -0
- package/dist/shared/submission/workerPromptBinding.js.map +1 -0
- package/dist/shared/tooling/exec.d.ts +24 -0
- package/dist/shared/tooling/exec.d.ts.map +1 -1
- package/dist/shared/tooling/exec.js +30 -0
- package/dist/shared/tooling/exec.js.map +1 -1
- package/dist/shared/types/charter.d.ts +143 -7
- package/dist/shared/types/charter.d.ts.map +1 -1
- package/dist/shared/types/charter.js +63 -7
- package/dist/shared/types/charter.js.map +1 -1
- package/dist/shared/types/charterPacket.d.ts +13 -0
- package/dist/shared/types/charterPacket.d.ts.map +1 -1
- package/dist/shared/types/charterPacket.js.map +1 -1
- package/dist/shared/types/contractPipeline/obligations.d.ts +30 -11
- package/dist/shared/types/contractPipeline/obligations.d.ts.map +1 -1
- package/dist/shared/types/contractPipeline/obligations.js +6 -1
- package/dist/shared/types/contractPipeline/obligations.js.map +1 -1
- package/dist/shared/types/contractPropertyShapes.d.ts.map +1 -1
- package/dist/shared/types/contractPropertyShapes.js +13 -0
- package/dist/shared/types/contractPropertyShapes.js.map +1 -1
- package/dist/shared/types/finding.d.ts +154 -15
- package/dist/shared/types/finding.d.ts.map +1 -1
- package/dist/shared/types/finding.js +41 -5
- package/dist/shared/types/finding.js.map +1 -1
- package/dist/shared/types/intentCheckpoint.d.ts +26 -40
- package/dist/shared/types/intentCheckpoint.d.ts.map +1 -1
- package/dist/shared/types/intentCheckpoint.js +30 -33
- package/dist/shared/types/intentCheckpoint.js.map +1 -1
- package/dist/shared/types/remediationOutcome.d.ts +8 -8
- package/dist/shared/validation/citationGrounding.d.ts +29 -5
- package/dist/shared/validation/citationGrounding.d.ts.map +1 -1
- package/dist/shared/validation/citationGrounding.js +56 -9
- package/dist/shared/validation/citationGrounding.js.map +1 -1
- package/dist/shared/validation/designFindingGrounding.d.ts +30 -9
- package/dist/shared/validation/designFindingGrounding.d.ts.map +1 -1
- package/dist/shared/validation/designFindingGrounding.js +32 -12
- package/dist/shared/validation/designFindingGrounding.js.map +1 -1
- package/docs/audit-pkg/contracts.md +4 -5
- package/package.json +1 -1
- package/schemas/audit_result.schema.json +51 -0
- package/schemas/audit_results.schema.json +51 -0
- package/schemas/audit_task.schema.json +44 -0
- package/schemas/finding.schema.json +4 -0
|
@@ -89,6 +89,24 @@ export declare const FindingLocationObjectSchema: z.ZodObject<{
|
|
|
89
89
|
* (S7 anti-hallucination — grounding the claim, not attesting the read).
|
|
90
90
|
*/
|
|
91
91
|
quoted_text: z.ZodOptional<z.ZodString>;
|
|
92
|
+
/**
|
|
93
|
+
* The reviewer's DECLARATION that this file holds no span worth quoting, and
|
|
94
|
+
* the reason why — an absence stated on the record instead of an absence the
|
|
95
|
+
* reader has to interpret.
|
|
96
|
+
*
|
|
97
|
+
* It exists because an audit finding with no quote cannot be grounded, and the
|
|
98
|
+
* two causes of a missing quote are opposite: a genuine one (the defect is the
|
|
99
|
+
* ABSENCE of code — no validation, no gate, no call — so there is nothing
|
|
100
|
+
* verbatim to copy) and a failure to do the work. Silence looked the same in
|
|
101
|
+
* both cases, so every quoteless finding landed under "Ungrounded Findings".
|
|
102
|
+
*
|
|
103
|
+
* A declaration is a claim an adversarial pass can CHECK: if a quotable span
|
|
104
|
+
* did exist and the reviewer said one did not, that casts doubt on the
|
|
105
|
+
* finding's groundedness — which is a stronger signal than the missing quote
|
|
106
|
+
* ever was. Never both this and `quoted_text` on the same entry: an entry that
|
|
107
|
+
* can quote must quote (`AUDIT_FINDING_QUOTE_OR_DECLARATION_RULE`).
|
|
108
|
+
*/
|
|
109
|
+
no_quotable_span: z.ZodOptional<z.ZodString>;
|
|
92
110
|
/** Content hash of the file when the finding was planned (remediator). */
|
|
93
111
|
hash_at_plan_time: z.ZodOptional<z.ZodString>;
|
|
94
112
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -97,6 +115,7 @@ export declare const FindingLocationObjectSchema: z.ZodObject<{
|
|
|
97
115
|
line_start?: number | undefined;
|
|
98
116
|
line_end?: number | undefined;
|
|
99
117
|
quoted_text?: string | undefined;
|
|
118
|
+
no_quotable_span?: string | undefined;
|
|
100
119
|
hash_at_plan_time?: string | undefined;
|
|
101
120
|
}, {
|
|
102
121
|
path: string;
|
|
@@ -104,6 +123,7 @@ export declare const FindingLocationObjectSchema: z.ZodObject<{
|
|
|
104
123
|
line_start?: number | undefined;
|
|
105
124
|
line_end?: number | undefined;
|
|
106
125
|
quoted_text?: string | undefined;
|
|
126
|
+
no_quotable_span?: string | undefined;
|
|
107
127
|
hash_at_plan_time?: string | undefined;
|
|
108
128
|
}>;
|
|
109
129
|
/**
|
|
@@ -115,6 +135,20 @@ export declare const FindingLocationObjectSchema: z.ZodObject<{
|
|
|
115
135
|
export declare const FINDING_LINE_START_INTEGER_RULE = "affected_files[].line_start must be an integer >= 1.";
|
|
116
136
|
export declare const FINDING_LINE_END_INTEGER_RULE = "affected_files[].line_end must be an integer >= 1.";
|
|
117
137
|
export declare const FINDING_LINE_ORDER_RULE = "affected_files: when both ends are cited, line_start must be less than or equal to line_end.";
|
|
138
|
+
/**
|
|
139
|
+
* THE one statement of the audit draw's grounding rule for a cited file.
|
|
140
|
+
*
|
|
141
|
+
* It lives beside the line-span rules for the same reason they do: the schema
|
|
142
|
+
* refinement that refuses a worker submission, the batch validator that refuses
|
|
143
|
+
* a result from any other door, and the dispatch prompt that asks for the quote
|
|
144
|
+
* all render this exact sentence, so the ask and the refusal cannot drift.
|
|
145
|
+
*
|
|
146
|
+
* Audit-only by design: it is enforced on the audit worker's projection
|
|
147
|
+
* (`WorkerFindingLocationSchema`), not on this shared location schema, because a
|
|
148
|
+
* remediator plan finding is re-minted from graph nodes and has no reviewer to
|
|
149
|
+
* quote anything.
|
|
150
|
+
*/
|
|
151
|
+
export declare const AUDIT_FINDING_QUOTE_OR_DECLARATION_RULE: string;
|
|
118
152
|
/** One violated line-span rule, naming the field that violates it. */
|
|
119
153
|
export interface FindingLocationLineIssue {
|
|
120
154
|
field: "line_start" | "line_end";
|
|
@@ -161,6 +195,24 @@ export declare const FindingLocationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
161
195
|
* (S7 anti-hallucination — grounding the claim, not attesting the read).
|
|
162
196
|
*/
|
|
163
197
|
quoted_text: z.ZodOptional<z.ZodString>;
|
|
198
|
+
/**
|
|
199
|
+
* The reviewer's DECLARATION that this file holds no span worth quoting, and
|
|
200
|
+
* the reason why — an absence stated on the record instead of an absence the
|
|
201
|
+
* reader has to interpret.
|
|
202
|
+
*
|
|
203
|
+
* It exists because an audit finding with no quote cannot be grounded, and the
|
|
204
|
+
* two causes of a missing quote are opposite: a genuine one (the defect is the
|
|
205
|
+
* ABSENCE of code — no validation, no gate, no call — so there is nothing
|
|
206
|
+
* verbatim to copy) and a failure to do the work. Silence looked the same in
|
|
207
|
+
* both cases, so every quoteless finding landed under "Ungrounded Findings".
|
|
208
|
+
*
|
|
209
|
+
* A declaration is a claim an adversarial pass can CHECK: if a quotable span
|
|
210
|
+
* did exist and the reviewer said one did not, that casts doubt on the
|
|
211
|
+
* finding's groundedness — which is a stronger signal than the missing quote
|
|
212
|
+
* ever was. Never both this and `quoted_text` on the same entry: an entry that
|
|
213
|
+
* can quote must quote (`AUDIT_FINDING_QUOTE_OR_DECLARATION_RULE`).
|
|
214
|
+
*/
|
|
215
|
+
no_quotable_span: z.ZodOptional<z.ZodString>;
|
|
164
216
|
/** Content hash of the file when the finding was planned (remediator). */
|
|
165
217
|
hash_at_plan_time: z.ZodOptional<z.ZodString>;
|
|
166
218
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -169,6 +221,7 @@ export declare const FindingLocationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
169
221
|
line_start?: number | undefined;
|
|
170
222
|
line_end?: number | undefined;
|
|
171
223
|
quoted_text?: string | undefined;
|
|
224
|
+
no_quotable_span?: string | undefined;
|
|
172
225
|
hash_at_plan_time?: string | undefined;
|
|
173
226
|
}, {
|
|
174
227
|
path: string;
|
|
@@ -176,6 +229,7 @@ export declare const FindingLocationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
176
229
|
line_start?: number | undefined;
|
|
177
230
|
line_end?: number | undefined;
|
|
178
231
|
quoted_text?: string | undefined;
|
|
232
|
+
no_quotable_span?: string | undefined;
|
|
179
233
|
hash_at_plan_time?: string | undefined;
|
|
180
234
|
}>, {
|
|
181
235
|
path: string;
|
|
@@ -183,6 +237,7 @@ export declare const FindingLocationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
183
237
|
line_start?: number | undefined;
|
|
184
238
|
line_end?: number | undefined;
|
|
185
239
|
quoted_text?: string | undefined;
|
|
240
|
+
no_quotable_span?: string | undefined;
|
|
186
241
|
hash_at_plan_time?: string | undefined;
|
|
187
242
|
}, {
|
|
188
243
|
path: string;
|
|
@@ -190,6 +245,7 @@ export declare const FindingLocationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
190
245
|
line_start?: number | undefined;
|
|
191
246
|
line_end?: number | undefined;
|
|
192
247
|
quoted_text?: string | undefined;
|
|
248
|
+
no_quotable_span?: string | undefined;
|
|
193
249
|
hash_at_plan_time?: string | undefined;
|
|
194
250
|
}>;
|
|
195
251
|
export type FindingLocation = z.infer<typeof FindingLocationSchema>;
|
|
@@ -396,6 +452,24 @@ export declare const FindingSchema: z.ZodObject<{
|
|
|
396
452
|
* (S7 anti-hallucination — grounding the claim, not attesting the read).
|
|
397
453
|
*/
|
|
398
454
|
quoted_text: z.ZodOptional<z.ZodString>;
|
|
455
|
+
/**
|
|
456
|
+
* The reviewer's DECLARATION that this file holds no span worth quoting, and
|
|
457
|
+
* the reason why — an absence stated on the record instead of an absence the
|
|
458
|
+
* reader has to interpret.
|
|
459
|
+
*
|
|
460
|
+
* It exists because an audit finding with no quote cannot be grounded, and the
|
|
461
|
+
* two causes of a missing quote are opposite: a genuine one (the defect is the
|
|
462
|
+
* ABSENCE of code — no validation, no gate, no call — so there is nothing
|
|
463
|
+
* verbatim to copy) and a failure to do the work. Silence looked the same in
|
|
464
|
+
* both cases, so every quoteless finding landed under "Ungrounded Findings".
|
|
465
|
+
*
|
|
466
|
+
* A declaration is a claim an adversarial pass can CHECK: if a quotable span
|
|
467
|
+
* did exist and the reviewer said one did not, that casts doubt on the
|
|
468
|
+
* finding's groundedness — which is a stronger signal than the missing quote
|
|
469
|
+
* ever was. Never both this and `quoted_text` on the same entry: an entry that
|
|
470
|
+
* can quote must quote (`AUDIT_FINDING_QUOTE_OR_DECLARATION_RULE`).
|
|
471
|
+
*/
|
|
472
|
+
no_quotable_span: z.ZodOptional<z.ZodString>;
|
|
399
473
|
/** Content hash of the file when the finding was planned (remediator). */
|
|
400
474
|
hash_at_plan_time: z.ZodOptional<z.ZodString>;
|
|
401
475
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -404,6 +478,7 @@ export declare const FindingSchema: z.ZodObject<{
|
|
|
404
478
|
line_start?: number | undefined;
|
|
405
479
|
line_end?: number | undefined;
|
|
406
480
|
quoted_text?: string | undefined;
|
|
481
|
+
no_quotable_span?: string | undefined;
|
|
407
482
|
hash_at_plan_time?: string | undefined;
|
|
408
483
|
}, {
|
|
409
484
|
path: string;
|
|
@@ -411,6 +486,7 @@ export declare const FindingSchema: z.ZodObject<{
|
|
|
411
486
|
line_start?: number | undefined;
|
|
412
487
|
line_end?: number | undefined;
|
|
413
488
|
quoted_text?: string | undefined;
|
|
489
|
+
no_quotable_span?: string | undefined;
|
|
414
490
|
hash_at_plan_time?: string | undefined;
|
|
415
491
|
}>, {
|
|
416
492
|
path: string;
|
|
@@ -418,6 +494,7 @@ export declare const FindingSchema: z.ZodObject<{
|
|
|
418
494
|
line_start?: number | undefined;
|
|
419
495
|
line_end?: number | undefined;
|
|
420
496
|
quoted_text?: string | undefined;
|
|
497
|
+
no_quotable_span?: string | undefined;
|
|
421
498
|
hash_at_plan_time?: string | undefined;
|
|
422
499
|
}, {
|
|
423
500
|
path: string;
|
|
@@ -425,6 +502,7 @@ export declare const FindingSchema: z.ZodObject<{
|
|
|
425
502
|
line_start?: number | undefined;
|
|
426
503
|
line_end?: number | undefined;
|
|
427
504
|
quoted_text?: string | undefined;
|
|
505
|
+
no_quotable_span?: string | undefined;
|
|
428
506
|
hash_at_plan_time?: string | undefined;
|
|
429
507
|
}>, "many">;
|
|
430
508
|
impact: z.ZodOptional<z.ZodString>;
|
|
@@ -595,11 +673,12 @@ export declare const FindingSchema: z.ZodObject<{
|
|
|
595
673
|
* would let a claim it made itself wear provenance it never had, and one that
|
|
596
674
|
* could omit it would let a real lead read as a first-hand finding. The
|
|
597
675
|
* refusals are `WorkerFindingSchema` (omit + `WORKER_REFUSED_FINDING_VERDICTS`,
|
|
598
|
-
* which `.strict()` turns into a rejection), `
|
|
599
|
-
* (omit + `refuseSuppliedToolVerdict
|
|
600
|
-
*
|
|
601
|
-
*
|
|
602
|
-
*
|
|
676
|
+
* which `.strict()` turns into a rejection), `SubmittedDesignFindingSchema`
|
|
677
|
+
* (omit + `refuseSuppliedToolVerdict`, which every design-review door now
|
|
678
|
+
* parses its items with), and the strip in `groundDesignFindings` for the three
|
|
679
|
+
* callers that never pass through that door — the charter clarification and
|
|
680
|
+
* charter fidelity executors, and the systemic challenge loop — see each site
|
|
681
|
+
* for why its door needs the shape it has. Absent on host-authored findings (per-file and design-review lanes),
|
|
603
682
|
* which are claims in their own right rather than leads awaiting confirmation.
|
|
604
683
|
*/
|
|
605
684
|
lead_lineage: z.ZodOptional<z.ZodObject<{
|
|
@@ -641,6 +720,7 @@ export declare const FindingSchema: z.ZodObject<{
|
|
|
641
720
|
line_start?: number | undefined;
|
|
642
721
|
line_end?: number | undefined;
|
|
643
722
|
quoted_text?: string | undefined;
|
|
723
|
+
no_quotable_span?: string | undefined;
|
|
644
724
|
hash_at_plan_time?: string | undefined;
|
|
645
725
|
}[];
|
|
646
726
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -703,6 +783,7 @@ export declare const FindingSchema: z.ZodObject<{
|
|
|
703
783
|
line_start?: number | undefined;
|
|
704
784
|
line_end?: number | undefined;
|
|
705
785
|
quoted_text?: string | undefined;
|
|
786
|
+
no_quotable_span?: string | undefined;
|
|
706
787
|
hash_at_plan_time?: string | undefined;
|
|
707
788
|
}[];
|
|
708
789
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -1241,6 +1322,24 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1241
1322
|
* (S7 anti-hallucination — grounding the claim, not attesting the read).
|
|
1242
1323
|
*/
|
|
1243
1324
|
quoted_text: z.ZodOptional<z.ZodString>;
|
|
1325
|
+
/**
|
|
1326
|
+
* The reviewer's DECLARATION that this file holds no span worth quoting, and
|
|
1327
|
+
* the reason why — an absence stated on the record instead of an absence the
|
|
1328
|
+
* reader has to interpret.
|
|
1329
|
+
*
|
|
1330
|
+
* It exists because an audit finding with no quote cannot be grounded, and the
|
|
1331
|
+
* two causes of a missing quote are opposite: a genuine one (the defect is the
|
|
1332
|
+
* ABSENCE of code — no validation, no gate, no call — so there is nothing
|
|
1333
|
+
* verbatim to copy) and a failure to do the work. Silence looked the same in
|
|
1334
|
+
* both cases, so every quoteless finding landed under "Ungrounded Findings".
|
|
1335
|
+
*
|
|
1336
|
+
* A declaration is a claim an adversarial pass can CHECK: if a quotable span
|
|
1337
|
+
* did exist and the reviewer said one did not, that casts doubt on the
|
|
1338
|
+
* finding's groundedness — which is a stronger signal than the missing quote
|
|
1339
|
+
* ever was. Never both this and `quoted_text` on the same entry: an entry that
|
|
1340
|
+
* can quote must quote (`AUDIT_FINDING_QUOTE_OR_DECLARATION_RULE`).
|
|
1341
|
+
*/
|
|
1342
|
+
no_quotable_span: z.ZodOptional<z.ZodString>;
|
|
1244
1343
|
/** Content hash of the file when the finding was planned (remediator). */
|
|
1245
1344
|
hash_at_plan_time: z.ZodOptional<z.ZodString>;
|
|
1246
1345
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1249,6 +1348,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1249
1348
|
line_start?: number | undefined;
|
|
1250
1349
|
line_end?: number | undefined;
|
|
1251
1350
|
quoted_text?: string | undefined;
|
|
1351
|
+
no_quotable_span?: string | undefined;
|
|
1252
1352
|
hash_at_plan_time?: string | undefined;
|
|
1253
1353
|
}, {
|
|
1254
1354
|
path: string;
|
|
@@ -1256,6 +1356,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1256
1356
|
line_start?: number | undefined;
|
|
1257
1357
|
line_end?: number | undefined;
|
|
1258
1358
|
quoted_text?: string | undefined;
|
|
1359
|
+
no_quotable_span?: string | undefined;
|
|
1259
1360
|
hash_at_plan_time?: string | undefined;
|
|
1260
1361
|
}>, {
|
|
1261
1362
|
path: string;
|
|
@@ -1263,6 +1364,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1263
1364
|
line_start?: number | undefined;
|
|
1264
1365
|
line_end?: number | undefined;
|
|
1265
1366
|
quoted_text?: string | undefined;
|
|
1367
|
+
no_quotable_span?: string | undefined;
|
|
1266
1368
|
hash_at_plan_time?: string | undefined;
|
|
1267
1369
|
}, {
|
|
1268
1370
|
path: string;
|
|
@@ -1270,6 +1372,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1270
1372
|
line_start?: number | undefined;
|
|
1271
1373
|
line_end?: number | undefined;
|
|
1272
1374
|
quoted_text?: string | undefined;
|
|
1375
|
+
no_quotable_span?: string | undefined;
|
|
1273
1376
|
hash_at_plan_time?: string | undefined;
|
|
1274
1377
|
}>, "many">;
|
|
1275
1378
|
impact: z.ZodOptional<z.ZodString>;
|
|
@@ -1440,11 +1543,12 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1440
1543
|
* would let a claim it made itself wear provenance it never had, and one that
|
|
1441
1544
|
* could omit it would let a real lead read as a first-hand finding. The
|
|
1442
1545
|
* refusals are `WorkerFindingSchema` (omit + `WORKER_REFUSED_FINDING_VERDICTS`,
|
|
1443
|
-
* which `.strict()` turns into a rejection), `
|
|
1444
|
-
* (omit + `refuseSuppliedToolVerdict
|
|
1445
|
-
*
|
|
1446
|
-
*
|
|
1447
|
-
*
|
|
1546
|
+
* which `.strict()` turns into a rejection), `SubmittedDesignFindingSchema`
|
|
1547
|
+
* (omit + `refuseSuppliedToolVerdict`, which every design-review door now
|
|
1548
|
+
* parses its items with), and the strip in `groundDesignFindings` for the three
|
|
1549
|
+
* callers that never pass through that door — the charter clarification and
|
|
1550
|
+
* charter fidelity executors, and the systemic challenge loop — see each site
|
|
1551
|
+
* for why its door needs the shape it has. Absent on host-authored findings (per-file and design-review lanes),
|
|
1448
1552
|
* which are claims in their own right rather than leads awaiting confirmation.
|
|
1449
1553
|
*/
|
|
1450
1554
|
lead_lineage: z.ZodOptional<z.ZodObject<{
|
|
@@ -1486,6 +1590,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1486
1590
|
line_start?: number | undefined;
|
|
1487
1591
|
line_end?: number | undefined;
|
|
1488
1592
|
quoted_text?: string | undefined;
|
|
1593
|
+
no_quotable_span?: string | undefined;
|
|
1489
1594
|
hash_at_plan_time?: string | undefined;
|
|
1490
1595
|
}[];
|
|
1491
1596
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -1548,6 +1653,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1548
1653
|
line_start?: number | undefined;
|
|
1549
1654
|
line_end?: number | undefined;
|
|
1550
1655
|
quoted_text?: string | undefined;
|
|
1656
|
+
no_quotable_span?: string | undefined;
|
|
1551
1657
|
hash_at_plan_time?: string | undefined;
|
|
1552
1658
|
}[];
|
|
1553
1659
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -1759,6 +1865,24 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1759
1865
|
* (S7 anti-hallucination — grounding the claim, not attesting the read).
|
|
1760
1866
|
*/
|
|
1761
1867
|
quoted_text: z.ZodOptional<z.ZodString>;
|
|
1868
|
+
/**
|
|
1869
|
+
* The reviewer's DECLARATION that this file holds no span worth quoting, and
|
|
1870
|
+
* the reason why — an absence stated on the record instead of an absence the
|
|
1871
|
+
* reader has to interpret.
|
|
1872
|
+
*
|
|
1873
|
+
* It exists because an audit finding with no quote cannot be grounded, and the
|
|
1874
|
+
* two causes of a missing quote are opposite: a genuine one (the defect is the
|
|
1875
|
+
* ABSENCE of code — no validation, no gate, no call — so there is nothing
|
|
1876
|
+
* verbatim to copy) and a failure to do the work. Silence looked the same in
|
|
1877
|
+
* both cases, so every quoteless finding landed under "Ungrounded Findings".
|
|
1878
|
+
*
|
|
1879
|
+
* A declaration is a claim an adversarial pass can CHECK: if a quotable span
|
|
1880
|
+
* did exist and the reviewer said one did not, that casts doubt on the
|
|
1881
|
+
* finding's groundedness — which is a stronger signal than the missing quote
|
|
1882
|
+
* ever was. Never both this and `quoted_text` on the same entry: an entry that
|
|
1883
|
+
* can quote must quote (`AUDIT_FINDING_QUOTE_OR_DECLARATION_RULE`).
|
|
1884
|
+
*/
|
|
1885
|
+
no_quotable_span: z.ZodOptional<z.ZodString>;
|
|
1762
1886
|
/** Content hash of the file when the finding was planned (remediator). */
|
|
1763
1887
|
hash_at_plan_time: z.ZodOptional<z.ZodString>;
|
|
1764
1888
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1767,6 +1891,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1767
1891
|
line_start?: number | undefined;
|
|
1768
1892
|
line_end?: number | undefined;
|
|
1769
1893
|
quoted_text?: string | undefined;
|
|
1894
|
+
no_quotable_span?: string | undefined;
|
|
1770
1895
|
hash_at_plan_time?: string | undefined;
|
|
1771
1896
|
}, {
|
|
1772
1897
|
path: string;
|
|
@@ -1774,6 +1899,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1774
1899
|
line_start?: number | undefined;
|
|
1775
1900
|
line_end?: number | undefined;
|
|
1776
1901
|
quoted_text?: string | undefined;
|
|
1902
|
+
no_quotable_span?: string | undefined;
|
|
1777
1903
|
hash_at_plan_time?: string | undefined;
|
|
1778
1904
|
}>, {
|
|
1779
1905
|
path: string;
|
|
@@ -1781,6 +1907,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1781
1907
|
line_start?: number | undefined;
|
|
1782
1908
|
line_end?: number | undefined;
|
|
1783
1909
|
quoted_text?: string | undefined;
|
|
1910
|
+
no_quotable_span?: string | undefined;
|
|
1784
1911
|
hash_at_plan_time?: string | undefined;
|
|
1785
1912
|
}, {
|
|
1786
1913
|
path: string;
|
|
@@ -1788,6 +1915,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1788
1915
|
line_start?: number | undefined;
|
|
1789
1916
|
line_end?: number | undefined;
|
|
1790
1917
|
quoted_text?: string | undefined;
|
|
1918
|
+
no_quotable_span?: string | undefined;
|
|
1791
1919
|
hash_at_plan_time?: string | undefined;
|
|
1792
1920
|
}>, "many">;
|
|
1793
1921
|
impact: z.ZodOptional<z.ZodString>;
|
|
@@ -1958,11 +2086,12 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1958
2086
|
* would let a claim it made itself wear provenance it never had, and one that
|
|
1959
2087
|
* could omit it would let a real lead read as a first-hand finding. The
|
|
1960
2088
|
* refusals are `WorkerFindingSchema` (omit + `WORKER_REFUSED_FINDING_VERDICTS`,
|
|
1961
|
-
* which `.strict()` turns into a rejection), `
|
|
1962
|
-
* (omit + `refuseSuppliedToolVerdict
|
|
1963
|
-
*
|
|
1964
|
-
*
|
|
1965
|
-
*
|
|
2089
|
+
* which `.strict()` turns into a rejection), `SubmittedDesignFindingSchema`
|
|
2090
|
+
* (omit + `refuseSuppliedToolVerdict`, which every design-review door now
|
|
2091
|
+
* parses its items with), and the strip in `groundDesignFindings` for the three
|
|
2092
|
+
* callers that never pass through that door — the charter clarification and
|
|
2093
|
+
* charter fidelity executors, and the systemic challenge loop — see each site
|
|
2094
|
+
* for why its door needs the shape it has. Absent on host-authored findings (per-file and design-review lanes),
|
|
1966
2095
|
* which are claims in their own right rather than leads awaiting confirmation.
|
|
1967
2096
|
*/
|
|
1968
2097
|
lead_lineage: z.ZodOptional<z.ZodObject<{
|
|
@@ -2004,6 +2133,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2004
2133
|
line_start?: number | undefined;
|
|
2005
2134
|
line_end?: number | undefined;
|
|
2006
2135
|
quoted_text?: string | undefined;
|
|
2136
|
+
no_quotable_span?: string | undefined;
|
|
2007
2137
|
hash_at_plan_time?: string | undefined;
|
|
2008
2138
|
}[];
|
|
2009
2139
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -2066,6 +2196,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2066
2196
|
line_start?: number | undefined;
|
|
2067
2197
|
line_end?: number | undefined;
|
|
2068
2198
|
quoted_text?: string | undefined;
|
|
2199
|
+
no_quotable_span?: string | undefined;
|
|
2069
2200
|
hash_at_plan_time?: string | undefined;
|
|
2070
2201
|
}[];
|
|
2071
2202
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -2162,6 +2293,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2162
2293
|
line_start?: number | undefined;
|
|
2163
2294
|
line_end?: number | undefined;
|
|
2164
2295
|
quoted_text?: string | undefined;
|
|
2296
|
+
no_quotable_span?: string | undefined;
|
|
2165
2297
|
hash_at_plan_time?: string | undefined;
|
|
2166
2298
|
}[];
|
|
2167
2299
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -2285,6 +2417,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2285
2417
|
line_start?: number | undefined;
|
|
2286
2418
|
line_end?: number | undefined;
|
|
2287
2419
|
quoted_text?: string | undefined;
|
|
2420
|
+
no_quotable_span?: string | undefined;
|
|
2288
2421
|
hash_at_plan_time?: string | undefined;
|
|
2289
2422
|
}[];
|
|
2290
2423
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -2353,6 +2486,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2353
2486
|
line_start?: number | undefined;
|
|
2354
2487
|
line_end?: number | undefined;
|
|
2355
2488
|
quoted_text?: string | undefined;
|
|
2489
|
+
no_quotable_span?: string | undefined;
|
|
2356
2490
|
hash_at_plan_time?: string | undefined;
|
|
2357
2491
|
}[];
|
|
2358
2492
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -2476,6 +2610,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2476
2610
|
line_start?: number | undefined;
|
|
2477
2611
|
line_end?: number | undefined;
|
|
2478
2612
|
quoted_text?: string | undefined;
|
|
2613
|
+
no_quotable_span?: string | undefined;
|
|
2479
2614
|
hash_at_plan_time?: string | undefined;
|
|
2480
2615
|
}[];
|
|
2481
2616
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -2544,6 +2679,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2544
2679
|
line_start?: number | undefined;
|
|
2545
2680
|
line_end?: number | undefined;
|
|
2546
2681
|
quoted_text?: string | undefined;
|
|
2682
|
+
no_quotable_span?: string | undefined;
|
|
2547
2683
|
hash_at_plan_time?: string | undefined;
|
|
2548
2684
|
}[];
|
|
2549
2685
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -2667,6 +2803,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2667
2803
|
line_start?: number | undefined;
|
|
2668
2804
|
line_end?: number | undefined;
|
|
2669
2805
|
quoted_text?: string | undefined;
|
|
2806
|
+
no_quotable_span?: string | undefined;
|
|
2670
2807
|
hash_at_plan_time?: string | undefined;
|
|
2671
2808
|
}[];
|
|
2672
2809
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -2735,6 +2872,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2735
2872
|
line_start?: number | undefined;
|
|
2736
2873
|
line_end?: number | undefined;
|
|
2737
2874
|
quoted_text?: string | undefined;
|
|
2875
|
+
no_quotable_span?: string | undefined;
|
|
2738
2876
|
hash_at_plan_time?: string | undefined;
|
|
2739
2877
|
}[];
|
|
2740
2878
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -2858,6 +2996,7 @@ export declare const AuditFindingsReportSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2858
2996
|
line_start?: number | undefined;
|
|
2859
2997
|
line_end?: number | undefined;
|
|
2860
2998
|
quoted_text?: string | undefined;
|
|
2999
|
+
no_quotable_span?: string | undefined;
|
|
2861
3000
|
hash_at_plan_time?: string | undefined;
|
|
2862
3001
|
}[];
|
|
2863
3002
|
severity_downgraded_from?: "high" | "low" | "critical" | "medium" | "info" | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"finding.d.ts","sourceRoot":"","sources":["../../../src/shared/types/finding.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,iEAAiE;AACjE,eAAO,MAAM,qBAAqB,0DAMhC,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE,sEAAsE;AACtE,eAAO,MAAM,uBAAuB,sCAAoC,CAAC;AACzE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAGxE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,yBAAyB,oDAGpC,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,wBAAwB;IAEjC,mFAAmF;;IAEnF;;;;OAIG;;IAEH;;;;;OAKG;;;;;;;;;;EAGI,CAAC;AACZ,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E,eAAO,MAAM,2BAA2B;;;;;IAKtC;;;;;;OAMG;;IAEH,0EAA0E
|
|
1
|
+
{"version":3,"file":"finding.d.ts","sourceRoot":"","sources":["../../../src/shared/types/finding.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkD7E,CAAC;AACL,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
|
|
@@ -105,6 +105,24 @@ export const FindingLocationObjectSchema = z.object({
|
|
|
105
105
|
* (S7 anti-hallucination — grounding the claim, not attesting the read).
|
|
106
106
|
*/
|
|
107
107
|
quoted_text: z.string().optional(),
|
|
108
|
+
/**
|
|
109
|
+
* The reviewer's DECLARATION that this file holds no span worth quoting, and
|
|
110
|
+
* the reason why — an absence stated on the record instead of an absence the
|
|
111
|
+
* reader has to interpret.
|
|
112
|
+
*
|
|
113
|
+
* It exists because an audit finding with no quote cannot be grounded, and the
|
|
114
|
+
* two causes of a missing quote are opposite: a genuine one (the defect is the
|
|
115
|
+
* ABSENCE of code — no validation, no gate, no call — so there is nothing
|
|
116
|
+
* verbatim to copy) and a failure to do the work. Silence looked the same in
|
|
117
|
+
* both cases, so every quoteless finding landed under "Ungrounded Findings".
|
|
118
|
+
*
|
|
119
|
+
* A declaration is a claim an adversarial pass can CHECK: if a quotable span
|
|
120
|
+
* did exist and the reviewer said one did not, that casts doubt on the
|
|
121
|
+
* finding's groundedness — which is a stronger signal than the missing quote
|
|
122
|
+
* ever was. Never both this and `quoted_text` on the same entry: an entry that
|
|
123
|
+
* can quote must quote (`AUDIT_FINDING_QUOTE_OR_DECLARATION_RULE`).
|
|
124
|
+
*/
|
|
125
|
+
no_quotable_span: z.string().min(1).optional(),
|
|
108
126
|
/** Content hash of the file when the finding was planned (remediator). */
|
|
109
127
|
hash_at_plan_time: z.string().optional(),
|
|
110
128
|
});
|
|
@@ -117,6 +135,23 @@ export const FindingLocationObjectSchema = z.object({
|
|
|
117
135
|
export const FINDING_LINE_START_INTEGER_RULE = "affected_files[].line_start must be an integer >= 1.";
|
|
118
136
|
export const FINDING_LINE_END_INTEGER_RULE = "affected_files[].line_end must be an integer >= 1.";
|
|
119
137
|
export const FINDING_LINE_ORDER_RULE = "affected_files: when both ends are cited, line_start must be less than or equal to line_end.";
|
|
138
|
+
/**
|
|
139
|
+
* THE one statement of the audit draw's grounding rule for a cited file.
|
|
140
|
+
*
|
|
141
|
+
* It lives beside the line-span rules for the same reason they do: the schema
|
|
142
|
+
* refinement that refuses a worker submission, the batch validator that refuses
|
|
143
|
+
* a result from any other door, and the dispatch prompt that asks for the quote
|
|
144
|
+
* all render this exact sentence, so the ask and the refusal cannot drift.
|
|
145
|
+
*
|
|
146
|
+
* Audit-only by design: it is enforced on the audit worker's projection
|
|
147
|
+
* (`WorkerFindingLocationSchema`), not on this shared location schema, because a
|
|
148
|
+
* remediator plan finding is re-minted from graph nodes and has no reviewer to
|
|
149
|
+
* quote anything.
|
|
150
|
+
*/
|
|
151
|
+
export const AUDIT_FINDING_QUOTE_OR_DECLARATION_RULE = "affected_files: every entry must carry EITHER quoted_text — verbatim text copied from that file, " +
|
|
152
|
+
"which the tool re-reads from disk to ground the finding — OR no_quotable_span, a short statement of " +
|
|
153
|
+
"why that file holds nothing quotable (the defect is the absence of code, for example). Never both, " +
|
|
154
|
+
"and never neither: a finding with no quote and no declaration is refused.";
|
|
120
155
|
/**
|
|
121
156
|
* THE one evaluation of the line-span rules: when a location cites lines at
|
|
122
157
|
* all, the span is 1-based integers with `line_start <= line_end`. Returns
|
|
@@ -361,11 +396,12 @@ export const FindingSchema = z.object({
|
|
|
361
396
|
* would let a claim it made itself wear provenance it never had, and one that
|
|
362
397
|
* could omit it would let a real lead read as a first-hand finding. The
|
|
363
398
|
* refusals are `WorkerFindingSchema` (omit + `WORKER_REFUSED_FINDING_VERDICTS`,
|
|
364
|
-
* which `.strict()` turns into a rejection), `
|
|
365
|
-
* (omit + `refuseSuppliedToolVerdict
|
|
366
|
-
*
|
|
367
|
-
*
|
|
368
|
-
*
|
|
399
|
+
* which `.strict()` turns into a rejection), `SubmittedDesignFindingSchema`
|
|
400
|
+
* (omit + `refuseSuppliedToolVerdict`, which every design-review door now
|
|
401
|
+
* parses its items with), and the strip in `groundDesignFindings` for the three
|
|
402
|
+
* callers that never pass through that door — the charter clarification and
|
|
403
|
+
* charter fidelity executors, and the systemic challenge loop — see each site
|
|
404
|
+
* for why its door needs the shape it has. Absent on host-authored findings (per-file and design-review lanes),
|
|
369
405
|
* which are claims in their own right rather than leads awaiting confirmation.
|
|
370
406
|
*/
|
|
371
407
|
lead_lineage: FindingLeadLineageSchema.optional().describe("Tool-stamped lineage of a deterministically produced lead. Never supply this yourself."),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"finding.js","sourceRoot":"","sources":["../../../src/shared/types/finding.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"finding.js","sourceRoot":"","sources":["../../../src/shared/types/finding.ts"],"names":[],"mappings":"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"}
|