agentskeptic 6.4.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -8
- package/config/first-five-minutes.json +9 -6
- package/config/marketing.json +34 -42
- package/dist/agentRunRecord.d.ts +2 -0
- package/dist/agentRunRecord.d.ts.map +1 -1
- package/dist/agentRunRecord.js +10 -4
- package/dist/agentRunRecord.js.map +1 -1
- package/dist/assurance/buildAssuranceOutput.js.map +1 -1
- package/dist/correctnessDefinition.js +5 -5
- package/dist/correctnessDefinition.js.map +1 -1
- package/dist/correctnessDefinitionTemplates.d.ts +5 -5
- package/dist/correctnessDefinitionTemplates.d.ts.map +1 -1
- package/dist/correctnessDefinitionTemplates.js +7 -7
- package/dist/correctnessDefinitionTemplates.js.map +1 -1
- package/dist/debugCorpus.d.ts.map +1 -1
- package/dist/debugCorpus.js +18 -8
- package/dist/debugCorpus.js.map +1 -1
- package/dist/discovery-payload-v1.json +22 -55
- package/dist/documentationCopyConsistency.test.js +0 -1
- package/dist/documentationCopyConsistency.test.js.map +1 -1
- package/dist/execution-identity.v1.json +1 -1
- package/dist/failureExplanation.d.ts +4 -4
- package/dist/failureExplanation.d.ts.map +1 -1
- package/dist/failureExplanation.golden.test.js +26 -1
- package/dist/failureExplanation.golden.test.js.map +1 -1
- package/dist/failureExplanation.js +2 -2
- package/dist/failureExplanation.js.map +1 -1
- package/dist/outcomeCertificate.js +2 -2
- package/dist/outcomeCertificate.js.map +1 -1
- package/dist/publicDistribution.generated.d.ts +1 -1
- package/dist/publicDistribution.generated.js +1 -1
- package/dist/quickVerify/quickVerifyProductTruth.d.ts +3 -3
- package/dist/quickVerify/quickVerifyProductTruth.js +3 -3
- package/dist/quickVerify/quickVerifyProductTruth.js.map +1 -1
- package/dist/reconciliationPresentation.d.ts +2 -2
- package/dist/reconciliationPresentation.d.ts.map +1 -1
- package/dist/reconciliationPresentation.js +2 -2
- package/dist/reconciliationPresentation.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/verifyRunBundleSignature.d.ts.map +1 -1
- package/dist/verifyRunBundleSignature.js +6 -4
- package/dist/verifyRunBundleSignature.js.map +1 -1
- package/dist/workflowResultSignature.d.ts.map +1 -1
- package/dist/workflowResultSignature.js +4 -3
- package/dist/workflowResultSignature.js.map +1 -1
- package/dist/workflowTruthReport.d.ts +1 -1
- package/dist/workflowTruthReport.d.ts.map +1 -1
- package/dist/workflowTruthReport.js +8 -8
- package/dist/workflowTruthReport.js.map +1 -1
- package/dist/workflowTruthReport.semantics.test.js +1 -1
- package/dist/workflowTruthReport.semantics.test.js.map +1 -1
- package/package.json +2 -2
- package/schemas/buyer-truth-v1.schema.json +2 -2
- package/schemas/evidence-completeness-v1.schema.json +1 -1
- package/schemas/openapi-commercial-v1.yaml +1 -1
- package/schemas/quick-verify-report.schema.json +3 -3
- package/schemas/workflow-truth-report.schema.json +2 -2
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
},
|
|
219
219
|
{
|
|
220
220
|
"type": "string",
|
|
221
|
-
"const": "
|
|
221
|
+
"const": "Quick-only: inferred SQL checks against read-only database reads—not the full contract surface (multi-store registry checks are contract verify)."
|
|
222
222
|
}
|
|
223
223
|
],
|
|
224
224
|
"minItems": 3,
|
|
@@ -236,11 +236,11 @@
|
|
|
236
236
|
},
|
|
237
237
|
"expected": {
|
|
238
238
|
"type": "string",
|
|
239
|
-
"const": "Expected:
|
|
239
|
+
"const": "Expected: quick mode uses provisional row/FK checks inferred from parameters. Contract verify uses registry-defined expectations (SQL plus HTTP witness, object storage, vector, Mongo where configured)."
|
|
240
240
|
},
|
|
241
241
|
"observed": {
|
|
242
242
|
"type": "string",
|
|
243
|
-
"const": "Observed: read-only SQL
|
|
243
|
+
"const": "Observed: read-only SQL at verification time (quick mode)."
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
246
|
},
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"run_ingest_integrity",
|
|
498
498
|
"event_capture_integrity",
|
|
499
499
|
"run_context_fairness",
|
|
500
|
-
"
|
|
500
|
+
"step_registry_expectation",
|
|
501
501
|
"plan_transition_expectation",
|
|
502
502
|
"quick_inferred_sql_row",
|
|
503
503
|
"quick_inferred_relational",
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
"verificationRequest"
|
|
606
606
|
],
|
|
607
607
|
"properties": {
|
|
608
|
-
"projectionKind": { "const": "
|
|
608
|
+
"projectionKind": { "const": "step_registry_expectation" },
|
|
609
609
|
"workflowId": { "type": "string" },
|
|
610
610
|
"verificationPolicyFragment": { "type": "string" },
|
|
611
611
|
"seq": { "type": "integer", "minimum": 0 },
|