agentskeptic 0.2.1 → 1.0.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/README.md +39 -39
- package/config/marketing.json +187 -0
- package/dist/actionableFailure.d.ts.map +1 -1
- package/dist/actionableFailure.js +95 -0
- package/dist/actionableFailure.js.map +1 -1
- package/dist/actionableFailure.remediationExhaustive.test.js +4 -4
- package/dist/actionableFailure.remediationExhaustive.test.js.map +1 -1
- package/dist/agentRunBundle.d.ts +2 -0
- package/dist/agentRunBundle.d.ts.map +1 -1
- package/dist/agentRunBundle.js +4 -0
- package/dist/agentRunBundle.js.map +1 -1
- package/dist/assurance/assurancePathArgs.d.ts.map +1 -1
- package/dist/assurance/assurancePathArgs.js +1 -0
- package/dist/assurance/assurancePathArgs.js.map +1 -1
- package/dist/assurance/buildAssuranceOutput.d.ts +29 -0
- package/dist/assurance/buildAssuranceOutput.d.ts.map +1 -0
- package/dist/assurance/buildAssuranceOutput.js +53 -0
- package/dist/assurance/buildAssuranceOutput.js.map +1 -0
- package/dist/assurance/checkStale.d.ts +7 -0
- package/dist/assurance/checkStale.d.ts.map +1 -1
- package/dist/assurance/checkStale.js +14 -3
- package/dist/assurance/checkStale.js.map +1 -1
- package/dist/assurance/runAssurance.d.ts.map +1 -1
- package/dist/assurance/runAssurance.js +26 -3
- package/dist/assurance/runAssurance.js.map +1 -1
- package/dist/bootstrap/executeBootstrapPack.d.ts.map +1 -1
- package/dist/bootstrap/executeBootstrapPack.js +3 -2
- package/dist/bootstrap/executeBootstrapPack.js.map +1 -1
- package/dist/certificateDigest.d.ts +4 -0
- package/dist/certificateDigest.d.ts.map +1 -0
- package/dist/certificateDigest.js +7 -0
- package/dist/certificateDigest.js.map +1 -0
- package/dist/certificateDigest.test.d.ts +2 -0
- package/dist/certificateDigest.test.d.ts.map +1 -0
- package/dist/certificateDigest.test.js +14 -0
- package/dist/certificateDigest.test.js.map +1 -0
- package/dist/ciLockWorkflow.js +1 -1
- package/dist/cli/lockOrchestration.d.ts.map +1 -1
- package/dist/cli/lockOrchestration.js +81 -50
- package/dist/cli/lockOrchestration.js.map +1 -1
- package/dist/cli/lockOrchestration.test.js +7 -1
- package/dist/cli/lockOrchestration.test.js.map +1 -1
- package/dist/cli/runFunnelAnonSet.js +1 -1
- package/dist/cli.js +147 -136
- package/dist/cli.js.map +1 -1
- package/dist/cliArgv.d.ts +4 -1
- package/dist/cliArgv.d.ts.map +1 -1
- package/dist/cliArgv.js +9 -4
- package/dist/cliArgv.js.map +1 -1
- package/dist/cliArgv.test.d.ts +2 -0
- package/dist/cliArgv.test.d.ts.map +1 -0
- package/dist/cliArgv.test.js +34 -0
- package/dist/cliArgv.test.js.map +1 -0
- package/dist/cliOperationalCodes.d.ts +8 -0
- package/dist/cliOperationalCodes.d.ts.map +1 -1
- package/dist/cliOperationalCodes.js +8 -0
- package/dist/cliOperationalCodes.js.map +1 -1
- package/dist/commercial/activationCorrelation.d.ts +3 -0
- package/dist/commercial/activationCorrelation.d.ts.map +1 -0
- package/dist/commercial/activationCorrelation.js +6 -0
- package/dist/commercial/activationCorrelation.js.map +1 -0
- package/dist/commercial/getCurrentUsage.d.ts +16 -0
- package/dist/commercial/getCurrentUsage.d.ts.map +1 -0
- package/dist/commercial/getCurrentUsage.js +33 -0
- package/dist/commercial/getCurrentUsage.js.map +1 -0
- package/dist/commercial/licensePreflight.d.ts +1 -0
- package/dist/commercial/licensePreflight.d.ts.map +1 -1
- package/dist/commercial/licensePreflight.js +27 -8
- package/dist/commercial/licensePreflight.js.map +1 -1
- package/dist/commercial/postVerifyOutcomeBeacon.d.ts +5 -3
- package/dist/commercial/postVerifyOutcomeBeacon.d.ts.map +1 -1
- package/dist/commercial/postVerifyOutcomeBeacon.js +17 -10
- package/dist/commercial/postVerifyOutcomeBeacon.js.map +1 -1
- package/dist/commercial/verifyOutcomeBeaconBody.d.ts +12 -0
- package/dist/commercial/verifyOutcomeBeaconBody.d.ts.map +1 -0
- package/dist/commercial/verifyOutcomeBeaconBody.js +26 -0
- package/dist/commercial/verifyOutcomeBeaconBody.js.map +1 -0
- package/dist/commercial/verifyWorkloadClassify.d.ts +2 -7
- package/dist/commercial/verifyWorkloadClassify.d.ts.map +1 -1
- package/dist/commercial/verifyWorkloadClassify.js +1 -1
- package/dist/commercial/verifyWorkloadClassify.js.map +1 -1
- package/dist/commercial/verifyWorkloadClassify.test.js +7 -0
- package/dist/commercial/verifyWorkloadClassify.test.js.map +1 -1
- package/dist/compare.acceptance.test.js +25 -0
- package/dist/compare.acceptance.test.js.map +1 -1
- package/dist/compareRunManifest.d.ts +32 -0
- package/dist/compareRunManifest.d.ts.map +1 -0
- package/dist/compareRunManifest.js +60 -0
- package/dist/compareRunManifest.js.map +1 -0
- package/dist/crossing/crossingDecisionReadyFooter.d.ts +1 -1
- package/dist/crossing/crossingDecisionReadyFooter.js +1 -1
- package/dist/crossing/runCrossingSubcommand.js +8 -8
- package/dist/debug-ui/app.css +42 -0
- package/dist/debug-ui/app.js +206 -15
- package/dist/debug-ui/index.html +11 -4
- package/dist/debug-ui/urlState.d.ts +15 -0
- package/dist/debug-ui/urlState.js +92 -0
- package/dist/debugCorpus.test.js +33 -7
- package/dist/debugCorpus.test.js.map +1 -1
- package/dist/debugPanels.d.ts +0 -3
- package/dist/debugPanels.d.ts.map +1 -1
- package/dist/debugPanels.js +0 -23
- package/dist/debugPanels.js.map +1 -1
- package/dist/debugPanels.test.js +16 -15
- package/dist/debugPanels.test.js.map +1 -1
- package/dist/debugServer.d.ts.map +1 -1
- package/dist/debugServer.js +19 -16
- package/dist/debugServer.js.map +1 -1
- package/dist/debugServer.test.js +18 -9
- package/dist/debugServer.test.js.map +1 -1
- package/dist/debugUiUrlState.test.d.ts +2 -0
- package/dist/debugUiUrlState.test.d.ts.map +1 -0
- package/dist/debugUiUrlState.test.js +49 -0
- package/dist/debugUiUrlState.test.js.map +1 -0
- package/dist/decisionBlocker.contract.test.d.ts +2 -0
- package/dist/decisionBlocker.contract.test.d.ts.map +1 -0
- package/dist/decisionBlocker.contract.test.js +51 -0
- package/dist/decisionBlocker.contract.test.js.map +1 -0
- package/dist/decisionBlocker.d.ts +10 -0
- package/dist/decisionBlocker.d.ts.map +1 -0
- package/dist/decisionBlocker.js +66 -0
- package/dist/decisionBlocker.js.map +1 -0
- package/dist/decisionGate.assertSafe.test.d.ts +2 -0
- package/dist/decisionGate.assertSafe.test.d.ts.map +1 -0
- package/dist/decisionGate.assertSafe.test.js +52 -0
- package/dist/decisionGate.assertSafe.test.js.map +1 -0
- package/dist/decisionGate.d.ts +23 -0
- package/dist/decisionGate.d.ts.map +1 -0
- package/dist/decisionGate.js +85 -0
- package/dist/decisionGate.js.map +1 -0
- package/dist/decisionGate.persistBundle.test.d.ts +2 -0
- package/dist/decisionGate.persistBundle.test.d.ts.map +1 -0
- package/dist/{withWorkflowVerification.persistBundle.test.js → decisionGate.persistBundle.test.js} +31 -19
- package/dist/decisionGate.persistBundle.test.js.map +1 -0
- package/dist/decisionUnsafeError.d.ts +8 -0
- package/dist/decisionUnsafeError.d.ts.map +1 -0
- package/dist/decisionUnsafeError.js +12 -0
- package/dist/decisionUnsafeError.js.map +1 -0
- package/dist/discovery-payload-v1.json +167 -59
- package/dist/enforceCli.d.ts.map +1 -1
- package/dist/enforceCli.js +15 -40
- package/dist/enforceCli.js.map +1 -1
- package/dist/enforceStateful.d.ts +2 -0
- package/dist/enforceStateful.d.ts.map +1 -0
- package/dist/enforceStateful.js +106 -0
- package/dist/enforceStateful.js.map +1 -0
- package/dist/enforcementProjection.d.ts +17 -0
- package/dist/enforcementProjection.d.ts.map +1 -0
- package/dist/enforcementProjection.js +20 -0
- package/dist/enforcementProjection.js.map +1 -0
- package/dist/executionPathFindings.d.ts +1 -1
- package/dist/executionPathFindings.d.ts.map +1 -1
- package/dist/executionPathFindings.js +2 -2
- package/dist/executionPathFindings.js.map +1 -1
- package/dist/executionTrace.js +2 -2
- package/dist/executionTrace.js.map +1 -1
- package/dist/executionTrace.test.js +35 -0
- package/dist/executionTrace.test.js.map +1 -1
- package/dist/executionTraceDiff.d.ts +36 -0
- package/dist/executionTraceDiff.d.ts.map +1 -0
- package/dist/executionTraceDiff.js +86 -0
- package/dist/executionTraceDiff.js.map +1 -0
- package/dist/executionTraceDiff.test.d.ts +2 -0
- package/dist/executionTraceDiff.test.d.ts.map +1 -0
- package/dist/executionTraceDiff.test.js +44 -0
- package/dist/executionTraceDiff.test.js.map +1 -0
- package/dist/failureCatalog.d.ts +1 -0
- package/dist/failureCatalog.d.ts.map +1 -1
- package/dist/failureCatalog.js +1 -0
- package/dist/failureCatalog.js.map +1 -1
- package/dist/failureOriginCatalog.d.ts.map +1 -1
- package/dist/failureOriginCatalog.js +20 -0
- package/dist/failureOriginCatalog.js.map +1 -1
- package/dist/firstFiveMinutesChecklist.d.ts +11 -0
- package/dist/firstFiveMinutesChecklist.d.ts.map +1 -0
- package/dist/firstFiveMinutesChecklist.js +18 -0
- package/dist/firstFiveMinutesChecklist.js.map +1 -0
- package/dist/funnel/workflowLineageClassify.d.ts +1 -1
- package/dist/funnel/workflowLineageClassify.js +1 -1
- package/dist/index.d.ts +22 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15 -6
- package/dist/index.js.map +1 -1
- package/dist/langGraphCheckpointTrustGate.d.ts +38 -0
- package/dist/langGraphCheckpointTrustGate.d.ts.map +1 -0
- package/dist/langGraphCheckpointTrustGate.js +124 -0
- package/dist/langGraphCheckpointTrustGate.js.map +1 -0
- package/dist/langGraphCheckpointTrustIneligibleCertificate.d.ts +8 -0
- package/dist/langGraphCheckpointTrustIneligibleCertificate.d.ts.map +1 -0
- package/dist/langGraphCheckpointTrustIneligibleCertificate.js +17 -0
- package/dist/langGraphCheckpointTrustIneligibleCertificate.js.map +1 -0
- package/dist/langGraphCheckpointTrustUnsafeError.d.ts +8 -0
- package/dist/langGraphCheckpointTrustUnsafeError.d.ts.map +1 -0
- package/dist/langGraphCheckpointTrustUnsafeError.js +12 -0
- package/dist/langGraphCheckpointTrustUnsafeError.js.map +1 -0
- package/dist/loadEvents.d.ts +5 -0
- package/dist/loadEvents.d.ts.map +1 -1
- package/dist/loadEvents.js +32 -0
- package/dist/loadEvents.js.map +1 -1
- package/dist/operationalDisposition.d.ts +64 -0
- package/dist/operationalDisposition.d.ts.map +1 -1
- package/dist/operationalDisposition.js +64 -0
- package/dist/operationalDisposition.js.map +1 -1
- package/dist/outcomeCertificate.d.ts +60 -0
- package/dist/outcomeCertificate.d.ts.map +1 -0
- package/dist/outcomeCertificate.js +254 -0
- package/dist/outcomeCertificate.js.map +1 -0
- package/dist/outcomeCertificate.test.d.ts +2 -0
- package/dist/outcomeCertificate.test.d.ts.map +1 -0
- package/dist/outcomeCertificate.test.js +74 -0
- package/dist/outcomeCertificate.test.js.map +1 -0
- package/dist/pipeline.d.ts +19 -17
- package/dist/pipeline.d.ts.map +1 -1
- package/dist/pipeline.js +61 -167
- package/dist/pipeline.js.map +1 -1
- package/dist/planTransition.test.js +4 -4
- package/dist/publicDistribution.generated.d.ts +2 -2
- package/dist/publicDistribution.generated.d.ts.map +1 -1
- package/dist/publicDistribution.generated.js +7 -8
- package/dist/publicDistribution.generated.js.map +1 -1
- package/dist/quickVerify/quickVerifyScope.d.ts +1 -1
- package/dist/quickVerify/quickVerifyScope.js +1 -1
- package/dist/quickVerify/runQuickVerify.js +1 -1
- package/dist/quickVerify/runQuickVerify.js.map +1 -1
- package/dist/quickVerify/verifyExecution.d.ts +1 -1
- package/dist/quickVerify/verifyExecution.d.ts.map +1 -1
- package/dist/quickVerify/verifyExecution.js +3 -2
- package/dist/quickVerify/verifyExecution.js.map +1 -1
- package/dist/reconciler.d.ts +6 -2
- package/dist/reconciler.d.ts.map +1 -1
- package/dist/reconciler.js +17 -11
- package/dist/reconciler.js.map +1 -1
- package/dist/registryDraft/createRegistryDraftAjv.d.ts +1 -1
- package/dist/registryDraft/createRegistryDraftAjv.js +1 -1
- package/dist/regressionArtifact.d.ts +63 -0
- package/dist/regressionArtifact.d.ts.map +1 -0
- package/dist/regressionArtifact.js +290 -0
- package/dist/regressionArtifact.js.map +1 -0
- package/dist/relationalInvariant.d.ts +13 -3
- package/dist/relationalInvariant.d.ts.map +1 -1
- package/dist/relationalInvariant.existsSql.test.js +1 -1
- package/dist/relationalInvariant.existsSql.test.js.map +1 -1
- package/dist/relationalInvariant.js +59 -39
- package/dist/relationalInvariant.js.map +1 -1
- package/dist/relationalInvariant.test.js +2 -2
- package/dist/relationalInvariant.test.js.map +1 -1
- package/dist/resolveExpectation.d.ts +18 -2
- package/dist/resolveExpectation.d.ts.map +1 -1
- package/dist/resolveExpectation.js +332 -1
- package/dist/resolveExpectation.js.map +1 -1
- package/dist/resolveExpectation.test.js +25 -0
- package/dist/resolveExpectation.test.js.map +1 -1
- package/dist/runComparison.d.ts +0 -1
- package/dist/runComparison.d.ts.map +1 -1
- package/dist/runComparison.js +18 -86
- package/dist/runComparison.js.map +1 -1
- package/dist/runComparison.test.js +101 -57
- package/dist/runComparison.test.js.map +1 -1
- package/dist/schema-validation.test.js +29 -0
- package/dist/schema-validation.test.js.map +1 -1
- package/dist/schemaLoad.d.ts +1 -1
- package/dist/schemaLoad.d.ts.map +1 -1
- package/dist/schemaLoad.js +15 -0
- package/dist/schemaLoad.js.map +1 -1
- package/dist/shareReport/postPublicVerificationReport.d.ts +6 -0
- package/dist/shareReport/postPublicVerificationReport.d.ts.map +1 -1
- package/dist/shareReport/postPublicVerificationReport.js +3 -1
- package/dist/shareReport/postPublicVerificationReport.js.map +1 -1
- package/dist/sortedJsonStringify.d.ts +2 -0
- package/dist/sortedJsonStringify.d.ts.map +1 -0
- package/dist/sortedJsonStringify.js +23 -0
- package/dist/sortedJsonStringify.js.map +1 -0
- package/dist/sqlDialect.d.ts +8 -0
- package/dist/sqlDialect.d.ts.map +1 -0
- package/dist/sqlDialect.js +37 -0
- package/dist/sqlDialect.js.map +1 -0
- package/dist/standardVerifyWorkflowCli.d.ts +20 -5
- package/dist/standardVerifyWorkflowCli.d.ts.map +1 -1
- package/dist/standardVerifyWorkflowCli.js +56 -24
- package/dist/standardVerifyWorkflowCli.js.map +1 -1
- package/dist/stateWitness.d.ts +4 -0
- package/dist/stateWitness.d.ts.map +1 -0
- package/dist/stateWitness.js +383 -0
- package/dist/stateWitness.js.map +1 -0
- package/dist/stateWitness.test.d.ts +2 -0
- package/dist/stateWitness.test.d.ts.map +1 -0
- package/dist/stateWitness.test.js +120 -0
- package/dist/stateWitness.test.js.map +1 -0
- package/dist/telemetry/maybeEmitOssClaimTicketUrl.d.ts +2 -0
- package/dist/telemetry/maybeEmitOssClaimTicketUrl.d.ts.map +1 -1
- package/dist/telemetry/maybeEmitOssClaimTicketUrl.js +13 -2
- package/dist/telemetry/maybeEmitOssClaimTicketUrl.js.map +1 -1
- package/dist/telemetry/ossClaimOrigin.d.ts +1 -1
- package/dist/telemetry/ossClaimOrigin.js +1 -1
- package/dist/telemetry/postOssClaimContinuation.d.ts +1 -1
- package/dist/telemetry/postOssClaimContinuation.d.ts.map +1 -1
- package/dist/telemetry/postOssClaimContinuation.js +10 -6
- package/dist/telemetry/postOssClaimContinuation.js.map +1 -1
- package/dist/telemetry/postOssClaimTicket.d.ts +8 -0
- package/dist/telemetry/postOssClaimTicket.d.ts.map +1 -1
- package/dist/telemetry/postOssClaimTicket.js +31 -5
- package/dist/telemetry/postOssClaimTicket.js.map +1 -1
- package/dist/telemetry/verificationHypothesisContract.d.ts +1 -1
- package/dist/telemetry/verificationHypothesisContract.js +1 -1
- package/dist/trustDecision.d.ts +8 -0
- package/dist/trustDecision.d.ts.map +1 -0
- package/dist/trustDecision.js +13 -0
- package/dist/trustDecision.js.map +1 -0
- package/dist/types.d.ts +139 -7
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/verificationConnections.d.ts +10 -0
- package/dist/verificationConnections.d.ts.map +1 -0
- package/dist/verificationConnections.js +190 -0
- package/dist/verificationConnections.js.map +1 -0
- package/dist/verificationDatabaseUrl.d.ts +11 -0
- package/dist/verificationDatabaseUrl.d.ts.map +1 -0
- package/dist/verificationDatabaseUrl.js +41 -0
- package/dist/verificationDatabaseUrl.js.map +1 -0
- package/dist/verificationDatabaseUrl.test.d.ts +2 -0
- package/dist/verificationDatabaseUrl.test.d.ts.map +1 -0
- package/dist/verificationDatabaseUrl.test.js +66 -0
- package/dist/verificationDatabaseUrl.test.js.map +1 -0
- package/dist/verificationDiagnostics.d.ts.map +1 -1
- package/dist/verificationDiagnostics.js +33 -9
- package/dist/verificationDiagnostics.js.map +1 -1
- package/dist/verificationDiagnostics.test.js +15 -0
- package/dist/verificationDiagnostics.test.js.map +1 -1
- package/dist/verificationPolicy.d.ts +2 -1
- package/dist/verificationPolicy.d.ts.map +1 -1
- package/dist/verificationPolicy.js +97 -0
- package/dist/verificationPolicy.js.map +1 -1
- package/dist/verificationPolicy.test.js +7 -0
- package/dist/verificationPolicy.test.js.map +1 -1
- package/dist/verificationRunContext.d.ts.map +1 -1
- package/dist/verificationRunContext.js +3 -0
- package/dist/verificationRunContext.js.map +1 -1
- package/dist/verificationUserPhrases.d.ts.map +1 -1
- package/dist/verificationUserPhrases.js +21 -0
- package/dist/verificationUserPhrases.js.map +1 -1
- package/dist/verify/batchVerifyTelemetrySubcommand.d.ts.map +1 -1
- package/dist/verify/batchVerifyTelemetrySubcommand.js +131 -33
- package/dist/verify/batchVerifyTelemetrySubcommand.js.map +1 -1
- package/dist/verifyAgentskeptic.d.ts +4 -8
- package/dist/verifyAgentskeptic.d.ts.map +1 -1
- package/dist/verifyAgentskeptic.js +16 -21
- package/dist/verifyAgentskeptic.js.map +1 -1
- package/dist/verifyAgentskeptic.test.js +10 -12
- package/dist/verifyAgentskeptic.test.js.map +1 -1
- package/dist/verifyRunStateFromBufferedRunEvents.d.ts +18 -0
- package/dist/verifyRunStateFromBufferedRunEvents.d.ts.map +1 -0
- package/dist/verifyRunStateFromBufferedRunEvents.js +65 -0
- package/dist/verifyRunStateFromBufferedRunEvents.js.map +1 -0
- package/dist/vitestMonorepoRoot.d.ts +10 -0
- package/dist/vitestMonorepoRoot.d.ts.map +1 -0
- package/dist/vitestMonorepoRoot.js +97 -0
- package/dist/vitestMonorepoRoot.js.map +1 -0
- package/dist/wireReasonCodes.d.ts +21 -0
- package/dist/wireReasonCodes.d.ts.map +1 -1
- package/dist/wireReasonCodes.js +21 -0
- package/dist/wireReasonCodes.js.map +1 -1
- package/package.json +63 -40
- package/schemas/assurance-output-v1.schema.json +81 -0
- package/schemas/compare-run-manifest-v1.schema.json +65 -0
- package/schemas/conformance-normalized-result.schema.json +73 -0
- package/schemas/connector-capabilities.schema.json +38 -0
- package/schemas/event.schema.json +35 -0
- package/schemas/execution-trace-view.schema.json +1 -1
- package/schemas/openapi-commercial-v1.in.yaml +616 -17
- package/schemas/openapi-commercial-v1.yaml +616 -17
- package/schemas/outcome-certificate-v1.schema.json +89 -0
- package/schemas/public-verification-report-v2.schema.json +15 -0
- package/schemas/quick-verify-report.schema.json +1 -1
- package/schemas/regression-artifact-v1.schema.json +212 -0
- package/schemas/tools-registry.schema.json +103 -0
- package/schemas/workflow-engine-result.schema.json +71 -2
- package/schemas/workflow-truth-report.schema.json +12 -0
- package/scripts/discovery-acquisition.lib.cjs +60 -97
- package/scripts/discovery-payload.lib.cjs +41 -7
- package/scripts/emit-primary-marketing.cjs +326 -0
- package/scripts/origin.cjs +52 -0
- package/scripts/public-product-anchors.cjs +3 -0
- package/scripts/validate-marketing.cjs +156 -0
- package/dist/withWorkflowVerification.persistBundle.test.d.ts +0 -2
- package/dist/withWorkflowVerification.persistBundle.test.d.ts.map +0 -1
- package/dist/withWorkflowVerification.persistBundle.test.js.map +0 -1
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "https://agentskeptic.com/schemas/outcome-certificate-v1.schema.json",
|
|
3
|
+
"title": "OutcomeCertificateV1",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"additionalProperties": false,
|
|
6
|
+
"required": [
|
|
7
|
+
"schemaVersion",
|
|
8
|
+
"workflowId",
|
|
9
|
+
"runKind",
|
|
10
|
+
"stateRelation",
|
|
11
|
+
"highStakesReliance",
|
|
12
|
+
"relianceRationale",
|
|
13
|
+
"intentSummary",
|
|
14
|
+
"explanation",
|
|
15
|
+
"steps",
|
|
16
|
+
"humanReport"
|
|
17
|
+
],
|
|
18
|
+
"properties": {
|
|
19
|
+
"schemaVersion": { "type": "integer", "const": 1 },
|
|
20
|
+
"workflowId": { "type": "string", "minLength": 1, "maxLength": 512 },
|
|
21
|
+
"runKind": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"enum": ["contract_sql", "contract_sql_langgraph_checkpoint_trust", "quick_preview"]
|
|
24
|
+
},
|
|
25
|
+
"stateRelation": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"enum": ["matches_expectations", "does_not_match", "not_established"]
|
|
28
|
+
},
|
|
29
|
+
"highStakesReliance": { "type": "string", "enum": ["permitted", "prohibited"] },
|
|
30
|
+
"relianceRationale": { "type": "string", "minLength": 1, "maxLength": 8192 },
|
|
31
|
+
"intentSummary": { "type": "string", "minLength": 1, "maxLength": 8192 },
|
|
32
|
+
"explanation": {
|
|
33
|
+
"type": "object",
|
|
34
|
+
"additionalProperties": false,
|
|
35
|
+
"required": ["headline", "details"],
|
|
36
|
+
"properties": {
|
|
37
|
+
"headline": { "type": "string", "minLength": 1, "maxLength": 2048 },
|
|
38
|
+
"details": {
|
|
39
|
+
"type": "array",
|
|
40
|
+
"items": {
|
|
41
|
+
"type": "object",
|
|
42
|
+
"additionalProperties": false,
|
|
43
|
+
"required": ["code", "message"],
|
|
44
|
+
"properties": {
|
|
45
|
+
"code": { "type": "string", "minLength": 1, "maxLength": 256 },
|
|
46
|
+
"message": { "type": "string", "minLength": 1, "maxLength": 4096 }
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"steps": {
|
|
53
|
+
"type": "array",
|
|
54
|
+
"items": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"additionalProperties": false,
|
|
57
|
+
"required": ["seq", "declaredAction", "expectedOutcome", "observedOutcome"],
|
|
58
|
+
"properties": {
|
|
59
|
+
"seq": { "type": "integer", "minimum": 0 },
|
|
60
|
+
"toolId": { "type": "string", "maxLength": 512 },
|
|
61
|
+
"declaredAction": { "type": "string", "minLength": 1, "maxLength": 4096 },
|
|
62
|
+
"expectedOutcome": { "type": "string", "minLength": 1, "maxLength": 4096 },
|
|
63
|
+
"observedOutcome": { "type": "string", "minLength": 1, "maxLength": 8192 }
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"humanReport": { "type": "string", "minLength": 1, "maxLength": 1048576 },
|
|
68
|
+
"checkpointVerdicts": {
|
|
69
|
+
"type": "array",
|
|
70
|
+
"items": {
|
|
71
|
+
"type": "object",
|
|
72
|
+
"additionalProperties": false,
|
|
73
|
+
"required": ["checkpointKey", "verdict", "seqs", "productionMeaning"],
|
|
74
|
+
"properties": {
|
|
75
|
+
"checkpointKey": { "type": "string", "minLength": 1, "maxLength": 2048 },
|
|
76
|
+
"verdict": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"enum": ["verified", "inconsistent", "incomplete"]
|
|
79
|
+
},
|
|
80
|
+
"seqs": {
|
|
81
|
+
"type": "array",
|
|
82
|
+
"items": { "type": "integer", "minimum": 0 }
|
|
83
|
+
},
|
|
84
|
+
"productionMeaning": { "type": "string", "minLength": 1, "maxLength": 8192 }
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "https://agentskeptic.com/schemas/public-verification-report-v2.schema.json",
|
|
3
|
+
"title": "PublicVerificationReportEnvelopeV2",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"additionalProperties": false,
|
|
6
|
+
"required": ["schemaVersion", "certificate"],
|
|
7
|
+
"properties": {
|
|
8
|
+
"schemaVersion": { "type": "integer", "const": 2 },
|
|
9
|
+
"certificate": {
|
|
10
|
+
"$ref": "https://agentskeptic.com/schemas/outcome-certificate-v1.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"cliVersion": { "type": "string", "maxLength": 128 },
|
|
13
|
+
"createdFrom": { "type": "string", "maxLength": 256 }
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"groundTruth"
|
|
31
31
|
],
|
|
32
32
|
"properties": {
|
|
33
|
-
"quickVerifyVersion": { "type": "string", "const": "1.2.
|
|
33
|
+
"quickVerifyVersion": { "type": "string", "const": "1.2.1" },
|
|
34
34
|
"capabilities": {
|
|
35
35
|
"type": "array",
|
|
36
36
|
"const": ["inferred_row", "inferred_related_exists"]
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "https://agentskeptic.com/schemas/regression-artifact-v1.schema.json",
|
|
3
|
+
"title": "RegressionArtifactV1",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"additionalProperties": false,
|
|
6
|
+
"required": [
|
|
7
|
+
"schemaVersion",
|
|
8
|
+
"artifactSource",
|
|
9
|
+
"manifestSha256",
|
|
10
|
+
"workflowId",
|
|
11
|
+
"certificateProfile",
|
|
12
|
+
"verification",
|
|
13
|
+
"outcomeCertificates",
|
|
14
|
+
"tracePairwise",
|
|
15
|
+
"narrative",
|
|
16
|
+
"humanText",
|
|
17
|
+
"narrativeHtml"
|
|
18
|
+
],
|
|
19
|
+
"properties": {
|
|
20
|
+
"schemaVersion": { "const": 1 },
|
|
21
|
+
"artifactSource": { "type": "string", "enum": ["cli_manifest", "debug_corpus"] },
|
|
22
|
+
"manifestSha256": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
23
|
+
"workflowId": { "type": "string", "minLength": 1 },
|
|
24
|
+
"certificateProfile": {
|
|
25
|
+
"oneOf": [
|
|
26
|
+
{
|
|
27
|
+
"type": "object",
|
|
28
|
+
"additionalProperties": false,
|
|
29
|
+
"required": ["mode", "outcomeCertificateRunKind"],
|
|
30
|
+
"properties": {
|
|
31
|
+
"mode": { "const": "uniform" },
|
|
32
|
+
"outcomeCertificateRunKind": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"enum": ["contract_sql", "contract_sql_langgraph_checkpoint_trust"]
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"type": "object",
|
|
40
|
+
"additionalProperties": false,
|
|
41
|
+
"required": ["mode", "entries"],
|
|
42
|
+
"properties": {
|
|
43
|
+
"mode": { "const": "perRun" },
|
|
44
|
+
"entries": {
|
|
45
|
+
"type": "array",
|
|
46
|
+
"minItems": 1,
|
|
47
|
+
"items": {
|
|
48
|
+
"type": "object",
|
|
49
|
+
"additionalProperties": false,
|
|
50
|
+
"required": ["runIndex", "outcomeCertificateRunKind"],
|
|
51
|
+
"properties": {
|
|
52
|
+
"runIndex": { "type": "integer", "minimum": 0 },
|
|
53
|
+
"outcomeCertificateRunKind": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"enum": ["contract_sql", "contract_sql_langgraph_checkpoint_trust"]
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"verification": { "$ref": "https://agentskeptic.com/schemas/run-comparison-report.schema.json" },
|
|
65
|
+
"outcomeCertificates": {
|
|
66
|
+
"type": "array",
|
|
67
|
+
"items": {
|
|
68
|
+
"type": "object",
|
|
69
|
+
"additionalProperties": false,
|
|
70
|
+
"required": [
|
|
71
|
+
"runIndex",
|
|
72
|
+
"displayLabel",
|
|
73
|
+
"outcomeCertificateRunKind",
|
|
74
|
+
"certificateCanonicalDigest",
|
|
75
|
+
"certificate"
|
|
76
|
+
],
|
|
77
|
+
"properties": {
|
|
78
|
+
"runIndex": { "type": "integer", "minimum": 0 },
|
|
79
|
+
"displayLabel": { "type": "string", "minLength": 1 },
|
|
80
|
+
"outcomeCertificateRunKind": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"enum": ["contract_sql", "contract_sql_langgraph_checkpoint_trust"]
|
|
83
|
+
},
|
|
84
|
+
"certificateCanonicalDigest": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
85
|
+
"certificate": { "$ref": "https://agentskeptic.com/schemas/outcome-certificate-v1.schema.json" }
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"tracePairwise": {
|
|
90
|
+
"type": "object",
|
|
91
|
+
"additionalProperties": false,
|
|
92
|
+
"required": [
|
|
93
|
+
"priorRunIndex",
|
|
94
|
+
"currentRunIndex",
|
|
95
|
+
"viewBuild",
|
|
96
|
+
"bySeq",
|
|
97
|
+
"seqTimelineOrderDiverged",
|
|
98
|
+
"nonToolEventCounts"
|
|
99
|
+
],
|
|
100
|
+
"properties": {
|
|
101
|
+
"priorRunIndex": { "type": "integer", "minimum": 0 },
|
|
102
|
+
"currentRunIndex": { "type": "integer", "minimum": 0 },
|
|
103
|
+
"viewBuild": {
|
|
104
|
+
"type": "object",
|
|
105
|
+
"additionalProperties": false,
|
|
106
|
+
"required": ["prior", "current"],
|
|
107
|
+
"properties": {
|
|
108
|
+
"prior": { "$ref": "https://agentskeptic.com/schemas/execution-trace-view.schema.json" },
|
|
109
|
+
"current": { "$ref": "https://agentskeptic.com/schemas/execution-trace-view.schema.json" }
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"bySeq": {
|
|
113
|
+
"type": "array",
|
|
114
|
+
"items": {
|
|
115
|
+
"type": "object",
|
|
116
|
+
"additionalProperties": false,
|
|
117
|
+
"required": ["seq", "class", "prior", "current"],
|
|
118
|
+
"properties": {
|
|
119
|
+
"seq": { "type": "integer", "minimum": 0 },
|
|
120
|
+
"class": { "type": "string", "enum": ["only_in_prior", "only_in_current", "in_both"] },
|
|
121
|
+
"prior": { "oneOf": [{ "type": "null" }, { "$ref": "#/$defs/evaluatedNodeSummary" }] },
|
|
122
|
+
"current": { "oneOf": [{ "type": "null" }, { "$ref": "#/$defs/evaluatedNodeSummary" }] }
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"seqTimelineOrderDiverged": { "type": "boolean" },
|
|
127
|
+
"nonToolEventCounts": {
|
|
128
|
+
"type": "object",
|
|
129
|
+
"additionalProperties": false,
|
|
130
|
+
"required": ["prior", "current"],
|
|
131
|
+
"properties": {
|
|
132
|
+
"prior": { "type": "object", "additionalProperties": { "type": "integer", "minimum": 0 } },
|
|
133
|
+
"current": { "type": "object", "additionalProperties": { "type": "integer", "minimum": 0 } }
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"narrative": {
|
|
139
|
+
"type": "object",
|
|
140
|
+
"additionalProperties": false,
|
|
141
|
+
"required": [
|
|
142
|
+
"classification",
|
|
143
|
+
"whyItMatters",
|
|
144
|
+
"headline",
|
|
145
|
+
"structural",
|
|
146
|
+
"traceSummary"
|
|
147
|
+
],
|
|
148
|
+
"properties": {
|
|
149
|
+
"classification": {
|
|
150
|
+
"type": "string",
|
|
151
|
+
"enum": ["improving", "worsening", "unchanged", "mixed"]
|
|
152
|
+
},
|
|
153
|
+
"whyItMatters": { "type": "string" },
|
|
154
|
+
"headline": { "type": "string" },
|
|
155
|
+
"structural": {
|
|
156
|
+
"type": "object",
|
|
157
|
+
"additionalProperties": false,
|
|
158
|
+
"required": [
|
|
159
|
+
"introducedLogicalStepKeysCount",
|
|
160
|
+
"resolvedLogicalStepKeysCount",
|
|
161
|
+
"recurringSignatureCount"
|
|
162
|
+
],
|
|
163
|
+
"properties": {
|
|
164
|
+
"introducedLogicalStepKeysCount": { "type": "integer", "minimum": 0 },
|
|
165
|
+
"resolvedLogicalStepKeysCount": { "type": "integer", "minimum": 0 },
|
|
166
|
+
"recurringSignatureCount": { "type": "integer", "minimum": 0 }
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"traceSummary": {
|
|
170
|
+
"type": "object",
|
|
171
|
+
"additionalProperties": false,
|
|
172
|
+
"required": [
|
|
173
|
+
"seqTimelineOrderDiverged",
|
|
174
|
+
"onlyInPriorSeqCount",
|
|
175
|
+
"onlyInCurrentSeqCount",
|
|
176
|
+
"inBothCount",
|
|
177
|
+
"nonToolCountsDiverged"
|
|
178
|
+
],
|
|
179
|
+
"properties": {
|
|
180
|
+
"seqTimelineOrderDiverged": { "type": "boolean" },
|
|
181
|
+
"onlyInPriorSeqCount": { "type": "integer", "minimum": 0 },
|
|
182
|
+
"onlyInCurrentSeqCount": { "type": "integer", "minimum": 0 },
|
|
183
|
+
"inBothCount": { "type": "integer", "minimum": 0 },
|
|
184
|
+
"nonToolCountsDiverged": { "type": "boolean" }
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"humanText": { "type": "string" },
|
|
190
|
+
"narrativeHtml": { "type": "string", "minLength": 1 }
|
|
191
|
+
},
|
|
192
|
+
"$defs": {
|
|
193
|
+
"evaluatedNodeSummary": {
|
|
194
|
+
"type": "object",
|
|
195
|
+
"additionalProperties": false,
|
|
196
|
+
"required": [
|
|
197
|
+
"ingestIndex",
|
|
198
|
+
"traceStepKind",
|
|
199
|
+
"engineStepStatus",
|
|
200
|
+
"truthOutcomeLabel",
|
|
201
|
+
"toolId"
|
|
202
|
+
],
|
|
203
|
+
"properties": {
|
|
204
|
+
"ingestIndex": { "type": "integer", "minimum": 0 },
|
|
205
|
+
"traceStepKind": { "type": "string" },
|
|
206
|
+
"engineStepStatus": { "oneOf": [{ "type": "string" }, { "type": "null" }] },
|
|
207
|
+
"truthOutcomeLabel": { "oneOf": [{ "type": "string" }, { "type": "null" }] },
|
|
208
|
+
"toolId": { "oneOf": [{ "type": "string" }, { "type": "null" }] }
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
@@ -72,12 +72,115 @@
|
|
|
72
72
|
"items": { "$ref": "#/$defs/sqlRelationalCheck" }
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"type": "object",
|
|
78
|
+
"additionalProperties": false,
|
|
79
|
+
"required": ["kind", "provider", "documentId", "indexName"],
|
|
80
|
+
"properties": {
|
|
81
|
+
"kind": { "const": "vector_document" },
|
|
82
|
+
"provider": { "type": "string", "enum": ["pinecone", "weaviate", "chroma"] },
|
|
83
|
+
"documentId": { "$ref": "#/$defs/stringSpec" },
|
|
84
|
+
"indexName": { "$ref": "#/$defs/stringSpec" },
|
|
85
|
+
"namespace": { "$ref": "#/$defs/stringSpec" },
|
|
86
|
+
"host": { "$ref": "#/$defs/stringSpec" },
|
|
87
|
+
"metadataEq": { "$ref": "#/$defs/requiredFieldsPointer" },
|
|
88
|
+
"expectPayloadSha256": { "$ref": "#/$defs/stringSpec" }
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"type": "object",
|
|
93
|
+
"additionalProperties": false,
|
|
94
|
+
"required": ["kind", "bucket", "key"],
|
|
95
|
+
"properties": {
|
|
96
|
+
"kind": { "const": "object_storage_object" },
|
|
97
|
+
"bucket": { "$ref": "#/$defs/stringSpec" },
|
|
98
|
+
"key": { "$ref": "#/$defs/stringSpec" },
|
|
99
|
+
"endpoint": { "$ref": "#/$defs/stringSpec" },
|
|
100
|
+
"expectSizeBytes": { "$ref": "#/$defs/numberOrPointerSpec" },
|
|
101
|
+
"expectSha256": { "$ref": "#/$defs/stringSpec" },
|
|
102
|
+
"expectEtag": { "$ref": "#/$defs/stringSpec" }
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"type": "object",
|
|
107
|
+
"additionalProperties": false,
|
|
108
|
+
"required": ["kind", "url"],
|
|
109
|
+
"properties": {
|
|
110
|
+
"kind": { "const": "http_witness" },
|
|
111
|
+
"method": { "type": "string", "enum": ["GET", "POST"] },
|
|
112
|
+
"url": { "$ref": "#/$defs/stringSpec" },
|
|
113
|
+
"expectedStatus": { "$ref": "#/$defs/numberOrPointerSpec" },
|
|
114
|
+
"assertions": {
|
|
115
|
+
"type": "array",
|
|
116
|
+
"items": { "$ref": "#/$defs/httpWitnessAssertion" }
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"type": "object",
|
|
122
|
+
"additionalProperties": false,
|
|
123
|
+
"required": ["kind", "collection", "filterPointer", "requiredFields"],
|
|
124
|
+
"properties": {
|
|
125
|
+
"kind": { "const": "mongo_document" },
|
|
126
|
+
"collection": { "$ref": "#/$defs/stringSpec" },
|
|
127
|
+
"filterPointer": {
|
|
128
|
+
"type": "object",
|
|
129
|
+
"additionalProperties": false,
|
|
130
|
+
"required": ["pointer"],
|
|
131
|
+
"properties": {
|
|
132
|
+
"pointer": { "type": "string", "pattern": "^/" }
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"requiredFields": { "$ref": "#/$defs/requiredFieldsPointer" }
|
|
136
|
+
}
|
|
75
137
|
}
|
|
76
138
|
]
|
|
77
139
|
}
|
|
78
140
|
}
|
|
79
141
|
},
|
|
80
142
|
"$defs": {
|
|
143
|
+
"stringSpec": {
|
|
144
|
+
"oneOf": [
|
|
145
|
+
{
|
|
146
|
+
"type": "object",
|
|
147
|
+
"additionalProperties": false,
|
|
148
|
+
"required": ["const"],
|
|
149
|
+
"properties": { "const": { "type": "string", "minLength": 1 } }
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"type": "object",
|
|
153
|
+
"additionalProperties": false,
|
|
154
|
+
"required": ["pointer"],
|
|
155
|
+
"properties": { "pointer": { "type": "string", "pattern": "^/" } }
|
|
156
|
+
}
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"numberOrPointerSpec": {
|
|
160
|
+
"oneOf": [
|
|
161
|
+
{
|
|
162
|
+
"type": "object",
|
|
163
|
+
"additionalProperties": false,
|
|
164
|
+
"required": ["const"],
|
|
165
|
+
"properties": { "const": { "type": "number" } }
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"type": "object",
|
|
169
|
+
"additionalProperties": false,
|
|
170
|
+
"required": ["pointer"],
|
|
171
|
+
"properties": { "pointer": { "type": "string", "pattern": "^/" } }
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
"httpWitnessAssertion": {
|
|
176
|
+
"type": "object",
|
|
177
|
+
"additionalProperties": false,
|
|
178
|
+
"required": ["jsonPointer", "value"],
|
|
179
|
+
"properties": {
|
|
180
|
+
"jsonPointer": { "type": "string", "minLength": 1 },
|
|
181
|
+
"value": { "$ref": "#/$defs/scalarOrPointer" }
|
|
182
|
+
}
|
|
183
|
+
},
|
|
81
184
|
"tableSpec": {
|
|
82
185
|
"oneOf": [
|
|
83
186
|
{
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"lastRunEvent"
|
|
82
82
|
],
|
|
83
83
|
"properties": {
|
|
84
|
-
"maxWireSchemaVersion": { "type": "integer", "enum": [1, 2] },
|
|
84
|
+
"maxWireSchemaVersion": { "type": "integer", "enum": [1, 2, 3] },
|
|
85
85
|
"retrievalEvents": {
|
|
86
86
|
"type": "array",
|
|
87
87
|
"items": {
|
|
@@ -414,6 +414,70 @@
|
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
},
|
|
417
|
+
"verificationRequestVectorDocument": {
|
|
418
|
+
"type": "object",
|
|
419
|
+
"additionalProperties": false,
|
|
420
|
+
"required": ["kind", "provider", "documentId", "indexName"],
|
|
421
|
+
"properties": {
|
|
422
|
+
"kind": { "const": "vector_document" },
|
|
423
|
+
"provider": { "type": "string", "enum": ["pinecone", "weaviate", "chroma"] },
|
|
424
|
+
"documentId": { "type": "string", "minLength": 1 },
|
|
425
|
+
"indexName": { "type": "string", "minLength": 1 },
|
|
426
|
+
"namespace": { "type": "string" },
|
|
427
|
+
"host": { "type": "string", "minLength": 1 },
|
|
428
|
+
"metadataSubset": { "type": "object", "additionalProperties": true },
|
|
429
|
+
"expectPayloadSha256": { "type": "string", "minLength": 1 }
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"verificationRequestObjectStorageObject": {
|
|
433
|
+
"type": "object",
|
|
434
|
+
"additionalProperties": false,
|
|
435
|
+
"required": ["kind", "bucket", "key"],
|
|
436
|
+
"properties": {
|
|
437
|
+
"kind": { "const": "object_storage_object" },
|
|
438
|
+
"bucket": { "type": "string", "minLength": 1 },
|
|
439
|
+
"key": { "type": "string", "minLength": 1 },
|
|
440
|
+
"endpoint": { "type": "string", "minLength": 1 },
|
|
441
|
+
"expectSizeBytes": { "type": "number", "minimum": 0 },
|
|
442
|
+
"expectSha256": { "type": "string", "minLength": 1 },
|
|
443
|
+
"expectEtag": { "type": "string", "minLength": 1 }
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"httpWitnessResolvedAssertion": {
|
|
447
|
+
"type": "object",
|
|
448
|
+
"additionalProperties": false,
|
|
449
|
+
"required": ["jsonPointer", "value"],
|
|
450
|
+
"properties": {
|
|
451
|
+
"jsonPointer": { "type": "string", "minLength": 1 },
|
|
452
|
+
"value": { "type": ["string", "number", "boolean", "null"] }
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
"verificationRequestHttpWitness": {
|
|
456
|
+
"type": "object",
|
|
457
|
+
"additionalProperties": false,
|
|
458
|
+
"required": ["kind", "method", "url"],
|
|
459
|
+
"properties": {
|
|
460
|
+
"kind": { "const": "http_witness" },
|
|
461
|
+
"method": { "type": "string", "enum": ["GET", "POST"] },
|
|
462
|
+
"url": { "type": "string", "minLength": 1 },
|
|
463
|
+
"expectedStatus": { "type": "integer", "minimum": 100, "maximum": 599 },
|
|
464
|
+
"assertions": {
|
|
465
|
+
"type": "array",
|
|
466
|
+
"items": { "$ref": "#/$defs/httpWitnessResolvedAssertion" }
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"verificationRequestMongoDocument": {
|
|
471
|
+
"type": "object",
|
|
472
|
+
"additionalProperties": false,
|
|
473
|
+
"required": ["kind", "collection", "filter", "requiredFields"],
|
|
474
|
+
"properties": {
|
|
475
|
+
"kind": { "const": "mongo_document" },
|
|
476
|
+
"collection": { "type": "string", "minLength": 1 },
|
|
477
|
+
"filter": { "type": "object", "additionalProperties": true },
|
|
478
|
+
"requiredFields": { "$ref": "#/$defs/requiredFieldsMap" }
|
|
479
|
+
}
|
|
480
|
+
},
|
|
417
481
|
"effectOutcome": {
|
|
418
482
|
"type": "object",
|
|
419
483
|
"additionalProperties": false,
|
|
@@ -478,7 +542,11 @@
|
|
|
478
542
|
{ "$ref": "#/$defs/verificationRequestSqlRow" },
|
|
479
543
|
{ "$ref": "#/$defs/verificationRequestSqlRowAbsent" },
|
|
480
544
|
{ "$ref": "#/$defs/verificationRequestSqlEffects" },
|
|
481
|
-
{ "$ref": "#/$defs/verificationRequestSqlRelational" }
|
|
545
|
+
{ "$ref": "#/$defs/verificationRequestSqlRelational" },
|
|
546
|
+
{ "$ref": "#/$defs/verificationRequestVectorDocument" },
|
|
547
|
+
{ "$ref": "#/$defs/verificationRequestObjectStorageObject" },
|
|
548
|
+
{ "$ref": "#/$defs/verificationRequestHttpWitness" },
|
|
549
|
+
{ "$ref": "#/$defs/verificationRequestMongoDocument" }
|
|
482
550
|
]
|
|
483
551
|
},
|
|
484
552
|
"status": {
|
|
@@ -502,6 +570,7 @@
|
|
|
502
570
|
},
|
|
503
571
|
"repeatObservationCount": { "type": "integer", "minimum": 1 },
|
|
504
572
|
"evaluatedObservationOrdinal": { "type": "integer", "minimum": 1 },
|
|
573
|
+
"langgraphCheckpointKey": { "type": "string", "minLength": 1 },
|
|
505
574
|
"failureDiagnostic": {
|
|
506
575
|
"type": "string",
|
|
507
576
|
"enum": [
|
|
@@ -624,6 +624,18 @@
|
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
626
|
"$ref": "https://agentskeptic.com/schemas/workflow-engine-result.schema.json#/$defs/verificationRequestSqlRelational"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"$ref": "https://agentskeptic.com/schemas/workflow-engine-result.schema.json#/$defs/verificationRequestVectorDocument"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"$ref": "https://agentskeptic.com/schemas/workflow-engine-result.schema.json#/$defs/verificationRequestObjectStorageObject"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"$ref": "https://agentskeptic.com/schemas/workflow-engine-result.schema.json#/$defs/verificationRequestHttpWitness"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"$ref": "https://agentskeptic.com/schemas/workflow-engine-result.schema.json#/$defs/verificationRequestMongoDocument"
|
|
627
639
|
}
|
|
628
640
|
]
|
|
629
641
|
}
|