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,498 @@
|
|
|
1
|
+
import type { FailureOrigin } from "./failureOriginTypes.js";
|
|
2
|
+
import type { ActionableFailureCategory, ActionableFailureSeverity, RecommendedActionCode } from "./types.js";
|
|
3
|
+
export type OperationalDispositionRow = {
|
|
4
|
+
origin: FailureOrigin;
|
|
5
|
+
summary: string;
|
|
6
|
+
actionableCategory: ActionableFailureCategory;
|
|
7
|
+
actionableSeverity: ActionableFailureSeverity;
|
|
8
|
+
recommendedAction: RecommendedActionCode;
|
|
9
|
+
automationSafe: boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Sole source of operational diagnosis values (origin, summary, actionable category/severity,
|
|
13
|
+
* recommendedAction, automationSafe).
|
|
14
|
+
* Catalog and actionableFailure derive exported maps from this object only.
|
|
15
|
+
*/
|
|
16
|
+
export declare const OPERATIONAL_DISPOSITION: {
|
|
17
|
+
readonly CLI_USAGE: {
|
|
18
|
+
readonly origin: "inputs";
|
|
19
|
+
readonly summary: "Invalid or incomplete CLI arguments for agentskeptic.";
|
|
20
|
+
readonly actionableCategory: "bad_input";
|
|
21
|
+
readonly actionableSeverity: "low";
|
|
22
|
+
readonly recommendedAction: "fix_cli_usage";
|
|
23
|
+
readonly automationSafe: false;
|
|
24
|
+
};
|
|
25
|
+
readonly REGISTRY_READ_FAILED: {
|
|
26
|
+
readonly origin: "inputs";
|
|
27
|
+
readonly summary: "Tools registry file could not be read.";
|
|
28
|
+
readonly actionableCategory: "bad_input";
|
|
29
|
+
readonly actionableSeverity: "medium";
|
|
30
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
31
|
+
readonly automationSafe: false;
|
|
32
|
+
};
|
|
33
|
+
readonly REGISTRY_JSON_SYNTAX: {
|
|
34
|
+
readonly origin: "inputs";
|
|
35
|
+
readonly summary: "Tools registry JSON could not be parsed.";
|
|
36
|
+
readonly actionableCategory: "bad_input";
|
|
37
|
+
readonly actionableSeverity: "medium";
|
|
38
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
39
|
+
readonly automationSafe: false;
|
|
40
|
+
};
|
|
41
|
+
readonly REGISTRY_SCHEMA_INVALID: {
|
|
42
|
+
readonly origin: "inputs";
|
|
43
|
+
readonly summary: "Tools registry failed schema validation.";
|
|
44
|
+
readonly actionableCategory: "bad_input";
|
|
45
|
+
readonly actionableSeverity: "medium";
|
|
46
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
47
|
+
readonly automationSafe: false;
|
|
48
|
+
};
|
|
49
|
+
readonly REGISTRY_DUPLICATE_TOOL_ID: {
|
|
50
|
+
readonly origin: "inputs";
|
|
51
|
+
readonly summary: "Tools registry contains duplicate toolId entries.";
|
|
52
|
+
readonly actionableCategory: "bad_input";
|
|
53
|
+
readonly actionableSeverity: "medium";
|
|
54
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
55
|
+
readonly automationSafe: false;
|
|
56
|
+
};
|
|
57
|
+
readonly EVENTS_READ_FAILED: {
|
|
58
|
+
readonly origin: "inputs";
|
|
59
|
+
readonly summary: "Events file could not be read.";
|
|
60
|
+
readonly actionableCategory: "bad_input";
|
|
61
|
+
readonly actionableSeverity: "high";
|
|
62
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
63
|
+
readonly automationSafe: false;
|
|
64
|
+
};
|
|
65
|
+
readonly SQLITE_DATABASE_OPEN_FAILED: {
|
|
66
|
+
readonly origin: "downstream_system_state";
|
|
67
|
+
readonly summary: "SQLite verification database could not be opened.";
|
|
68
|
+
readonly actionableCategory: "downstream_execution_failure";
|
|
69
|
+
readonly actionableSeverity: "high";
|
|
70
|
+
readonly recommendedAction: "fix_verification_database_connection";
|
|
71
|
+
readonly automationSafe: false;
|
|
72
|
+
};
|
|
73
|
+
readonly POSTGRES_CLIENT_SETUP_FAILED: {
|
|
74
|
+
readonly origin: "downstream_system_state";
|
|
75
|
+
readonly summary: "Postgres verification client could not be established.";
|
|
76
|
+
readonly actionableCategory: "downstream_execution_failure";
|
|
77
|
+
readonly actionableSeverity: "high";
|
|
78
|
+
readonly recommendedAction: "fix_verification_database_connection";
|
|
79
|
+
readonly automationSafe: false;
|
|
80
|
+
};
|
|
81
|
+
readonly WORKFLOW_RESULT_SCHEMA_INVALID: {
|
|
82
|
+
readonly origin: "workflow_flow";
|
|
83
|
+
readonly summary: "Emitted workflow result failed JSON schema validation.";
|
|
84
|
+
readonly actionableCategory: "control_flow_problem";
|
|
85
|
+
readonly actionableSeverity: "medium";
|
|
86
|
+
readonly recommendedAction: "fix_saved_workflow_json";
|
|
87
|
+
readonly automationSafe: false;
|
|
88
|
+
};
|
|
89
|
+
readonly INTERNAL_ERROR: {
|
|
90
|
+
readonly origin: "workflow_flow";
|
|
91
|
+
readonly summary: "Unexpected internal error in agentskeptic.";
|
|
92
|
+
readonly actionableCategory: "control_flow_problem";
|
|
93
|
+
readonly actionableSeverity: "high";
|
|
94
|
+
readonly recommendedAction: "manual_review";
|
|
95
|
+
readonly automationSafe: false;
|
|
96
|
+
};
|
|
97
|
+
readonly COMPARE_USAGE: {
|
|
98
|
+
readonly origin: "workflow_flow";
|
|
99
|
+
readonly summary: "Invalid or incomplete arguments for agentskeptic compare.";
|
|
100
|
+
readonly actionableCategory: "bad_input";
|
|
101
|
+
readonly actionableSeverity: "low";
|
|
102
|
+
readonly recommendedAction: "fix_cli_usage";
|
|
103
|
+
readonly automationSafe: false;
|
|
104
|
+
};
|
|
105
|
+
readonly COMPARE_INSUFFICIENT_RUNS: {
|
|
106
|
+
readonly origin: "workflow_flow";
|
|
107
|
+
readonly summary: "compare requires at least two WorkflowResult inputs.";
|
|
108
|
+
readonly actionableCategory: "control_flow_problem";
|
|
109
|
+
readonly actionableSeverity: "low";
|
|
110
|
+
readonly recommendedAction: "fix_cli_usage";
|
|
111
|
+
readonly automationSafe: false;
|
|
112
|
+
};
|
|
113
|
+
readonly COMPARE_WORKFLOW_ID_MISMATCH: {
|
|
114
|
+
readonly origin: "workflow_flow";
|
|
115
|
+
readonly summary: "Compared WorkflowResult files use different workflowId values.";
|
|
116
|
+
readonly actionableCategory: "control_flow_problem";
|
|
117
|
+
readonly actionableSeverity: "medium";
|
|
118
|
+
readonly recommendedAction: "fix_compare_workflow_inputs";
|
|
119
|
+
readonly automationSafe: false;
|
|
120
|
+
};
|
|
121
|
+
readonly COMPARE_INPUT_READ_FAILED: {
|
|
122
|
+
readonly origin: "inputs";
|
|
123
|
+
readonly summary: "A compare input file could not be read.";
|
|
124
|
+
readonly actionableCategory: "bad_input";
|
|
125
|
+
readonly actionableSeverity: "medium";
|
|
126
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
127
|
+
readonly automationSafe: false;
|
|
128
|
+
};
|
|
129
|
+
readonly COMPARE_INPUT_JSON_SYNTAX: {
|
|
130
|
+
readonly origin: "inputs";
|
|
131
|
+
readonly summary: "A compare input file is not valid JSON.";
|
|
132
|
+
readonly actionableCategory: "bad_input";
|
|
133
|
+
readonly actionableSeverity: "medium";
|
|
134
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
135
|
+
readonly automationSafe: false;
|
|
136
|
+
};
|
|
137
|
+
readonly COMPARE_INPUT_SCHEMA_INVALID: {
|
|
138
|
+
readonly origin: "inputs";
|
|
139
|
+
readonly summary: "A compare input file failed WorkflowResult schema validation.";
|
|
140
|
+
readonly actionableCategory: "bad_input";
|
|
141
|
+
readonly actionableSeverity: "medium";
|
|
142
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
143
|
+
readonly automationSafe: false;
|
|
144
|
+
};
|
|
145
|
+
readonly COMPARE_WORKFLOW_TRUTH_MISMATCH: {
|
|
146
|
+
readonly origin: "workflow_flow";
|
|
147
|
+
readonly summary: "Saved workflowTruthReport does not match recomputation from engine fields.";
|
|
148
|
+
readonly actionableCategory: "control_flow_problem";
|
|
149
|
+
readonly actionableSeverity: "medium";
|
|
150
|
+
readonly recommendedAction: "fix_saved_workflow_json";
|
|
151
|
+
readonly automationSafe: false;
|
|
152
|
+
};
|
|
153
|
+
readonly COMPARE_RUN_COMPARISON_REPORT_INVALID: {
|
|
154
|
+
readonly origin: "workflow_flow";
|
|
155
|
+
readonly summary: "Run comparison report failed schema validation.";
|
|
156
|
+
readonly actionableCategory: "control_flow_problem";
|
|
157
|
+
readonly actionableSeverity: "medium";
|
|
158
|
+
readonly recommendedAction: "fix_compare_workflow_inputs";
|
|
159
|
+
readonly automationSafe: false;
|
|
160
|
+
};
|
|
161
|
+
readonly VERIFICATION_POLICY_INVALID: {
|
|
162
|
+
readonly origin: "inputs";
|
|
163
|
+
readonly summary: "Verification policy arguments are invalid.";
|
|
164
|
+
readonly actionableCategory: "bad_input";
|
|
165
|
+
readonly actionableSeverity: "low";
|
|
166
|
+
readonly recommendedAction: "fix_cli_usage";
|
|
167
|
+
readonly automationSafe: false;
|
|
168
|
+
};
|
|
169
|
+
readonly EVENTUAL_MODE_NOT_SUPPORTED_IN_PROCESS_HOOK: {
|
|
170
|
+
readonly origin: "workflow_flow";
|
|
171
|
+
readonly summary: "In-process verification does not support eventual consistency; use batch verifyWorkflow.";
|
|
172
|
+
readonly actionableCategory: "control_flow_problem";
|
|
173
|
+
readonly actionableSeverity: "medium";
|
|
174
|
+
readonly recommendedAction: "fix_verification_policy_and_hook";
|
|
175
|
+
readonly automationSafe: false;
|
|
176
|
+
};
|
|
177
|
+
readonly VALIDATE_REGISTRY_USAGE: {
|
|
178
|
+
readonly origin: "workflow_flow";
|
|
179
|
+
readonly summary: "Invalid or incomplete arguments for validate-registry.";
|
|
180
|
+
readonly actionableCategory: "bad_input";
|
|
181
|
+
readonly actionableSeverity: "low";
|
|
182
|
+
readonly recommendedAction: "fix_cli_usage";
|
|
183
|
+
readonly automationSafe: false;
|
|
184
|
+
};
|
|
185
|
+
readonly EXECUTION_TRACE_USAGE: {
|
|
186
|
+
readonly origin: "workflow_flow";
|
|
187
|
+
readonly summary: "Invalid or incomplete arguments for execution-trace.";
|
|
188
|
+
readonly actionableCategory: "bad_input";
|
|
189
|
+
readonly actionableSeverity: "low";
|
|
190
|
+
readonly recommendedAction: "fix_cli_usage";
|
|
191
|
+
readonly automationSafe: false;
|
|
192
|
+
};
|
|
193
|
+
readonly TRACE_DUPLICATE_RUN_EVENT_ID: {
|
|
194
|
+
readonly origin: "workflow_flow";
|
|
195
|
+
readonly summary: "Duplicate runEventId in execution trace input.";
|
|
196
|
+
readonly actionableCategory: "control_flow_problem";
|
|
197
|
+
readonly actionableSeverity: "medium";
|
|
198
|
+
readonly recommendedAction: "fix_execution_trace_structure";
|
|
199
|
+
readonly automationSafe: false;
|
|
200
|
+
};
|
|
201
|
+
readonly TRACE_UNKNOWN_PARENT_RUN_EVENT_ID: {
|
|
202
|
+
readonly origin: "workflow_flow";
|
|
203
|
+
readonly summary: "parentRunEventId does not reference a prior event.";
|
|
204
|
+
readonly actionableCategory: "control_flow_problem";
|
|
205
|
+
readonly actionableSeverity: "medium";
|
|
206
|
+
readonly recommendedAction: "fix_execution_trace_structure";
|
|
207
|
+
readonly automationSafe: false;
|
|
208
|
+
};
|
|
209
|
+
readonly TRACE_PARENT_FORWARD_REFERENCE: {
|
|
210
|
+
readonly origin: "workflow_flow";
|
|
211
|
+
readonly summary: "parentRunEventId references an event that is not strictly earlier.";
|
|
212
|
+
readonly actionableCategory: "control_flow_problem";
|
|
213
|
+
readonly actionableSeverity: "medium";
|
|
214
|
+
readonly recommendedAction: "fix_execution_trace_structure";
|
|
215
|
+
readonly automationSafe: false;
|
|
216
|
+
};
|
|
217
|
+
readonly COMPARE_INPUT_RUN_LEVEL_INCONSISTENT: {
|
|
218
|
+
readonly origin: "workflow_flow";
|
|
219
|
+
readonly summary: "Compare input workflow result: runLevelCodes and runLevelReasons are inconsistent.";
|
|
220
|
+
readonly actionableCategory: "control_flow_problem";
|
|
221
|
+
readonly actionableSeverity: "medium";
|
|
222
|
+
readonly recommendedAction: "fix_compare_workflow_inputs";
|
|
223
|
+
readonly automationSafe: false;
|
|
224
|
+
};
|
|
225
|
+
readonly WORKFLOW_RESULT_RUN_LEVEL_CODES_MISMATCH: {
|
|
226
|
+
readonly origin: "workflow_flow";
|
|
227
|
+
readonly summary: "Corpus workflow result: runLevelCodes and runLevelReasons are inconsistent.";
|
|
228
|
+
readonly actionableCategory: "control_flow_problem";
|
|
229
|
+
readonly actionableSeverity: "medium";
|
|
230
|
+
readonly recommendedAction: "fix_saved_workflow_json";
|
|
231
|
+
readonly automationSafe: false;
|
|
232
|
+
};
|
|
233
|
+
readonly PLAN_TRANSITION_USAGE: {
|
|
234
|
+
readonly origin: "inputs";
|
|
235
|
+
readonly summary: "Invalid or incomplete arguments for agentskeptic plan-transition.";
|
|
236
|
+
readonly actionableCategory: "bad_input";
|
|
237
|
+
readonly actionableSeverity: "low";
|
|
238
|
+
readonly recommendedAction: "fix_plan_transition_cli_and_refs";
|
|
239
|
+
readonly automationSafe: false;
|
|
240
|
+
};
|
|
241
|
+
readonly PLAN_TRANSITION_GIT_TOO_OLD: {
|
|
242
|
+
readonly origin: "downstream_system_state";
|
|
243
|
+
readonly summary: "Git version is below the minimum required for plan-transition (2.30.0).";
|
|
244
|
+
readonly actionableCategory: "bad_input";
|
|
245
|
+
readonly actionableSeverity: "medium";
|
|
246
|
+
readonly recommendedAction: "upgrade_git_or_retry_git";
|
|
247
|
+
readonly automationSafe: false;
|
|
248
|
+
};
|
|
249
|
+
readonly PLAN_TRANSITION_GIT_FAILED: {
|
|
250
|
+
readonly origin: "downstream_system_state";
|
|
251
|
+
readonly summary: "Git command failed during plan-transition.";
|
|
252
|
+
readonly actionableCategory: "downstream_execution_failure";
|
|
253
|
+
readonly actionableSeverity: "high";
|
|
254
|
+
readonly recommendedAction: "upgrade_git_or_retry_git";
|
|
255
|
+
readonly automationSafe: false;
|
|
256
|
+
};
|
|
257
|
+
readonly PLAN_TRANSITION_BAD_REF: {
|
|
258
|
+
readonly origin: "inputs";
|
|
259
|
+
readonly summary: "Before or After ref could not be resolved to a commit.";
|
|
260
|
+
readonly actionableCategory: "bad_input";
|
|
261
|
+
readonly actionableSeverity: "medium";
|
|
262
|
+
readonly recommendedAction: "fix_plan_transition_cli_and_refs";
|
|
263
|
+
readonly automationSafe: false;
|
|
264
|
+
};
|
|
265
|
+
readonly PLAN_TRANSITION_GIT_PARSE: {
|
|
266
|
+
readonly origin: "workflow_flow";
|
|
267
|
+
readonly summary: "git diff -z --name-status output could not be parsed.";
|
|
268
|
+
readonly actionableCategory: "control_flow_problem";
|
|
269
|
+
readonly actionableSeverity: "high";
|
|
270
|
+
readonly recommendedAction: "fix_plan_document_and_patterns";
|
|
271
|
+
readonly automationSafe: false;
|
|
272
|
+
};
|
|
273
|
+
readonly PLAN_VALIDATION_NO_FRONT_MATTER: {
|
|
274
|
+
readonly origin: "inputs";
|
|
275
|
+
readonly summary: "Plan.md is missing valid YAML front matter.";
|
|
276
|
+
readonly actionableCategory: "bad_input";
|
|
277
|
+
readonly actionableSeverity: "medium";
|
|
278
|
+
readonly recommendedAction: "fix_plan_document_and_patterns";
|
|
279
|
+
readonly automationSafe: false;
|
|
280
|
+
};
|
|
281
|
+
readonly PLAN_VALIDATION_YAML_INVALID: {
|
|
282
|
+
readonly origin: "inputs";
|
|
283
|
+
readonly summary: "YAML parse failed in Plan.md (YAML front matter or the body section \"Repository transition validation\").";
|
|
284
|
+
readonly actionableCategory: "bad_input";
|
|
285
|
+
readonly actionableSeverity: "medium";
|
|
286
|
+
readonly recommendedAction: "fix_plan_document_and_patterns";
|
|
287
|
+
readonly automationSafe: false;
|
|
288
|
+
};
|
|
289
|
+
readonly PLAN_VALIDATION_SCHEMA_INVALID: {
|
|
290
|
+
readonly origin: "inputs";
|
|
291
|
+
readonly summary: "planValidation rules failed JSON Schema validation (front matter key planValidation or body yaml fence under \"Repository transition validation\").";
|
|
292
|
+
readonly actionableCategory: "bad_input";
|
|
293
|
+
readonly actionableSeverity: "medium";
|
|
294
|
+
readonly recommendedAction: "fix_plan_document_and_patterns";
|
|
295
|
+
readonly automationSafe: false;
|
|
296
|
+
};
|
|
297
|
+
readonly PLAN_VALIDATION_INSUFFICIENT_SPEC: {
|
|
298
|
+
readonly origin: "inputs";
|
|
299
|
+
readonly summary: "Plan.md has no machine-checkable transition rules: add planValidation to YAML front matter; or add a single ## Repository transition validation section whose first fenced block is yaml/yml; or cite qualifying repo-relative paths in the plan body or todos so derived rules can require those paths to appear in the git diff (see docs — derived citations).";
|
|
300
|
+
readonly actionableCategory: "bad_input";
|
|
301
|
+
readonly actionableSeverity: "medium";
|
|
302
|
+
readonly recommendedAction: "fix_plan_document_and_patterns";
|
|
303
|
+
readonly automationSafe: false;
|
|
304
|
+
};
|
|
305
|
+
readonly PLAN_VALIDATION_AMBIGUOUS_BODY_RULES: {
|
|
306
|
+
readonly origin: "inputs";
|
|
307
|
+
readonly summary: "Plan.md body has duplicate \"Repository transition validation\" headings or multiple yaml/yml fences in that section.";
|
|
308
|
+
readonly actionableCategory: "bad_input";
|
|
309
|
+
readonly actionableSeverity: "medium";
|
|
310
|
+
readonly recommendedAction: "fix_plan_document_and_patterns";
|
|
311
|
+
readonly automationSafe: false;
|
|
312
|
+
};
|
|
313
|
+
readonly PLAN_VALIDATION_INVALID_PATTERN: {
|
|
314
|
+
readonly origin: "inputs";
|
|
315
|
+
readonly summary: "A glob pattern in planValidation.rules is invalid or unsafe.";
|
|
316
|
+
readonly actionableCategory: "bad_input";
|
|
317
|
+
readonly actionableSeverity: "medium";
|
|
318
|
+
readonly recommendedAction: "fix_plan_document_and_patterns";
|
|
319
|
+
readonly automationSafe: false;
|
|
320
|
+
};
|
|
321
|
+
readonly PLAN_PATH_OUTSIDE_REPO: {
|
|
322
|
+
readonly origin: "inputs";
|
|
323
|
+
readonly summary: "--plan must resolve to a path inside --repo.";
|
|
324
|
+
readonly actionableCategory: "bad_input";
|
|
325
|
+
readonly actionableSeverity: "medium";
|
|
326
|
+
readonly recommendedAction: "fix_plan_transition_cli_and_refs";
|
|
327
|
+
readonly automationSafe: false;
|
|
328
|
+
};
|
|
329
|
+
readonly ENFORCE_USAGE: {
|
|
330
|
+
readonly origin: "inputs";
|
|
331
|
+
readonly summary: "Invalid or incomplete arguments for agentskeptic enforce.";
|
|
332
|
+
readonly actionableCategory: "bad_input";
|
|
333
|
+
readonly actionableSeverity: "low";
|
|
334
|
+
readonly recommendedAction: "fix_cli_usage";
|
|
335
|
+
readonly automationSafe: false;
|
|
336
|
+
};
|
|
337
|
+
readonly CI_LOCK_SCHEMA_INVALID: {
|
|
338
|
+
readonly origin: "inputs";
|
|
339
|
+
readonly summary: "CI lock file is not valid JSON or does not match ci-lock-v1 schema.";
|
|
340
|
+
readonly actionableCategory: "bad_input";
|
|
341
|
+
readonly actionableSeverity: "medium";
|
|
342
|
+
readonly recommendedAction: "fix_saved_workflow_json";
|
|
343
|
+
readonly automationSafe: false;
|
|
344
|
+
};
|
|
345
|
+
readonly VERIFICATION_OUTPUT_LOCK_MISMATCH: {
|
|
346
|
+
readonly origin: "workflow_flow";
|
|
347
|
+
readonly summary: "CI enforcement lock did not match expected fixture.";
|
|
348
|
+
readonly actionableCategory: "state_inconsistency";
|
|
349
|
+
readonly actionableSeverity: "high";
|
|
350
|
+
readonly recommendedAction: "fix_saved_workflow_json";
|
|
351
|
+
readonly automationSafe: false;
|
|
352
|
+
};
|
|
353
|
+
readonly ASSURANCE_USAGE: {
|
|
354
|
+
readonly origin: "inputs";
|
|
355
|
+
readonly summary: "Invalid or incomplete arguments for agentskeptic assurance.";
|
|
356
|
+
readonly actionableCategory: "bad_input";
|
|
357
|
+
readonly actionableSeverity: "low";
|
|
358
|
+
readonly recommendedAction: "fix_cli_usage";
|
|
359
|
+
readonly automationSafe: false;
|
|
360
|
+
};
|
|
361
|
+
readonly ASSURANCE_MANIFEST_READ_FAILED: {
|
|
362
|
+
readonly origin: "inputs";
|
|
363
|
+
readonly summary: "Assurance manifest file could not be read.";
|
|
364
|
+
readonly actionableCategory: "bad_input";
|
|
365
|
+
readonly actionableSeverity: "medium";
|
|
366
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
367
|
+
readonly automationSafe: false;
|
|
368
|
+
};
|
|
369
|
+
readonly ASSURANCE_MANIFEST_JSON_SYNTAX: {
|
|
370
|
+
readonly origin: "inputs";
|
|
371
|
+
readonly summary: "Assurance manifest JSON could not be parsed.";
|
|
372
|
+
readonly actionableCategory: "bad_input";
|
|
373
|
+
readonly actionableSeverity: "medium";
|
|
374
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
375
|
+
readonly automationSafe: false;
|
|
376
|
+
};
|
|
377
|
+
readonly ASSURANCE_MANIFEST_SCHEMA_INVALID: {
|
|
378
|
+
readonly origin: "inputs";
|
|
379
|
+
readonly summary: "Assurance manifest failed schema validation.";
|
|
380
|
+
readonly actionableCategory: "bad_input";
|
|
381
|
+
readonly actionableSeverity: "medium";
|
|
382
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
383
|
+
readonly automationSafe: false;
|
|
384
|
+
};
|
|
385
|
+
readonly ASSURANCE_REPO_ROOT_NOT_FOUND: {
|
|
386
|
+
readonly origin: "workflow_flow";
|
|
387
|
+
readonly summary: "Could not locate agentskeptic package root from the manifest path.";
|
|
388
|
+
readonly actionableCategory: "control_flow_problem";
|
|
389
|
+
readonly actionableSeverity: "high";
|
|
390
|
+
readonly recommendedAction: "manual_review";
|
|
391
|
+
readonly automationSafe: false;
|
|
392
|
+
};
|
|
393
|
+
readonly ASSURANCE_CLI_MISSING: {
|
|
394
|
+
readonly origin: "workflow_flow";
|
|
395
|
+
readonly summary: "Built dist/cli.js was not found; run npm run build.";
|
|
396
|
+
readonly actionableCategory: "control_flow_problem";
|
|
397
|
+
readonly actionableSeverity: "high";
|
|
398
|
+
readonly recommendedAction: "manual_review";
|
|
399
|
+
readonly automationSafe: false;
|
|
400
|
+
};
|
|
401
|
+
readonly ASSURANCE_MANIFEST_PATH_MISSING: {
|
|
402
|
+
readonly origin: "inputs";
|
|
403
|
+
readonly summary: "A path referenced by the assurance manifest does not exist.";
|
|
404
|
+
readonly actionableCategory: "bad_input";
|
|
405
|
+
readonly actionableSeverity: "medium";
|
|
406
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
407
|
+
readonly automationSafe: false;
|
|
408
|
+
};
|
|
409
|
+
readonly ASSURANCE_REPORT_READ_FAILED: {
|
|
410
|
+
readonly origin: "inputs";
|
|
411
|
+
readonly summary: "Assurance run report file could not be read.";
|
|
412
|
+
readonly actionableCategory: "bad_input";
|
|
413
|
+
readonly actionableSeverity: "medium";
|
|
414
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
415
|
+
readonly automationSafe: false;
|
|
416
|
+
};
|
|
417
|
+
readonly ASSURANCE_REPORT_JSON_SYNTAX: {
|
|
418
|
+
readonly origin: "inputs";
|
|
419
|
+
readonly summary: "Assurance run report JSON could not be parsed.";
|
|
420
|
+
readonly actionableCategory: "bad_input";
|
|
421
|
+
readonly actionableSeverity: "medium";
|
|
422
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
423
|
+
readonly automationSafe: false;
|
|
424
|
+
};
|
|
425
|
+
readonly ASSURANCE_REPORT_SCHEMA_INVALID: {
|
|
426
|
+
readonly origin: "inputs";
|
|
427
|
+
readonly summary: "Assurance run report failed schema validation.";
|
|
428
|
+
readonly actionableCategory: "bad_input";
|
|
429
|
+
readonly actionableSeverity: "medium";
|
|
430
|
+
readonly recommendedAction: "fix_registry_events_or_compare_files";
|
|
431
|
+
readonly automationSafe: false;
|
|
432
|
+
};
|
|
433
|
+
readonly ASSURANCE_STALE_USAGE: {
|
|
434
|
+
readonly origin: "inputs";
|
|
435
|
+
readonly summary: "Invalid or incomplete arguments for agentskeptic assurance stale.";
|
|
436
|
+
readonly actionableCategory: "bad_input";
|
|
437
|
+
readonly actionableSeverity: "low";
|
|
438
|
+
readonly recommendedAction: "fix_cli_usage";
|
|
439
|
+
readonly automationSafe: false;
|
|
440
|
+
};
|
|
441
|
+
readonly LICENSE_KEY_MISSING: {
|
|
442
|
+
readonly origin: "inputs";
|
|
443
|
+
readonly summary: "Commercial agentskeptic requires AGENTSKEPTIC_API_KEY for contract verification (legacy WORKFLOW_VERIFIER_API_KEY accepted).";
|
|
444
|
+
readonly actionableCategory: "bad_input";
|
|
445
|
+
readonly actionableSeverity: "high";
|
|
446
|
+
readonly recommendedAction: "manual_review";
|
|
447
|
+
readonly automationSafe: false;
|
|
448
|
+
};
|
|
449
|
+
readonly LICENSE_DENIED: {
|
|
450
|
+
readonly origin: "workflow_flow";
|
|
451
|
+
readonly summary: "License or quota check denied this contract verification run.";
|
|
452
|
+
readonly actionableCategory: "control_flow_problem";
|
|
453
|
+
readonly actionableSeverity: "high";
|
|
454
|
+
readonly recommendedAction: "manual_review";
|
|
455
|
+
readonly automationSafe: false;
|
|
456
|
+
};
|
|
457
|
+
readonly LICENSE_USAGE_UNAVAILABLE: {
|
|
458
|
+
readonly origin: "downstream_system_state";
|
|
459
|
+
readonly summary: "License service was unreachable after retries.";
|
|
460
|
+
readonly actionableCategory: "downstream_execution_failure";
|
|
461
|
+
readonly actionableSeverity: "high";
|
|
462
|
+
readonly recommendedAction: "manual_review";
|
|
463
|
+
readonly automationSafe: false;
|
|
464
|
+
};
|
|
465
|
+
readonly ENFORCEMENT_REQUIRES_PAID_PLAN: {
|
|
466
|
+
readonly origin: "workflow_flow";
|
|
467
|
+
readonly summary: "Enforcement (CI gate) requires a paid plan with an active subscription.";
|
|
468
|
+
readonly actionableCategory: "control_flow_problem";
|
|
469
|
+
readonly actionableSeverity: "high";
|
|
470
|
+
readonly recommendedAction: "manual_review";
|
|
471
|
+
readonly automationSafe: false;
|
|
472
|
+
};
|
|
473
|
+
readonly VERIFICATION_REQUIRES_SUBSCRIPTION: {
|
|
474
|
+
readonly origin: "workflow_flow";
|
|
475
|
+
readonly summary: "Licensed verification with the commercial CLI requires an active subscription; subscribe or use an OSS build for local verify.";
|
|
476
|
+
readonly actionableCategory: "control_flow_problem";
|
|
477
|
+
readonly actionableSeverity: "high";
|
|
478
|
+
readonly recommendedAction: "manual_review";
|
|
479
|
+
readonly automationSafe: false;
|
|
480
|
+
};
|
|
481
|
+
readonly ENFORCE_REQUIRES_COMMERCIAL_BUILD: {
|
|
482
|
+
readonly origin: "workflow_flow";
|
|
483
|
+
readonly summary: "CI enforcement (enforce) and CI lock flags are not available in the OSS build; use the published agentskeptic npm package or a commercial local build with a license API.";
|
|
484
|
+
readonly actionableCategory: "control_flow_problem";
|
|
485
|
+
readonly actionableSeverity: "high";
|
|
486
|
+
readonly recommendedAction: "manual_review";
|
|
487
|
+
readonly automationSafe: false;
|
|
488
|
+
};
|
|
489
|
+
readonly SHARE_REPORT_FAILED: {
|
|
490
|
+
readonly origin: "downstream_system_state";
|
|
491
|
+
readonly summary: "Publishing the verification report to the configured origin failed after verification succeeded.";
|
|
492
|
+
readonly actionableCategory: "downstream_execution_failure";
|
|
493
|
+
readonly actionableSeverity: "medium";
|
|
494
|
+
readonly recommendedAction: "manual_review";
|
|
495
|
+
readonly automationSafe: false;
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
//# sourceMappingURL=operationalDisposition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operationalDisposition.d.ts","sourceRoot":"","sources":["../src/operationalDisposition.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAK7D,OAAO,KAAK,EACV,yBAAyB,EACzB,yBAAyB,EACzB,qBAAqB,EACtB,MAAM,YAAY,CAAC;AAEpB,MAAM,MAAM,yBAAyB,GAAG;IACtC,MAAM,EAAE,aAAa,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,kBAAkB,EAAE,yBAAyB,CAAC;IAC9C,kBAAkB,EAAE,yBAAyB,CAAC;IAC9C,iBAAiB,EAAE,qBAAqB,CAAC;IACzC,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwemC,CAAC"}
|