agentskeptic 0.1.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/LICENSE +21 -0
- package/README.md +342 -0
- package/dist/actionableFailure.d.ts +53 -0
- package/dist/actionableFailure.d.ts.map +1 -0
- package/dist/actionableFailure.js +424 -0
- package/dist/actionableFailure.js.map +1 -0
- package/dist/actionableFailure.partitionExhaustive.test.d.ts +2 -0
- package/dist/actionableFailure.partitionExhaustive.test.d.ts.map +1 -0
- package/dist/actionableFailure.partitionExhaustive.test.js +20 -0
- package/dist/actionableFailure.partitionExhaustive.test.js.map +1 -0
- package/dist/actionableFailure.remediationExhaustive.test.d.ts +2 -0
- package/dist/actionableFailure.remediationExhaustive.test.d.ts.map +1 -0
- package/dist/actionableFailure.remediationExhaustive.test.js +297 -0
- package/dist/actionableFailure.remediationExhaustive.test.js.map +1 -0
- package/dist/actionableFailure.test.d.ts +2 -0
- package/dist/actionableFailure.test.d.ts.map +1 -0
- package/dist/actionableFailure.test.js +211 -0
- package/dist/actionableFailure.test.js.map +1 -0
- package/dist/agentRunBundle.d.ts +24 -0
- package/dist/agentRunBundle.d.ts.map +1 -0
- package/dist/agentRunBundle.js +114 -0
- package/dist/agentRunBundle.js.map +1 -0
- package/dist/agentRunBundle.rollback.test.d.ts +2 -0
- package/dist/agentRunBundle.rollback.test.d.ts.map +1 -0
- package/dist/agentRunBundle.rollback.test.js +65 -0
- package/dist/agentRunBundle.rollback.test.js.map +1 -0
- package/dist/agentRunBundle.test.d.ts +2 -0
- package/dist/agentRunBundle.test.d.ts.map +1 -0
- package/dist/agentRunBundle.test.js +126 -0
- package/dist/agentRunBundle.test.js.map +1 -0
- package/dist/agentRunRecord.d.ts +82 -0
- package/dist/agentRunRecord.d.ts.map +1 -0
- package/dist/agentRunRecord.js +51 -0
- package/dist/agentRunRecord.js.map +1 -0
- package/dist/agentRunRecord.test.d.ts +2 -0
- package/dist/agentRunRecord.test.d.ts.map +1 -0
- package/dist/agentRunRecord.test.js +49 -0
- package/dist/agentRunRecord.test.js.map +1 -0
- package/dist/aggregate.d.ts +3 -0
- package/dist/aggregate.d.ts.map +1 -0
- package/dist/aggregate.js +36 -0
- package/dist/aggregate.js.map +1 -0
- package/dist/assurance/assurancePathArgs.d.ts +10 -0
- package/dist/assurance/assurancePathArgs.d.ts.map +1 -0
- package/dist/assurance/assurancePathArgs.js +54 -0
- package/dist/assurance/assurancePathArgs.js.map +1 -0
- package/dist/assurance/checkStale.d.ts +14 -0
- package/dist/assurance/checkStale.d.ts.map +1 -0
- package/dist/assurance/checkStale.js +48 -0
- package/dist/assurance/checkStale.js.map +1 -0
- package/dist/assurance/findRepoRoot.d.ts +6 -0
- package/dist/assurance/findRepoRoot.d.ts.map +1 -0
- package/dist/assurance/findRepoRoot.js +27 -0
- package/dist/assurance/findRepoRoot.js.map +1 -0
- package/dist/assurance/runAssurance.d.ts +24 -0
- package/dist/assurance/runAssurance.d.ts.map +1 -0
- package/dist/assurance/runAssurance.js +105 -0
- package/dist/assurance/runAssurance.js.map +1 -0
- package/dist/bundleSignatureCodes.d.ts +13 -0
- package/dist/bundleSignatureCodes.d.ts.map +1 -0
- package/dist/bundleSignatureCodes.js +12 -0
- package/dist/bundleSignatureCodes.js.map +1 -0
- package/dist/canonicalParams.d.ts +3 -0
- package/dist/canonicalParams.d.ts.map +1 -0
- package/dist/canonicalParams.js +16 -0
- package/dist/canonicalParams.js.map +1 -0
- package/dist/ciLock.d.ts +52 -0
- package/dist/ciLock.d.ts.map +1 -0
- package/dist/ciLock.js +117 -0
- package/dist/ciLock.js.map +1 -0
- package/dist/ciLockWorkflow.d.ts +4 -0
- package/dist/ciLockWorkflow.d.ts.map +1 -0
- package/dist/ciLockWorkflow.js +278 -0
- package/dist/ciLockWorkflow.js.map +1 -0
- package/dist/cli.d.ts +3 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.failureExplanationInvariant.test.d.ts +2 -0
- package/dist/cli.failureExplanationInvariant.test.d.ts.map +1 -0
- package/dist/cli.failureExplanationInvariant.test.js +40 -0
- package/dist/cli.failureExplanationInvariant.test.js.map +1 -0
- package/dist/cli.js +998 -0
- package/dist/cli.js.map +1 -0
- package/dist/cliArgv.d.ts +40 -0
- package/dist/cliArgv.d.ts.map +1 -0
- package/dist/cliArgv.js +149 -0
- package/dist/cliArgv.js.map +1 -0
- package/dist/cliOperationalCodes.d.ts +65 -0
- package/dist/cliOperationalCodes.d.ts.map +1 -0
- package/dist/cliOperationalCodes.js +64 -0
- package/dist/cliOperationalCodes.js.map +1 -0
- package/dist/commercial/licensePreflight.d.ts +7 -0
- package/dist/commercial/licensePreflight.d.ts.map +1 -0
- package/dist/commercial/licensePreflight.js +95 -0
- package/dist/commercial/licensePreflight.js.map +1 -0
- package/dist/commercial/licensePreflight.test.d.ts +2 -0
- package/dist/commercial/licensePreflight.test.d.ts.map +1 -0
- package/dist/commercial/licensePreflight.test.js +123 -0
- package/dist/commercial/licensePreflight.test.js.map +1 -0
- package/dist/compare.acceptance.test.d.ts +2 -0
- package/dist/compare.acceptance.test.d.ts.map +1 -0
- package/dist/compare.acceptance.test.js +80 -0
- package/dist/compare.acceptance.test.js.map +1 -0
- package/dist/correctnessDefinition.d.ts +23 -0
- package/dist/correctnessDefinition.d.ts.map +1 -0
- package/dist/correctnessDefinition.docParity.test.d.ts +2 -0
- package/dist/correctnessDefinition.docParity.test.d.ts.map +1 -0
- package/dist/correctnessDefinition.docParity.test.js +22 -0
- package/dist/correctnessDefinition.docParity.test.js.map +1 -0
- package/dist/correctnessDefinition.js +283 -0
- package/dist/correctnessDefinition.js.map +1 -0
- package/dist/correctnessDefinitionTemplates.d.ts +70 -0
- package/dist/correctnessDefinitionTemplates.d.ts.map +1 -0
- package/dist/correctnessDefinitionTemplates.js +121 -0
- package/dist/correctnessDefinitionTemplates.js.map +1 -0
- package/dist/debug-ui/app.css +188 -0
- package/dist/debug-ui/app.js +245 -0
- package/dist/debug-ui/index.html +79 -0
- package/dist/debugCorpus.d.ts +68 -0
- package/dist/debugCorpus.d.ts.map +1 -0
- package/dist/debugCorpus.js +544 -0
- package/dist/debugCorpus.js.map +1 -0
- package/dist/debugCorpus.test.d.ts +2 -0
- package/dist/debugCorpus.test.d.ts.map +1 -0
- package/dist/debugCorpus.test.js +159 -0
- package/dist/debugCorpus.test.js.map +1 -0
- package/dist/debugFocus.d.ts +16 -0
- package/dist/debugFocus.d.ts.map +1 -0
- package/dist/debugFocus.js +51 -0
- package/dist/debugFocus.js.map +1 -0
- package/dist/debugFocus.test.d.ts +2 -0
- package/dist/debugFocus.test.d.ts.map +1 -0
- package/dist/debugFocus.test.js +43 -0
- package/dist/debugFocus.test.js.map +1 -0
- package/dist/debugPanels.d.ts +13 -0
- package/dist/debugPanels.d.ts.map +1 -0
- package/dist/debugPanels.js +113 -0
- package/dist/debugPanels.js.map +1 -0
- package/dist/debugPanels.test.d.ts +2 -0
- package/dist/debugPanels.test.d.ts.map +1 -0
- package/dist/debugPanels.test.js +204 -0
- package/dist/debugPanels.test.js.map +1 -0
- package/dist/debugPatterns.d.ts +47 -0
- package/dist/debugPatterns.d.ts.map +1 -0
- package/dist/debugPatterns.js +113 -0
- package/dist/debugPatterns.js.map +1 -0
- package/dist/debugPatterns.test.d.ts +2 -0
- package/dist/debugPatterns.test.d.ts.map +1 -0
- package/dist/debugPatterns.test.js +48 -0
- package/dist/debugPatterns.test.js.map +1 -0
- package/dist/debugRunFilters.d.ts +31 -0
- package/dist/debugRunFilters.d.ts.map +1 -0
- package/dist/debugRunFilters.js +118 -0
- package/dist/debugRunFilters.js.map +1 -0
- package/dist/debugRunFilters.test.d.ts +2 -0
- package/dist/debugRunFilters.test.d.ts.map +1 -0
- package/dist/debugRunFilters.test.js +78 -0
- package/dist/debugRunFilters.test.js.map +1 -0
- package/dist/debugRunIndex.d.ts +27 -0
- package/dist/debugRunIndex.d.ts.map +1 -0
- package/dist/debugRunIndex.js +58 -0
- package/dist/debugRunIndex.js.map +1 -0
- package/dist/debugServer.d.ts +19 -0
- package/dist/debugServer.d.ts.map +1 -0
- package/dist/debugServer.js +315 -0
- package/dist/debugServer.js.map +1 -0
- package/dist/debugServer.test.d.ts +2 -0
- package/dist/debugServer.test.d.ts.map +1 -0
- package/dist/debugServer.test.js +207 -0
- package/dist/debugServer.test.js.map +1 -0
- package/dist/discovery-payload-v1.json +75 -0
- package/dist/distributionFooter.d.ts +3 -0
- package/dist/distributionFooter.d.ts.map +1 -0
- package/dist/distributionFooter.js +3 -0
- package/dist/distributionFooter.js.map +1 -0
- package/dist/documentationCopyConsistency.test.d.ts +2 -0
- package/dist/documentationCopyConsistency.test.d.ts.map +1 -0
- package/dist/documentationCopyConsistency.test.js +94 -0
- package/dist/documentationCopyConsistency.test.js.map +1 -0
- package/dist/enforceCli.d.ts +4 -0
- package/dist/enforceCli.d.ts.map +1 -0
- package/dist/enforceCli.js +93 -0
- package/dist/enforceCli.js.map +1 -0
- package/dist/eventSequenceIntegrity.d.ts +7 -0
- package/dist/eventSequenceIntegrity.d.ts.map +1 -0
- package/dist/eventSequenceIntegrity.js +47 -0
- package/dist/eventSequenceIntegrity.js.map +1 -0
- package/dist/eventSequenceIntegrity.test.d.ts +2 -0
- package/dist/eventSequenceIntegrity.test.d.ts.map +1 -0
- package/dist/eventSequenceIntegrity.test.js +65 -0
- package/dist/eventSequenceIntegrity.test.js.map +1 -0
- package/dist/executionPathFindings.d.ts +15 -0
- package/dist/executionPathFindings.d.ts.map +1 -0
- package/dist/executionPathFindings.js +299 -0
- package/dist/executionPathFindings.js.map +1 -0
- package/dist/executionPathFindings.requirements.test.d.ts +2 -0
- package/dist/executionPathFindings.requirements.test.d.ts.map +1 -0
- package/dist/executionPathFindings.requirements.test.js +332 -0
- package/dist/executionPathFindings.requirements.test.js.map +1 -0
- package/dist/executionTrace.d.ts +13 -0
- package/dist/executionTrace.d.ts.map +1 -0
- package/dist/executionTrace.js +272 -0
- package/dist/executionTrace.js.map +1 -0
- package/dist/executionTrace.test.d.ts +2 -0
- package/dist/executionTrace.test.d.ts.map +1 -0
- package/dist/executionTrace.test.js +200 -0
- package/dist/executionTrace.test.js.map +1 -0
- package/dist/failureAnalysis.d.ts +8 -0
- package/dist/failureAnalysis.d.ts.map +1 -0
- package/dist/failureAnalysis.js +337 -0
- package/dist/failureAnalysis.js.map +1 -0
- package/dist/failureAnalysis.test.d.ts +2 -0
- package/dist/failureAnalysis.test.d.ts.map +1 -0
- package/dist/failureAnalysis.test.js +196 -0
- package/dist/failureAnalysis.test.js.map +1 -0
- package/dist/failureCatalog.d.ts +26 -0
- package/dist/failureCatalog.d.ts.map +1 -0
- package/dist/failureCatalog.js +51 -0
- package/dist/failureCatalog.js.map +1 -0
- package/dist/failureCatalog.test.d.ts +2 -0
- package/dist/failureCatalog.test.d.ts.map +1 -0
- package/dist/failureCatalog.test.js +25 -0
- package/dist/failureCatalog.test.js.map +1 -0
- package/dist/failureExplanation.d.ts +52 -0
- package/dist/failureExplanation.d.ts.map +1 -0
- package/dist/failureExplanation.failureAnalysisMock.test.d.ts +2 -0
- package/dist/failureExplanation.failureAnalysisMock.test.d.ts.map +1 -0
- package/dist/failureExplanation.failureAnalysisMock.test.js +200 -0
- package/dist/failureExplanation.failureAnalysisMock.test.js.map +1 -0
- package/dist/failureExplanation.golden.test.d.ts +2 -0
- package/dist/failureExplanation.golden.test.d.ts.map +1 -0
- package/dist/failureExplanation.golden.test.js +530 -0
- package/dist/failureExplanation.golden.test.js.map +1 -0
- package/dist/failureExplanation.js +389 -0
- package/dist/failureExplanation.js.map +1 -0
- package/dist/failureExplanationDocumentationParity.test.d.ts +2 -0
- package/dist/failureExplanationDocumentationParity.test.d.ts.map +1 -0
- package/dist/failureExplanationDocumentationParity.test.js +56 -0
- package/dist/failureExplanationDocumentationParity.test.js.map +1 -0
- package/dist/failureOriginCatalog.d.ts +30 -0
- package/dist/failureOriginCatalog.d.ts.map +1 -0
- package/dist/failureOriginCatalog.js +106 -0
- package/dist/failureOriginCatalog.js.map +1 -0
- package/dist/failureOriginCatalog.test.d.ts +2 -0
- package/dist/failureOriginCatalog.test.d.ts.map +1 -0
- package/dist/failureOriginCatalog.test.js +17 -0
- package/dist/failureOriginCatalog.test.js.map +1 -0
- package/dist/failureOriginSchemaEnum.test.d.ts +2 -0
- package/dist/failureOriginSchemaEnum.test.d.ts.map +1 -0
- package/dist/failureOriginSchemaEnum.test.js +21 -0
- package/dist/failureOriginSchemaEnum.test.js.map +1 -0
- package/dist/failureOriginSchemaParity.test.d.ts +2 -0
- package/dist/failureOriginSchemaParity.test.d.ts.map +1 -0
- package/dist/failureOriginSchemaParity.test.js +33 -0
- package/dist/failureOriginSchemaParity.test.js.map +1 -0
- package/dist/failureOriginTypes.d.ts +4 -0
- package/dist/failureOriginTypes.d.ts.map +1 -0
- package/dist/failureOriginTypes.generated.d.ts +4 -0
- package/dist/failureOriginTypes.generated.d.ts.map +1 -0
- package/dist/failureOriginTypes.generated.js +10 -0
- package/dist/failureOriginTypes.generated.js.map +1 -0
- package/dist/failureOriginTypes.js +3 -0
- package/dist/failureOriginTypes.js.map +1 -0
- package/dist/generated/commercialBuildFlags.d.ts +4 -0
- package/dist/generated/commercialBuildFlags.d.ts.map +1 -0
- package/dist/generated/commercialBuildFlags.js +5 -0
- package/dist/generated/commercialBuildFlags.js.map +1 -0
- package/dist/index.d.ts +50 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +34 -0
- package/dist/index.js.map +1 -0
- package/dist/jsonPointer.d.ts +3 -0
- package/dist/jsonPointer.d.ts.map +1 -0
- package/dist/jsonPointer.js +28 -0
- package/dist/jsonPointer.js.map +1 -0
- package/dist/jsonStableStringify.d.ts +3 -0
- package/dist/jsonStableStringify.d.ts.map +1 -0
- package/dist/jsonStableStringify.js +3 -0
- package/dist/jsonStableStringify.js.map +1 -0
- package/dist/loadEvents.d.ts +3 -0
- package/dist/loadEvents.d.ts.map +1 -0
- package/dist/loadEvents.eventFileAggregateCounts.test.d.ts +2 -0
- package/dist/loadEvents.eventFileAggregateCounts.test.d.ts.map +1 -0
- package/dist/loadEvents.eventFileAggregateCounts.test.js +18 -0
- package/dist/loadEvents.eventFileAggregateCounts.test.js.map +1 -0
- package/dist/loadEvents.js +85 -0
- package/dist/loadEvents.js.map +1 -0
- package/dist/multiEffectRollup.d.ts +43 -0
- package/dist/multiEffectRollup.d.ts.map +1 -0
- package/dist/multiEffectRollup.js +164 -0
- package/dist/multiEffectRollup.js.map +1 -0
- package/dist/multiEffectRollup.test.d.ts +2 -0
- package/dist/multiEffectRollup.test.d.ts.map +1 -0
- package/dist/multiEffectRollup.test.js +128 -0
- package/dist/multiEffectRollup.test.js.map +1 -0
- package/dist/noStepsMessage.d.ts +7 -0
- package/dist/noStepsMessage.d.ts.map +1 -0
- package/dist/noStepsMessage.js +12 -0
- package/dist/noStepsMessage.js.map +1 -0
- package/dist/noStepsMessage.test.d.ts +2 -0
- package/dist/noStepsMessage.test.d.ts.map +1 -0
- package/dist/noStepsMessage.test.js +15 -0
- package/dist/noStepsMessage.test.js.map +1 -0
- package/dist/operationalDisposition.d.ts +498 -0
- package/dist/operationalDisposition.d.ts.map +1 -0
- package/dist/operationalDisposition.js +490 -0
- package/dist/operationalDisposition.js.map +1 -0
- package/dist/operationalDispositionDerivation.test.d.ts +2 -0
- package/dist/operationalDispositionDerivation.test.d.ts.map +1 -0
- package/dist/operationalDispositionDerivation.test.js +19 -0
- package/dist/operationalDispositionDerivation.test.js.map +1 -0
- package/dist/operationalFailureDiagnosis.d.ts +3 -0
- package/dist/operationalFailureDiagnosis.d.ts.map +1 -0
- package/dist/operationalFailureDiagnosis.js +25 -0
- package/dist/operationalFailureDiagnosis.js.map +1 -0
- package/dist/pipeline.d.ts +38 -0
- package/dist/pipeline.d.ts.map +1 -0
- package/dist/pipeline.js +457 -0
- package/dist/pipeline.js.map +1 -0
- package/dist/planLogicalSteps.d.ts +16 -0
- package/dist/planLogicalSteps.d.ts.map +1 -0
- package/dist/planLogicalSteps.js +51 -0
- package/dist/planLogicalSteps.js.map +1 -0
- package/dist/planLogicalSteps.test.d.ts +2 -0
- package/dist/planLogicalSteps.test.d.ts.map +1 -0
- package/dist/planLogicalSteps.test.js +88 -0
- package/dist/planLogicalSteps.test.js.map +1 -0
- package/dist/planTransition.d.ts +88 -0
- package/dist/planTransition.d.ts.map +1 -0
- package/dist/planTransition.js +490 -0
- package/dist/planTransition.js.map +1 -0
- package/dist/planTransition.test.d.ts +2 -0
- package/dist/planTransition.test.d.ts.map +1 -0
- package/dist/planTransition.test.js +956 -0
- package/dist/planTransition.test.js.map +1 -0
- package/dist/planTransitionConstants.d.ts +3 -0
- package/dist/planTransitionConstants.d.ts.map +1 -0
- package/dist/planTransitionConstants.js +3 -0
- package/dist/planTransitionConstants.js.map +1 -0
- package/dist/planTransitionPathHarvest.d.ts +24 -0
- package/dist/planTransitionPathHarvest.d.ts.map +1 -0
- package/dist/planTransitionPathHarvest.js +273 -0
- package/dist/planTransitionPathHarvest.js.map +1 -0
- package/dist/planTransitionPathHarvest.test.d.ts +2 -0
- package/dist/planTransitionPathHarvest.test.d.ts.map +1 -0
- package/dist/planTransitionPathHarvest.test.js +232 -0
- package/dist/planTransitionPathHarvest.test.js.map +1 -0
- package/dist/prepareWorkflowEvents.d.ts +6 -0
- package/dist/prepareWorkflowEvents.d.ts.map +1 -0
- package/dist/prepareWorkflowEvents.js +8 -0
- package/dist/prepareWorkflowEvents.js.map +1 -0
- package/dist/publicDistribution.generated.d.ts +3 -0
- package/dist/publicDistribution.generated.d.ts.map +1 -0
- package/dist/publicDistribution.generated.js +9 -0
- package/dist/publicDistribution.generated.js.map +1 -0
- package/dist/quickVerify/atomicWrite.d.ts +6 -0
- package/dist/quickVerify/atomicWrite.d.ts.map +1 -0
- package/dist/quickVerify/atomicWrite.js +33 -0
- package/dist/quickVerify/atomicWrite.js.map +1 -0
- package/dist/quickVerify/buildQuickContractEventsNdjson.d.ts +14 -0
- package/dist/quickVerify/buildQuickContractEventsNdjson.d.ts.map +1 -0
- package/dist/quickVerify/buildQuickContractEventsNdjson.js +28 -0
- package/dist/quickVerify/buildQuickContractEventsNdjson.js.map +1 -0
- package/dist/quickVerify/canonicalJson.d.ts +5 -0
- package/dist/quickVerify/canonicalJson.d.ts.map +1 -0
- package/dist/quickVerify/canonicalJson.js +23 -0
- package/dist/quickVerify/canonicalJson.js.map +1 -0
- package/dist/quickVerify/decomposeUnits.d.ts +15 -0
- package/dist/quickVerify/decomposeUnits.d.ts.map +1 -0
- package/dist/quickVerify/decomposeUnits.js +50 -0
- package/dist/quickVerify/decomposeUnits.js.map +1 -0
- package/dist/quickVerify/exportTool.d.ts +6 -0
- package/dist/quickVerify/exportTool.d.ts.map +1 -0
- package/dist/quickVerify/exportTool.js +20 -0
- package/dist/quickVerify/exportTool.js.map +1 -0
- package/dist/quickVerify/forbiddenMutatingSql.d.ts +4 -0
- package/dist/quickVerify/forbiddenMutatingSql.d.ts.map +1 -0
- package/dist/quickVerify/forbiddenMutatingSql.js +6 -0
- package/dist/quickVerify/forbiddenMutatingSql.js.map +1 -0
- package/dist/quickVerify/formatQuickVerifyHumanReport.d.ts +17 -0
- package/dist/quickVerify/formatQuickVerifyHumanReport.d.ts.map +1 -0
- package/dist/quickVerify/formatQuickVerifyHumanReport.js +65 -0
- package/dist/quickVerify/formatQuickVerifyHumanReport.js.map +1 -0
- package/dist/quickVerify/formatQuickVerifyHumanReport.test.d.ts +2 -0
- package/dist/quickVerify/formatQuickVerifyHumanReport.test.d.ts.map +1 -0
- package/dist/quickVerify/formatQuickVerifyHumanReport.test.js +41 -0
- package/dist/quickVerify/formatQuickVerifyHumanReport.test.js.map +1 -0
- package/dist/quickVerify/ingest.d.ts +34 -0
- package/dist/quickVerify/ingest.d.ts.map +1 -0
- package/dist/quickVerify/ingest.js +327 -0
- package/dist/quickVerify/ingest.js.map +1 -0
- package/dist/quickVerify/noMutatingSqlInSources.test.d.ts +2 -0
- package/dist/quickVerify/noMutatingSqlInSources.test.d.ts.map +1 -0
- package/dist/quickVerify/noMutatingSqlInSources.test.js +34 -0
- package/dist/quickVerify/noMutatingSqlInSources.test.js.map +1 -0
- package/dist/quickVerify/postgresCatalog.d.ts +19 -0
- package/dist/quickVerify/postgresCatalog.d.ts.map +1 -0
- package/dist/quickVerify/postgresCatalog.js +107 -0
- package/dist/quickVerify/postgresCatalog.js.map +1 -0
- package/dist/quickVerify/quickVerifyHumanCopy.d.ts +9 -0
- package/dist/quickVerify/quickVerifyHumanCopy.d.ts.map +1 -0
- package/dist/quickVerify/quickVerifyHumanCopy.js +24 -0
- package/dist/quickVerify/quickVerifyHumanCopy.js.map +1 -0
- package/dist/quickVerify/quickVerifyProductTruth.d.ts +16 -0
- package/dist/quickVerify/quickVerifyProductTruth.d.ts.map +1 -0
- package/dist/quickVerify/quickVerifyProductTruth.js +19 -0
- package/dist/quickVerify/quickVerifyProductTruth.js.map +1 -0
- package/dist/quickVerify/quickVerifyScope.d.ts +12 -0
- package/dist/quickVerify/quickVerifyScope.d.ts.map +1 -0
- package/dist/quickVerify/quickVerifyScope.js +16 -0
- package/dist/quickVerify/quickVerifyScope.js.map +1 -0
- package/dist/quickVerify/relationalPlan.d.ts +10 -0
- package/dist/quickVerify/relationalPlan.d.ts.map +1 -0
- package/dist/quickVerify/relationalPlan.js +37 -0
- package/dist/quickVerify/relationalPlan.js.map +1 -0
- package/dist/quickVerify/rowUnit.d.ts +15 -0
- package/dist/quickVerify/rowUnit.d.ts.map +1 -0
- package/dist/quickVerify/rowUnit.js +132 -0
- package/dist/quickVerify/rowUnit.js.map +1 -0
- package/dist/quickVerify/runQuickVerify.d.ts +65 -0
- package/dist/quickVerify/runQuickVerify.d.ts.map +1 -0
- package/dist/quickVerify/runQuickVerify.js +320 -0
- package/dist/quickVerify/runQuickVerify.js.map +1 -0
- package/dist/quickVerify/schemaCatalogTypes.d.ts +22 -0
- package/dist/quickVerify/schemaCatalogTypes.d.ts.map +1 -0
- package/dist/quickVerify/schemaCatalogTypes.js +2 -0
- package/dist/quickVerify/schemaCatalogTypes.js.map +1 -0
- package/dist/quickVerify/sqliteCatalog.d.ts +13 -0
- package/dist/quickVerify/sqliteCatalog.d.ts.map +1 -0
- package/dist/quickVerify/sqliteCatalog.js +48 -0
- package/dist/quickVerify/sqliteCatalog.js.map +1 -0
- package/dist/quickVerify/tableScoring.d.ts +24 -0
- package/dist/quickVerify/tableScoring.d.ts.map +1 -0
- package/dist/quickVerify/tableScoring.js +156 -0
- package/dist/quickVerify/tableScoring.js.map +1 -0
- package/dist/quickVerify/thresholds.d.ts +11 -0
- package/dist/quickVerify/thresholds.d.ts.map +1 -0
- package/dist/quickVerify/thresholds.js +11 -0
- package/dist/quickVerify/thresholds.js.map +1 -0
- package/dist/quickVerify/verifyExecution.d.ts +15 -0
- package/dist/quickVerify/verifyExecution.d.ts.map +1 -0
- package/dist/quickVerify/verifyExecution.js +153 -0
- package/dist/quickVerify/verifyExecution.js.map +1 -0
- package/dist/reconciler.d.ts +25 -0
- package/dist/reconciler.d.ts.map +1 -0
- package/dist/reconciler.js +266 -0
- package/dist/reconciler.js.map +1 -0
- package/dist/reconciliationPresentation.d.ts +83 -0
- package/dist/reconciliationPresentation.d.ts.map +1 -0
- package/dist/reconciliationPresentation.js +195 -0
- package/dist/reconciliationPresentation.js.map +1 -0
- package/dist/registryValidation.d.ts +48 -0
- package/dist/registryValidation.d.ts.map +1 -0
- package/dist/registryValidation.js +254 -0
- package/dist/registryValidation.js.map +1 -0
- package/dist/registryValidation.test.d.ts +2 -0
- package/dist/registryValidation.test.d.ts.map +1 -0
- package/dist/registryValidation.test.js +186 -0
- package/dist/registryValidation.test.js.map +1 -0
- package/dist/relationalInvariant.d.ts +28 -0
- package/dist/relationalInvariant.d.ts.map +1 -0
- package/dist/relationalInvariant.existsSql.test.d.ts +2 -0
- package/dist/relationalInvariant.existsSql.test.d.ts.map +1 -0
- package/dist/relationalInvariant.existsSql.test.js +12 -0
- package/dist/relationalInvariant.existsSql.test.js.map +1 -0
- package/dist/relationalInvariant.js +347 -0
- package/dist/relationalInvariant.js.map +1 -0
- package/dist/relationalInvariant.test.d.ts +2 -0
- package/dist/relationalInvariant.test.d.ts.map +1 -0
- package/dist/relationalInvariant.test.js +32 -0
- package/dist/relationalInvariant.test.js.map +1 -0
- package/dist/remediationConsumptionGuard.test.d.ts +2 -0
- package/dist/remediationConsumptionGuard.test.d.ts.map +1 -0
- package/dist/remediationConsumptionGuard.test.js +80 -0
- package/dist/remediationConsumptionGuard.test.js.map +1 -0
- package/dist/remediationWireSurfaceGuard.test.d.ts +2 -0
- package/dist/remediationWireSurfaceGuard.test.d.ts.map +1 -0
- package/dist/remediationWireSurfaceGuard.test.js +39 -0
- package/dist/remediationWireSurfaceGuard.test.js.map +1 -0
- package/dist/resolveExpectation.d.ts +28 -0
- package/dist/resolveExpectation.d.ts.map +1 -0
- package/dist/resolveExpectation.js +654 -0
- package/dist/resolveExpectation.js.map +1 -0
- package/dist/resolveExpectation.test.d.ts +2 -0
- package/dist/resolveExpectation.test.d.ts.map +1 -0
- package/dist/resolveExpectation.test.js +434 -0
- package/dist/resolveExpectation.test.js.map +1 -0
- package/dist/resolveFailureCodes.d.ts +2 -0
- package/dist/resolveFailureCodes.d.ts.map +1 -0
- package/dist/resolveFailureCodes.js +7 -0
- package/dist/resolveFailureCodes.js.map +1 -0
- package/dist/runComparison.d.ts +168 -0
- package/dist/runComparison.d.ts.map +1 -0
- package/dist/runComparison.js +675 -0
- package/dist/runComparison.js.map +1 -0
- package/dist/runComparison.test.d.ts +2 -0
- package/dist/runComparison.test.d.ts.map +1 -0
- package/dist/runComparison.test.js +507 -0
- package/dist/runComparison.test.js.map +1 -0
- package/dist/runLevelDriftMessages.d.ts +4 -0
- package/dist/runLevelDriftMessages.d.ts.map +1 -0
- package/dist/runLevelDriftMessages.js +4 -0
- package/dist/runLevelDriftMessages.js.map +1 -0
- package/dist/schema-validation.test.d.ts +2 -0
- package/dist/schema-validation.test.d.ts.map +1 -0
- package/dist/schema-validation.test.js +531 -0
- package/dist/schema-validation.test.js.map +1 -0
- package/dist/schemaLoad.d.ts +5 -0
- package/dist/schemaLoad.d.ts.map +1 -0
- package/dist/schemaLoad.js +152 -0
- package/dist/schemaLoad.js.map +1 -0
- package/dist/shareReport/postPublicVerificationReport.d.ts +26 -0
- package/dist/shareReport/postPublicVerificationReport.d.ts.map +1 -0
- package/dist/shareReport/postPublicVerificationReport.js +38 -0
- package/dist/shareReport/postPublicVerificationReport.js.map +1 -0
- package/dist/slice6.compare.ac.test.d.ts +2 -0
- package/dist/slice6.compare.ac.test.d.ts.map +1 -0
- package/dist/slice6.compare.ac.test.js +81 -0
- package/dist/slice6.compare.ac.test.js.map +1 -0
- package/dist/sqlConnector.d.ts +15 -0
- package/dist/sqlConnector.d.ts.map +1 -0
- package/dist/sqlConnector.js +36 -0
- package/dist/sqlConnector.js.map +1 -0
- package/dist/sqlReadBackend.d.ts +19 -0
- package/dist/sqlReadBackend.d.ts.map +1 -0
- package/dist/sqlReadBackend.js +67 -0
- package/dist/sqlReadBackend.js.map +1 -0
- package/dist/standardVerifyWorkflowCli.d.ts +24 -0
- package/dist/standardVerifyWorkflowCli.d.ts.map +1 -0
- package/dist/standardVerifyWorkflowCli.js +95 -0
- package/dist/standardVerifyWorkflowCli.js.map +1 -0
- package/dist/taxonomyAuthority.test.d.ts +2 -0
- package/dist/taxonomyAuthority.test.d.ts.map +1 -0
- package/dist/taxonomyAuthority.test.js +44 -0
- package/dist/taxonomyAuthority.test.js.map +1 -0
- package/dist/toolsRegistryLoad.d.ts +7 -0
- package/dist/toolsRegistryLoad.d.ts.map +1 -0
- package/dist/toolsRegistryLoad.js +32 -0
- package/dist/toolsRegistryLoad.js.map +1 -0
- package/dist/truthLayerError.d.ts +8 -0
- package/dist/truthLayerError.d.ts.map +1 -0
- package/dist/truthLayerError.js +9 -0
- package/dist/truthLayerError.js.map +1 -0
- package/dist/types.d.ts +706 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +24 -0
- package/dist/types.js.map +1 -0
- package/dist/valueVerification.d.ts +12 -0
- package/dist/valueVerification.d.ts.map +1 -0
- package/dist/valueVerification.js +112 -0
- package/dist/valueVerification.js.map +1 -0
- package/dist/valueVerification.test.d.ts +2 -0
- package/dist/valueVerification.test.d.ts.map +1 -0
- package/dist/valueVerification.test.js +112 -0
- package/dist/valueVerification.test.js.map +1 -0
- package/dist/verificationAgainstSystemState.requirements.test.d.ts +2 -0
- package/dist/verificationAgainstSystemState.requirements.test.d.ts.map +1 -0
- package/dist/verificationAgainstSystemState.requirements.test.js +326 -0
- package/dist/verificationAgainstSystemState.requirements.test.js.map +1 -0
- package/dist/verificationDiagnostics.d.ts +21 -0
- package/dist/verificationDiagnostics.d.ts.map +1 -0
- package/dist/verificationDiagnostics.js +141 -0
- package/dist/verificationDiagnostics.js.map +1 -0
- package/dist/verificationDiagnostics.test.d.ts +2 -0
- package/dist/verificationDiagnostics.test.d.ts.map +1 -0
- package/dist/verificationDiagnostics.test.js +228 -0
- package/dist/verificationDiagnostics.test.js.map +1 -0
- package/dist/verificationPolicy.d.ts +33 -0
- package/dist/verificationPolicy.d.ts.map +1 -0
- package/dist/verificationPolicy.js +495 -0
- package/dist/verificationPolicy.js.map +1 -0
- package/dist/verificationPolicy.test.d.ts +2 -0
- package/dist/verificationPolicy.test.d.ts.map +1 -0
- package/dist/verificationPolicy.test.js +252 -0
- package/dist/verificationPolicy.test.js.map +1 -0
- package/dist/verificationRunContext.d.ts +10 -0
- package/dist/verificationRunContext.d.ts.map +1 -0
- package/dist/verificationRunContext.js +111 -0
- package/dist/verificationRunContext.js.map +1 -0
- package/dist/verificationUserPhrases.d.ts +22 -0
- package/dist/verificationUserPhrases.d.ts.map +1 -0
- package/dist/verificationUserPhrases.js +99 -0
- package/dist/verificationUserPhrases.js.map +1 -0
- package/dist/verificationUserPhrases.test.d.ts +2 -0
- package/dist/verificationUserPhrases.test.d.ts.map +1 -0
- package/dist/verificationUserPhrases.test.js +47 -0
- package/dist/verificationUserPhrases.test.js.map +1 -0
- package/dist/verifyRunBundleSignature.d.ts +14 -0
- package/dist/verifyRunBundleSignature.d.ts.map +1 -0
- package/dist/verifyRunBundleSignature.js +139 -0
- package/dist/verifyRunBundleSignature.js.map +1 -0
- package/dist/verifyRunBundleSignature.test.d.ts +2 -0
- package/dist/verifyRunBundleSignature.test.d.ts.map +1 -0
- package/dist/verifyRunBundleSignature.test.js +169 -0
- package/dist/verifyRunBundleSignature.test.js.map +1 -0
- package/dist/wireReasonCodes.d.ts +57 -0
- package/dist/wireReasonCodes.d.ts.map +1 -0
- package/dist/wireReasonCodes.js +57 -0
- package/dist/wireReasonCodes.js.map +1 -0
- package/dist/wireReasonEmittersGuard.test.d.ts +2 -0
- package/dist/wireReasonEmittersGuard.test.d.ts.map +1 -0
- package/dist/wireReasonEmittersGuard.test.js +36 -0
- package/dist/wireReasonEmittersGuard.test.js.map +1 -0
- package/dist/withWorkflowVerification.persistBundle.test.d.ts +2 -0
- package/dist/withWorkflowVerification.persistBundle.test.d.ts.map +1 -0
- package/dist/withWorkflowVerification.persistBundle.test.js +104 -0
- package/dist/withWorkflowVerification.persistBundle.test.js.map +1 -0
- package/dist/workflowResultNormalize.d.ts +9 -0
- package/dist/workflowResultNormalize.d.ts.map +1 -0
- package/dist/workflowResultNormalize.js +40 -0
- package/dist/workflowResultNormalize.js.map +1 -0
- package/dist/workflowResultSignature.d.ts +8 -0
- package/dist/workflowResultSignature.d.ts.map +1 -0
- package/dist/workflowResultSignature.js +44 -0
- package/dist/workflowResultSignature.js.map +1 -0
- package/dist/workflowRunLevelConsistency.d.ts +5 -0
- package/dist/workflowRunLevelConsistency.d.ts.map +1 -0
- package/dist/workflowRunLevelConsistency.js +30 -0
- package/dist/workflowRunLevelConsistency.js.map +1 -0
- package/dist/workflowTruthReport.d.ts +24 -0
- package/dist/workflowTruthReport.d.ts.map +1 -0
- package/dist/workflowTruthReport.js +395 -0
- package/dist/workflowTruthReport.js.map +1 -0
- package/dist/workflowTruthReport.semantics.test.d.ts +2 -0
- package/dist/workflowTruthReport.semantics.test.d.ts.map +1 -0
- package/dist/workflowTruthReport.semantics.test.js +182 -0
- package/dist/workflowTruthReport.semantics.test.js.map +1 -0
- package/dist/workflowVerdictSurface.test.d.ts +2 -0
- package/dist/workflowVerdictSurface.test.d.ts.map +1 -0
- package/dist/workflowVerdictSurface.test.js +68 -0
- package/dist/workflowVerdictSurface.test.js.map +1 -0
- package/dist/writeRunBundleCli.d.ts +9 -0
- package/dist/writeRunBundleCli.d.ts.map +1 -0
- package/dist/writeRunBundleCli.js +28 -0
- package/dist/writeRunBundleCli.js.map +1 -0
- package/package.json +115 -0
- package/schemas/agent-run-record-v1.schema.json +51 -0
- package/schemas/agent-run-record-v2.schema.json +61 -0
- package/schemas/assurance-manifest-v1.schema.json +28 -0
- package/schemas/assurance-run-report-v1.schema.json +28 -0
- package/schemas/ci-lock-v1.schema.json +163 -0
- package/schemas/cli-error-envelope.schema.json +48 -0
- package/schemas/event.schema.json +111 -0
- package/schemas/execution-trace-view.schema.json +122 -0
- package/schemas/openapi-commercial-v1.in.yaml +215 -0
- package/schemas/openapi-commercial-v1.yaml +215 -0
- package/schemas/plan-validation-core.schema.json +95 -0
- package/schemas/public-verification-report-v1.schema.json +51 -0
- package/schemas/quick-verify-report.schema.json +251 -0
- package/schemas/registry-validation-result.schema.json +99 -0
- package/schemas/run-comparison-report.schema.json +513 -0
- package/schemas/tools-registry-export.schema.json +9 -0
- package/schemas/tools-registry.schema.json +284 -0
- package/schemas/workflow-engine-result.schema.json +591 -0
- package/schemas/workflow-result-compare-input.schema.json +15 -0
- package/schemas/workflow-result-signature.schema.json +20 -0
- package/schemas/workflow-result-v9.schema.json +85 -0
- package/schemas/workflow-result.schema.json +80 -0
- package/schemas/workflow-truth-report.schema.json +761 -0
- package/scripts/discovery-acquisition.lib.cjs +195 -0
- package/scripts/discovery-payload.lib.cjs +346 -0
- package/scripts/render-discovery-ci.mjs +103 -0
|
@@ -0,0 +1,761 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "https://agentskeptic.com/schemas/workflow-truth-report.schema.json",
|
|
3
|
+
"title": "WorkflowTruthReport",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"additionalProperties": false,
|
|
6
|
+
"required": [
|
|
7
|
+
"schemaVersion",
|
|
8
|
+
"workflowId",
|
|
9
|
+
"workflowStatus",
|
|
10
|
+
"trustSummary",
|
|
11
|
+
"runLevelIssues",
|
|
12
|
+
"eventSequence",
|
|
13
|
+
"steps",
|
|
14
|
+
"failureAnalysis",
|
|
15
|
+
"failureExplanation",
|
|
16
|
+
"correctnessDefinition",
|
|
17
|
+
"executionPathFindings",
|
|
18
|
+
"executionPathSummary"
|
|
19
|
+
],
|
|
20
|
+
"properties": {
|
|
21
|
+
"schemaVersion": { "const": 9 },
|
|
22
|
+
"workflowId": { "type": "string" },
|
|
23
|
+
"workflowStatus": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"enum": ["complete", "incomplete", "inconsistent"]
|
|
26
|
+
},
|
|
27
|
+
"trustSummary": { "type": "string" },
|
|
28
|
+
"runLevelIssues": {
|
|
29
|
+
"type": "array",
|
|
30
|
+
"items": { "$ref": "#/$defs/truthIssue" }
|
|
31
|
+
},
|
|
32
|
+
"eventSequence": {
|
|
33
|
+
"oneOf": [
|
|
34
|
+
{
|
|
35
|
+
"type": "object",
|
|
36
|
+
"additionalProperties": false,
|
|
37
|
+
"required": ["kind"],
|
|
38
|
+
"properties": {
|
|
39
|
+
"kind": { "const": "normal" }
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"type": "object",
|
|
44
|
+
"additionalProperties": false,
|
|
45
|
+
"required": ["kind", "issues"],
|
|
46
|
+
"properties": {
|
|
47
|
+
"kind": { "const": "irregular" },
|
|
48
|
+
"issues": {
|
|
49
|
+
"type": "array",
|
|
50
|
+
"minItems": 1,
|
|
51
|
+
"items": { "$ref": "#/$defs/truthIssue" }
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
"steps": {
|
|
58
|
+
"type": "array",
|
|
59
|
+
"items": { "$ref": "#/$defs/truthStep" }
|
|
60
|
+
},
|
|
61
|
+
"failureAnalysis": {
|
|
62
|
+
"oneOf": [{ "type": "null" }, { "$ref": "#/$defs/failureAnalysis" }]
|
|
63
|
+
},
|
|
64
|
+
"failureExplanation": {
|
|
65
|
+
"oneOf": [{ "type": "null" }, { "$ref": "#/$defs/failureExplanationV1" }]
|
|
66
|
+
},
|
|
67
|
+
"correctnessDefinition": {
|
|
68
|
+
"oneOf": [{ "type": "null" }, { "$ref": "#/$defs/correctnessDefinitionV1" }]
|
|
69
|
+
},
|
|
70
|
+
"executionPathFindings": {
|
|
71
|
+
"type": "array",
|
|
72
|
+
"items": { "$ref": "#/$defs/executionPathFinding" }
|
|
73
|
+
},
|
|
74
|
+
"executionPathSummary": { "type": "string", "maxLength": 4096 }
|
|
75
|
+
},
|
|
76
|
+
"allOf": [
|
|
77
|
+
{
|
|
78
|
+
"if": {
|
|
79
|
+
"properties": { "workflowStatus": { "const": "complete" } },
|
|
80
|
+
"required": ["workflowStatus"]
|
|
81
|
+
},
|
|
82
|
+
"then": {
|
|
83
|
+
"properties": {
|
|
84
|
+
"failureExplanation": { "type": "null" },
|
|
85
|
+
"failureAnalysis": { "type": "null" },
|
|
86
|
+
"correctnessDefinition": { "type": "null" }
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"if": {
|
|
92
|
+
"properties": {
|
|
93
|
+
"workflowStatus": { "enum": ["incomplete", "inconsistent"] }
|
|
94
|
+
},
|
|
95
|
+
"required": ["workflowStatus"]
|
|
96
|
+
},
|
|
97
|
+
"then": {
|
|
98
|
+
"properties": {
|
|
99
|
+
"failureExplanation": { "$ref": "#/$defs/failureExplanationV1" },
|
|
100
|
+
"failureAnalysis": { "$ref": "#/$defs/failureAnalysis" },
|
|
101
|
+
"correctnessDefinition": { "$ref": "#/$defs/correctnessDefinitionV1" }
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"$defs": {
|
|
107
|
+
"failureExplanationFactId": {
|
|
108
|
+
"type": "string",
|
|
109
|
+
"enum": [
|
|
110
|
+
"trust_summary",
|
|
111
|
+
"workflow_status",
|
|
112
|
+
"verification_policy",
|
|
113
|
+
"primary_origin",
|
|
114
|
+
"classification_confidence",
|
|
115
|
+
"failure_analysis_summary",
|
|
116
|
+
"primary_scope",
|
|
117
|
+
"primary_codes",
|
|
118
|
+
"primary_ingest_index",
|
|
119
|
+
"primary_tool_id",
|
|
120
|
+
"primary_source",
|
|
121
|
+
"primary_run_event_id",
|
|
122
|
+
"primary_seq",
|
|
123
|
+
"primary_effect_id",
|
|
124
|
+
"verify_target",
|
|
125
|
+
"intended_effect_narrative",
|
|
126
|
+
"evidence_summary_field",
|
|
127
|
+
"evidence_summary_expected",
|
|
128
|
+
"evidence_summary_actual",
|
|
129
|
+
"evidence_summary_row_count"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
"failureExplanationUnknownId": {
|
|
133
|
+
"type": "string",
|
|
134
|
+
"enum": ["unknown_reason_code", "classification_confidence_band", "competing_hypothesis"]
|
|
135
|
+
},
|
|
136
|
+
"failureExplanationFactRow": {
|
|
137
|
+
"type": "object",
|
|
138
|
+
"additionalProperties": false,
|
|
139
|
+
"required": ["id", "value"],
|
|
140
|
+
"properties": {
|
|
141
|
+
"id": { "$ref": "#/$defs/failureExplanationFactId" },
|
|
142
|
+
"value": { "type": "string", "maxLength": 4096 }
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"failureExplanationUnknownRow": {
|
|
146
|
+
"type": "object",
|
|
147
|
+
"additionalProperties": false,
|
|
148
|
+
"required": ["id", "value"],
|
|
149
|
+
"properties": {
|
|
150
|
+
"id": { "$ref": "#/$defs/failureExplanationUnknownId" },
|
|
151
|
+
"value": { "type": "string", "maxLength": 4096 }
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"failureExplanationV1": {
|
|
155
|
+
"type": "object",
|
|
156
|
+
"additionalProperties": false,
|
|
157
|
+
"required": ["schemaVersion", "expected", "observed", "divergence", "knownFacts", "unknowns"],
|
|
158
|
+
"properties": {
|
|
159
|
+
"schemaVersion": { "const": 1 },
|
|
160
|
+
"expected": { "type": "string", "maxLength": 2048 },
|
|
161
|
+
"observed": { "type": "string", "maxLength": 2048 },
|
|
162
|
+
"divergence": { "type": "string", "maxLength": 2048 },
|
|
163
|
+
"knownFacts": {
|
|
164
|
+
"type": "array",
|
|
165
|
+
"minItems": 1,
|
|
166
|
+
"items": { "$ref": "#/$defs/failureExplanationFactRow" }
|
|
167
|
+
},
|
|
168
|
+
"unknowns": {
|
|
169
|
+
"type": "array",
|
|
170
|
+
"items": { "$ref": "#/$defs/failureExplanationUnknownRow" }
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"pathConcernCategory": {
|
|
175
|
+
"type": "string",
|
|
176
|
+
"enum": [
|
|
177
|
+
"context_quality",
|
|
178
|
+
"decision_execution",
|
|
179
|
+
"tool_selection_execution",
|
|
180
|
+
"action_inputs_invalid",
|
|
181
|
+
"workflow_completeness",
|
|
182
|
+
"capture_integrity"
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
"pathFindingSeverity": {
|
|
186
|
+
"type": "string",
|
|
187
|
+
"enum": ["high", "medium", "low"]
|
|
188
|
+
},
|
|
189
|
+
"executionPathEvidence": {
|
|
190
|
+
"type": "object",
|
|
191
|
+
"additionalProperties": false,
|
|
192
|
+
"required": ["scope"],
|
|
193
|
+
"properties": {
|
|
194
|
+
"scope": {
|
|
195
|
+
"type": "string",
|
|
196
|
+
"enum": ["run_context", "run_level", "event_sequence", "step"]
|
|
197
|
+
},
|
|
198
|
+
"codes": {
|
|
199
|
+
"type": "array",
|
|
200
|
+
"items": { "type": "string" }
|
|
201
|
+
},
|
|
202
|
+
"ingestIndex": { "type": "integer", "minimum": 0 },
|
|
203
|
+
"seq": { "type": "integer", "minimum": 0 },
|
|
204
|
+
"toolId": { "type": "string" },
|
|
205
|
+
"source": { "type": "string" },
|
|
206
|
+
"runEventId": { "type": ["string", "null"] }
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"executionPathFinding": {
|
|
210
|
+
"type": "object",
|
|
211
|
+
"additionalProperties": false,
|
|
212
|
+
"required": ["code", "severity", "concernCategory", "message", "evidence"],
|
|
213
|
+
"properties": {
|
|
214
|
+
"code": { "type": "string", "minLength": 1 },
|
|
215
|
+
"severity": { "$ref": "#/$defs/pathFindingSeverity" },
|
|
216
|
+
"concernCategory": { "$ref": "#/$defs/pathConcernCategory" },
|
|
217
|
+
"message": { "type": "string", "maxLength": 2048 },
|
|
218
|
+
"evidence": { "$ref": "#/$defs/executionPathEvidence" }
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"failureOrigin": {
|
|
222
|
+
"type": "string",
|
|
223
|
+
"enum": [
|
|
224
|
+
"decision_making",
|
|
225
|
+
"inputs",
|
|
226
|
+
"retrieval",
|
|
227
|
+
"tool_use",
|
|
228
|
+
"workflow_flow",
|
|
229
|
+
"downstream_system_state"
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
"failureConfidence": {
|
|
233
|
+
"type": "string",
|
|
234
|
+
"enum": ["high", "medium", "low"]
|
|
235
|
+
},
|
|
236
|
+
"failureAnalysisEvidence": {
|
|
237
|
+
"type": "object",
|
|
238
|
+
"additionalProperties": false,
|
|
239
|
+
"required": ["scope"],
|
|
240
|
+
"properties": {
|
|
241
|
+
"scope": {
|
|
242
|
+
"type": "string",
|
|
243
|
+
"enum": ["run_context", "run_level", "event_sequence", "step", "effect"]
|
|
244
|
+
},
|
|
245
|
+
"codes": {
|
|
246
|
+
"type": "array",
|
|
247
|
+
"items": { "type": "string" }
|
|
248
|
+
},
|
|
249
|
+
"ingestIndex": { "type": "integer", "minimum": 0 },
|
|
250
|
+
"seq": { "type": "integer", "minimum": 0 },
|
|
251
|
+
"toolId": { "type": "string" },
|
|
252
|
+
"effectId": { "type": "string" },
|
|
253
|
+
"source": { "type": "string" },
|
|
254
|
+
"runEventId": { "type": ["string", "null"] }
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"failureAnalysisAlternative": {
|
|
258
|
+
"type": "object",
|
|
259
|
+
"additionalProperties": false,
|
|
260
|
+
"required": ["primaryOrigin", "rationale"],
|
|
261
|
+
"properties": {
|
|
262
|
+
"primaryOrigin": { "$ref": "#/$defs/failureOrigin" },
|
|
263
|
+
"rationale": { "type": "string", "maxLength": 2048 }
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"actionableFailureCategory": {
|
|
267
|
+
"type": "string",
|
|
268
|
+
"enum": [
|
|
269
|
+
"decision_error",
|
|
270
|
+
"bad_input",
|
|
271
|
+
"retrieval_failure",
|
|
272
|
+
"control_flow_problem",
|
|
273
|
+
"state_inconsistency",
|
|
274
|
+
"downstream_execution_failure",
|
|
275
|
+
"ambiguous",
|
|
276
|
+
"unclassified"
|
|
277
|
+
]
|
|
278
|
+
},
|
|
279
|
+
"actionableFailureSeverity": {
|
|
280
|
+
"type": "string",
|
|
281
|
+
"enum": ["high", "medium", "low"]
|
|
282
|
+
},
|
|
283
|
+
"recommendedAction": {
|
|
284
|
+
"type": "string",
|
|
285
|
+
"enum": [
|
|
286
|
+
"none",
|
|
287
|
+
"manual_review",
|
|
288
|
+
"deduplicate",
|
|
289
|
+
"reconcile_downstream_state",
|
|
290
|
+
"correct_verification_inputs",
|
|
291
|
+
"improve_read_connectivity",
|
|
292
|
+
"resolve_multi_effect_failures",
|
|
293
|
+
"align_tool_observations",
|
|
294
|
+
"fix_event_ingest_and_steps",
|
|
295
|
+
"fix_event_sequence_order",
|
|
296
|
+
"fix_run_context_controls",
|
|
297
|
+
"fix_cli_usage",
|
|
298
|
+
"fix_registry_events_or_compare_files",
|
|
299
|
+
"fix_verification_database_connection",
|
|
300
|
+
"fix_saved_workflow_json",
|
|
301
|
+
"fix_compare_workflow_inputs",
|
|
302
|
+
"fix_execution_trace_structure",
|
|
303
|
+
"fix_verification_policy_and_hook",
|
|
304
|
+
"fix_plan_document_and_patterns",
|
|
305
|
+
"fix_plan_transition_cli_and_refs",
|
|
306
|
+
"upgrade_git_or_retry_git"
|
|
307
|
+
]
|
|
308
|
+
},
|
|
309
|
+
"actionableFailure": {
|
|
310
|
+
"type": "object",
|
|
311
|
+
"additionalProperties": false,
|
|
312
|
+
"required": ["category", "severity", "recommendedAction", "automationSafe"],
|
|
313
|
+
"properties": {
|
|
314
|
+
"category": { "$ref": "#/$defs/actionableFailureCategory" },
|
|
315
|
+
"severity": { "$ref": "#/$defs/actionableFailureSeverity" },
|
|
316
|
+
"recommendedAction": { "$ref": "#/$defs/recommendedAction" },
|
|
317
|
+
"automationSafe": { "type": "boolean" }
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"failureAnalysis": {
|
|
321
|
+
"type": "object",
|
|
322
|
+
"additionalProperties": false,
|
|
323
|
+
"required": [
|
|
324
|
+
"summary",
|
|
325
|
+
"primaryOrigin",
|
|
326
|
+
"confidence",
|
|
327
|
+
"unknownReasonCodes",
|
|
328
|
+
"evidence",
|
|
329
|
+
"actionableFailure"
|
|
330
|
+
],
|
|
331
|
+
"properties": {
|
|
332
|
+
"summary": { "type": "string", "maxLength": 2048 },
|
|
333
|
+
"primaryOrigin": { "$ref": "#/$defs/failureOrigin" },
|
|
334
|
+
"confidence": { "$ref": "#/$defs/failureConfidence" },
|
|
335
|
+
"unknownReasonCodes": {
|
|
336
|
+
"type": "array",
|
|
337
|
+
"items": { "type": "string" }
|
|
338
|
+
},
|
|
339
|
+
"evidence": {
|
|
340
|
+
"type": "array",
|
|
341
|
+
"minItems": 1,
|
|
342
|
+
"items": { "$ref": "#/$defs/failureAnalysisEvidence" }
|
|
343
|
+
},
|
|
344
|
+
"alternativeHypotheses": {
|
|
345
|
+
"type": "array",
|
|
346
|
+
"items": { "$ref": "#/$defs/failureAnalysisAlternative" }
|
|
347
|
+
},
|
|
348
|
+
"actionableFailure": { "$ref": "#/$defs/actionableFailure" }
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"truthIssue": {
|
|
352
|
+
"type": "object",
|
|
353
|
+
"additionalProperties": false,
|
|
354
|
+
"required": ["code", "message", "category"],
|
|
355
|
+
"properties": {
|
|
356
|
+
"code": { "type": "string" },
|
|
357
|
+
"message": { "type": "string" },
|
|
358
|
+
"category": {
|
|
359
|
+
"type": "string",
|
|
360
|
+
"enum": [
|
|
361
|
+
"workflow_execution",
|
|
362
|
+
"verification_setup",
|
|
363
|
+
"observation_uncertainty"
|
|
364
|
+
]
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"reason": {
|
|
369
|
+
"type": "object",
|
|
370
|
+
"additionalProperties": false,
|
|
371
|
+
"required": ["code", "message"],
|
|
372
|
+
"properties": {
|
|
373
|
+
"code": { "type": "string" },
|
|
374
|
+
"message": { "type": "string" },
|
|
375
|
+
"field": { "type": "string" }
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"truthEffect": {
|
|
379
|
+
"type": "object",
|
|
380
|
+
"additionalProperties": false,
|
|
381
|
+
"required": ["id", "outcomeLabel", "reasons"],
|
|
382
|
+
"properties": {
|
|
383
|
+
"id": { "type": "string" },
|
|
384
|
+
"outcomeLabel": {
|
|
385
|
+
"type": "string",
|
|
386
|
+
"enum": [
|
|
387
|
+
"VERIFIED",
|
|
388
|
+
"FAILED_ROW_MISSING",
|
|
389
|
+
"FAILED_VALUE_MISMATCH",
|
|
390
|
+
"INCOMPLETE_CANNOT_VERIFY"
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
"reasons": {
|
|
394
|
+
"type": "array",
|
|
395
|
+
"items": { "$ref": "#/$defs/reason" }
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"truthStep": {
|
|
400
|
+
"allOf": [
|
|
401
|
+
{
|
|
402
|
+
"type": "object",
|
|
403
|
+
"additionalProperties": false,
|
|
404
|
+
"required": [
|
|
405
|
+
"seq",
|
|
406
|
+
"toolId",
|
|
407
|
+
"outcomeLabel",
|
|
408
|
+
"observations",
|
|
409
|
+
"reasons",
|
|
410
|
+
"intendedEffect",
|
|
411
|
+
"observedExecution",
|
|
412
|
+
"verifyTarget",
|
|
413
|
+
"observedStateSummary"
|
|
414
|
+
],
|
|
415
|
+
"properties": {
|
|
416
|
+
"seq": { "type": "integer", "minimum": 0 },
|
|
417
|
+
"toolId": { "type": "string" },
|
|
418
|
+
"outcomeLabel": {
|
|
419
|
+
"type": "string",
|
|
420
|
+
"enum": [
|
|
421
|
+
"VERIFIED",
|
|
422
|
+
"FAILED_ROW_MISSING",
|
|
423
|
+
"FAILED_VALUE_MISMATCH",
|
|
424
|
+
"INCOMPLETE_CANNOT_VERIFY",
|
|
425
|
+
"PARTIALLY_VERIFIED",
|
|
426
|
+
"UNCERTAIN_NOT_OBSERVED_WITHIN_WINDOW"
|
|
427
|
+
]
|
|
428
|
+
},
|
|
429
|
+
"observations": {
|
|
430
|
+
"type": "object",
|
|
431
|
+
"additionalProperties": false,
|
|
432
|
+
"required": ["evaluatedOrdinal", "repeatCount"],
|
|
433
|
+
"properties": {
|
|
434
|
+
"evaluatedOrdinal": { "type": "integer", "minimum": 1 },
|
|
435
|
+
"repeatCount": { "type": "integer", "minimum": 1 }
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"reasons": {
|
|
439
|
+
"type": "array",
|
|
440
|
+
"items": { "$ref": "#/$defs/reason" }
|
|
441
|
+
},
|
|
442
|
+
"intendedEffect": {
|
|
443
|
+
"type": "object",
|
|
444
|
+
"additionalProperties": false,
|
|
445
|
+
"required": ["narrative"],
|
|
446
|
+
"properties": {
|
|
447
|
+
"narrative": { "type": "string" }
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"observedExecution": {
|
|
451
|
+
"type": "object",
|
|
452
|
+
"additionalProperties": false,
|
|
453
|
+
"required": ["paramsCanonical"],
|
|
454
|
+
"properties": {
|
|
455
|
+
"paramsCanonical": { "type": "string" }
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"failureCategory": {
|
|
459
|
+
"type": "string",
|
|
460
|
+
"enum": [
|
|
461
|
+
"workflow_execution",
|
|
462
|
+
"verification_setup",
|
|
463
|
+
"observation_uncertainty"
|
|
464
|
+
]
|
|
465
|
+
},
|
|
466
|
+
"verifyTarget": {
|
|
467
|
+
"type": ["string", "null"]
|
|
468
|
+
},
|
|
469
|
+
"observedStateSummary": { "type": "string" },
|
|
470
|
+
"effects": {
|
|
471
|
+
"type": "array",
|
|
472
|
+
"minItems": 1,
|
|
473
|
+
"items": { "$ref": "#/$defs/truthEffect" }
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"if": {
|
|
479
|
+
"type": "object",
|
|
480
|
+
"required": ["outcomeLabel"],
|
|
481
|
+
"properties": { "outcomeLabel": { "const": "VERIFIED" } }
|
|
482
|
+
},
|
|
483
|
+
"then": {
|
|
484
|
+
"type": "object",
|
|
485
|
+
"properties": { "failureCategory": false }
|
|
486
|
+
},
|
|
487
|
+
"else": {
|
|
488
|
+
"type": "object",
|
|
489
|
+
"required": ["failureCategory"]
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
]
|
|
493
|
+
},
|
|
494
|
+
"correctnessEnforcementKind": {
|
|
495
|
+
"type": "string",
|
|
496
|
+
"enum": [
|
|
497
|
+
"run_ingest_integrity",
|
|
498
|
+
"event_capture_integrity",
|
|
499
|
+
"run_context_fairness",
|
|
500
|
+
"step_sql_expectation",
|
|
501
|
+
"plan_transition_expectation",
|
|
502
|
+
"quick_inferred_sql_row",
|
|
503
|
+
"quick_inferred_relational",
|
|
504
|
+
"quick_mapping_gap"
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
"correctnessRequiredUpstreamContract": {
|
|
508
|
+
"type": "string",
|
|
509
|
+
"enum": [
|
|
510
|
+
"retrieval_ok_before_observation",
|
|
511
|
+
"model_turn_completed_before_observation",
|
|
512
|
+
"no_interrupt_before_observation",
|
|
513
|
+
"branch_not_skipped_before_observation",
|
|
514
|
+
"gate_not_skipped_before_observation",
|
|
515
|
+
"tool_not_skipped_before_observation"
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
"correctnessIngestContractRequirement": {
|
|
519
|
+
"type": "string",
|
|
520
|
+
"enum": ["no_run_level_failures", "non_empty_tool_observed_steps"]
|
|
521
|
+
},
|
|
522
|
+
"correctnessRemediationAlignment": {
|
|
523
|
+
"type": "object",
|
|
524
|
+
"additionalProperties": false,
|
|
525
|
+
"required": ["recommendedAction", "automationSafe"],
|
|
526
|
+
"properties": {
|
|
527
|
+
"recommendedAction": { "$ref": "#/$defs/recommendedAction" },
|
|
528
|
+
"automationSafe": { "type": "boolean" }
|
|
529
|
+
}
|
|
530
|
+
},
|
|
531
|
+
"correctnessEnforceableProjection": {
|
|
532
|
+
"oneOf": [
|
|
533
|
+
{
|
|
534
|
+
"type": "object",
|
|
535
|
+
"additionalProperties": false,
|
|
536
|
+
"required": [
|
|
537
|
+
"projectionKind",
|
|
538
|
+
"workflowId",
|
|
539
|
+
"verificationPolicyFragment",
|
|
540
|
+
"primaryFailureCodes",
|
|
541
|
+
"ingestContractRequirement"
|
|
542
|
+
],
|
|
543
|
+
"properties": {
|
|
544
|
+
"projectionKind": { "const": "run_ingest_integrity" },
|
|
545
|
+
"workflowId": { "type": "string" },
|
|
546
|
+
"verificationPolicyFragment": { "type": "string" },
|
|
547
|
+
"primaryFailureCodes": {
|
|
548
|
+
"type": "array",
|
|
549
|
+
"items": { "type": "string" }
|
|
550
|
+
},
|
|
551
|
+
"ingestContractRequirement": { "$ref": "#/$defs/correctnessIngestContractRequirement" }
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"type": "object",
|
|
556
|
+
"additionalProperties": false,
|
|
557
|
+
"required": [
|
|
558
|
+
"projectionKind",
|
|
559
|
+
"workflowId",
|
|
560
|
+
"verificationPolicyFragment",
|
|
561
|
+
"forbiddenEventSequenceCodes"
|
|
562
|
+
],
|
|
563
|
+
"properties": {
|
|
564
|
+
"projectionKind": { "const": "event_capture_integrity" },
|
|
565
|
+
"workflowId": { "type": "string" },
|
|
566
|
+
"verificationPolicyFragment": { "type": "string" },
|
|
567
|
+
"forbiddenEventSequenceCodes": {
|
|
568
|
+
"type": "array",
|
|
569
|
+
"items": { "type": "string" }
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"type": "object",
|
|
575
|
+
"additionalProperties": false,
|
|
576
|
+
"required": [
|
|
577
|
+
"projectionKind",
|
|
578
|
+
"workflowId",
|
|
579
|
+
"verificationPolicyFragment",
|
|
580
|
+
"ingestIndex",
|
|
581
|
+
"requiredUpstreamContract",
|
|
582
|
+
"primaryRunContextCodes"
|
|
583
|
+
],
|
|
584
|
+
"properties": {
|
|
585
|
+
"projectionKind": { "const": "run_context_fairness" },
|
|
586
|
+
"workflowId": { "type": "string" },
|
|
587
|
+
"verificationPolicyFragment": { "type": "string" },
|
|
588
|
+
"ingestIndex": { "type": "integer", "minimum": 0 },
|
|
589
|
+
"requiredUpstreamContract": { "$ref": "#/$defs/correctnessRequiredUpstreamContract" },
|
|
590
|
+
"primaryRunContextCodes": {
|
|
591
|
+
"type": "array",
|
|
592
|
+
"items": { "type": "string" }
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"type": "object",
|
|
598
|
+
"additionalProperties": false,
|
|
599
|
+
"required": [
|
|
600
|
+
"projectionKind",
|
|
601
|
+
"workflowId",
|
|
602
|
+
"verificationPolicyFragment",
|
|
603
|
+
"seq",
|
|
604
|
+
"toolId",
|
|
605
|
+
"verificationRequest"
|
|
606
|
+
],
|
|
607
|
+
"properties": {
|
|
608
|
+
"projectionKind": { "const": "step_sql_expectation" },
|
|
609
|
+
"workflowId": { "type": "string" },
|
|
610
|
+
"verificationPolicyFragment": { "type": "string" },
|
|
611
|
+
"seq": { "type": "integer", "minimum": 0 },
|
|
612
|
+
"toolId": { "type": "string" },
|
|
613
|
+
"verificationRequest": {
|
|
614
|
+
"oneOf": [
|
|
615
|
+
{ "type": "null" },
|
|
616
|
+
{
|
|
617
|
+
"$ref": "https://agentskeptic.com/schemas/workflow-engine-result.schema.json#/$defs/verificationRequestSqlRow"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"$ref": "https://agentskeptic.com/schemas/workflow-engine-result.schema.json#/$defs/verificationRequestSqlRowAbsent"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"$ref": "https://agentskeptic.com/schemas/workflow-engine-result.schema.json#/$defs/verificationRequestSqlEffects"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"$ref": "https://agentskeptic.com/schemas/workflow-engine-result.schema.json#/$defs/verificationRequestSqlRelational"
|
|
627
|
+
}
|
|
628
|
+
]
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"type": "object",
|
|
634
|
+
"additionalProperties": false,
|
|
635
|
+
"required": [
|
|
636
|
+
"projectionKind",
|
|
637
|
+
"workflowId",
|
|
638
|
+
"verificationPolicyFragment",
|
|
639
|
+
"seq",
|
|
640
|
+
"toolId",
|
|
641
|
+
"verifyTarget",
|
|
642
|
+
"primaryCodes"
|
|
643
|
+
],
|
|
644
|
+
"properties": {
|
|
645
|
+
"projectionKind": { "const": "plan_transition_expectation" },
|
|
646
|
+
"workflowId": { "type": "string" },
|
|
647
|
+
"verificationPolicyFragment": { "type": "string" },
|
|
648
|
+
"seq": { "type": "integer", "minimum": 0 },
|
|
649
|
+
"toolId": { "type": "string" },
|
|
650
|
+
"verifyTarget": { "type": ["string", "null"] },
|
|
651
|
+
"primaryCodes": {
|
|
652
|
+
"type": "array",
|
|
653
|
+
"items": { "type": "string" }
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"type": "object",
|
|
659
|
+
"additionalProperties": false,
|
|
660
|
+
"required": [
|
|
661
|
+
"projectionKind",
|
|
662
|
+
"quickProvisional",
|
|
663
|
+
"unitId",
|
|
664
|
+
"toolName",
|
|
665
|
+
"actionIndex",
|
|
666
|
+
"table",
|
|
667
|
+
"sqlRowRequest"
|
|
668
|
+
],
|
|
669
|
+
"properties": {
|
|
670
|
+
"projectionKind": { "const": "quick_inferred_sql_row" },
|
|
671
|
+
"quickProvisional": { "const": true },
|
|
672
|
+
"unitId": { "type": "string", "minLength": 1 },
|
|
673
|
+
"toolName": { "type": "string" },
|
|
674
|
+
"actionIndex": { "type": "integer", "minimum": 0 },
|
|
675
|
+
"table": { "type": "string" },
|
|
676
|
+
"sqlRowRequest": {
|
|
677
|
+
"$ref": "https://agentskeptic.com/schemas/workflow-engine-result.schema.json#/$defs/verificationRequestSqlRow"
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"type": "object",
|
|
683
|
+
"additionalProperties": false,
|
|
684
|
+
"required": [
|
|
685
|
+
"projectionKind",
|
|
686
|
+
"quickProvisional",
|
|
687
|
+
"unitId",
|
|
688
|
+
"toolName",
|
|
689
|
+
"actionIndex",
|
|
690
|
+
"childTable",
|
|
691
|
+
"checkId",
|
|
692
|
+
"matchEq"
|
|
693
|
+
],
|
|
694
|
+
"properties": {
|
|
695
|
+
"projectionKind": { "const": "quick_inferred_relational" },
|
|
696
|
+
"quickProvisional": { "const": true },
|
|
697
|
+
"unitId": { "type": "string", "minLength": 1 },
|
|
698
|
+
"toolName": { "type": "string" },
|
|
699
|
+
"actionIndex": { "type": "integer", "minimum": 0 },
|
|
700
|
+
"childTable": { "type": "string" },
|
|
701
|
+
"checkId": { "type": "string" },
|
|
702
|
+
"matchEq": {
|
|
703
|
+
"type": "array",
|
|
704
|
+
"minItems": 1,
|
|
705
|
+
"items": {
|
|
706
|
+
"$ref": "https://agentskeptic.com/schemas/workflow-engine-result.schema.json#/$defs/identityEqPair"
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"type": "object",
|
|
713
|
+
"additionalProperties": false,
|
|
714
|
+
"required": [
|
|
715
|
+
"projectionKind",
|
|
716
|
+
"quickProvisional",
|
|
717
|
+
"toolName",
|
|
718
|
+
"actionIndex",
|
|
719
|
+
"reasonCodes",
|
|
720
|
+
"table"
|
|
721
|
+
],
|
|
722
|
+
"properties": {
|
|
723
|
+
"projectionKind": { "const": "quick_mapping_gap" },
|
|
724
|
+
"quickProvisional": { "const": true },
|
|
725
|
+
"toolName": { "type": "string" },
|
|
726
|
+
"actionIndex": { "type": "integer", "minimum": 0 },
|
|
727
|
+
"reasonCodes": {
|
|
728
|
+
"type": "array",
|
|
729
|
+
"items": { "type": "string" }
|
|
730
|
+
},
|
|
731
|
+
"table": { "type": ["string", "null"] }
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
"correctnessDefinitionV1": {
|
|
737
|
+
"type": "object",
|
|
738
|
+
"additionalProperties": false,
|
|
739
|
+
"required": [
|
|
740
|
+
"schemaVersion",
|
|
741
|
+
"enforcementKind",
|
|
742
|
+
"mustAlwaysHold",
|
|
743
|
+
"enforceAs",
|
|
744
|
+
"enforceableProjection",
|
|
745
|
+
"remediationAlignment"
|
|
746
|
+
],
|
|
747
|
+
"properties": {
|
|
748
|
+
"schemaVersion": { "const": 1 },
|
|
749
|
+
"enforcementKind": { "$ref": "#/$defs/correctnessEnforcementKind" },
|
|
750
|
+
"mustAlwaysHold": { "type": "string", "maxLength": 2048 },
|
|
751
|
+
"enforceAs": {
|
|
752
|
+
"type": "array",
|
|
753
|
+
"minItems": 2,
|
|
754
|
+
"items": { "type": "string", "maxLength": 2048 }
|
|
755
|
+
},
|
|
756
|
+
"enforceableProjection": { "$ref": "#/$defs/correctnessEnforceableProjection" },
|
|
757
|
+
"remediationAlignment": { "$ref": "#/$defs/correctnessRemediationAlignment" }
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
}
|