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.
Files changed (58) hide show
  1. package/README.md +10 -8
  2. package/config/first-five-minutes.json +9 -6
  3. package/config/marketing.json +34 -42
  4. package/dist/agentRunRecord.d.ts +2 -0
  5. package/dist/agentRunRecord.d.ts.map +1 -1
  6. package/dist/agentRunRecord.js +10 -4
  7. package/dist/agentRunRecord.js.map +1 -1
  8. package/dist/assurance/buildAssuranceOutput.js.map +1 -1
  9. package/dist/correctnessDefinition.js +5 -5
  10. package/dist/correctnessDefinition.js.map +1 -1
  11. package/dist/correctnessDefinitionTemplates.d.ts +5 -5
  12. package/dist/correctnessDefinitionTemplates.d.ts.map +1 -1
  13. package/dist/correctnessDefinitionTemplates.js +7 -7
  14. package/dist/correctnessDefinitionTemplates.js.map +1 -1
  15. package/dist/debugCorpus.d.ts.map +1 -1
  16. package/dist/debugCorpus.js +18 -8
  17. package/dist/debugCorpus.js.map +1 -1
  18. package/dist/discovery-payload-v1.json +22 -55
  19. package/dist/documentationCopyConsistency.test.js +0 -1
  20. package/dist/documentationCopyConsistency.test.js.map +1 -1
  21. package/dist/execution-identity.v1.json +1 -1
  22. package/dist/failureExplanation.d.ts +4 -4
  23. package/dist/failureExplanation.d.ts.map +1 -1
  24. package/dist/failureExplanation.golden.test.js +26 -1
  25. package/dist/failureExplanation.golden.test.js.map +1 -1
  26. package/dist/failureExplanation.js +2 -2
  27. package/dist/failureExplanation.js.map +1 -1
  28. package/dist/outcomeCertificate.js +2 -2
  29. package/dist/outcomeCertificate.js.map +1 -1
  30. package/dist/publicDistribution.generated.d.ts +1 -1
  31. package/dist/publicDistribution.generated.js +1 -1
  32. package/dist/quickVerify/quickVerifyProductTruth.d.ts +3 -3
  33. package/dist/quickVerify/quickVerifyProductTruth.js +3 -3
  34. package/dist/quickVerify/quickVerifyProductTruth.js.map +1 -1
  35. package/dist/reconciliationPresentation.d.ts +2 -2
  36. package/dist/reconciliationPresentation.d.ts.map +1 -1
  37. package/dist/reconciliationPresentation.js +2 -2
  38. package/dist/reconciliationPresentation.js.map +1 -1
  39. package/dist/types.d.ts +2 -2
  40. package/dist/types.d.ts.map +1 -1
  41. package/dist/verifyRunBundleSignature.d.ts.map +1 -1
  42. package/dist/verifyRunBundleSignature.js +6 -4
  43. package/dist/verifyRunBundleSignature.js.map +1 -1
  44. package/dist/workflowResultSignature.d.ts.map +1 -1
  45. package/dist/workflowResultSignature.js +4 -3
  46. package/dist/workflowResultSignature.js.map +1 -1
  47. package/dist/workflowTruthReport.d.ts +1 -1
  48. package/dist/workflowTruthReport.d.ts.map +1 -1
  49. package/dist/workflowTruthReport.js +8 -8
  50. package/dist/workflowTruthReport.js.map +1 -1
  51. package/dist/workflowTruthReport.semantics.test.js +1 -1
  52. package/dist/workflowTruthReport.semantics.test.js.map +1 -1
  53. package/package.json +2 -2
  54. package/schemas/buyer-truth-v1.schema.json +2 -2
  55. package/schemas/evidence-completeness-v1.schema.json +1 -1
  56. package/schemas/openapi-commercial-v1.yaml +1 -1
  57. package/schemas/quick-verify-report.schema.json +3 -3
  58. package/schemas/workflow-truth-report.schema.json +2 -2
@@ -124,8 +124,8 @@
124
124
  "securityQuickFactsBullets": {
125
125
  "type": "array",
126
126
  "items": { "type": "string" },
127
- "minItems": 4,
128
- "maxItems": 4
127
+ "minItems": 3,
128
+ "maxItems": 3
129
129
  },
130
130
  "canonicalHref": {
131
131
  "type": "object",
@@ -173,7 +173,7 @@
173
173
  "run_ingest_integrity",
174
174
  "event_capture_integrity",
175
175
  "run_context_fairness",
176
- "step_sql_expectation",
176
+ "step_registry_expectation",
177
177
  "plan_transition_expectation",
178
178
  "quick_inferred_sql_row",
179
179
  "quick_inferred_relational",
@@ -1,7 +1,7 @@
1
1
  openapi: "3.0.3"
2
2
  info:
3
3
  title: AgentSkeptic commercial license API
4
- version: "6.4.0"
4
+ version: "7.0.0"
5
5
  contact:
6
6
  url: https://agentskeptic.com
7
7
  x-agentskeptic-distribution:
@@ -218,7 +218,7 @@
218
218
  },
219
219
  {
220
220
  "type": "string",
221
- "const": "Only proves that current database state matches expectations derived from structured tool activity (quick: inferred expectations)."
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: in quick mode, row and FK checks inferred from declared parameters (provisional, not a signed contract). In contract mode, registry-defined expectations from events."
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 results at verification time."
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
- "step_sql_expectation",
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": "step_sql_expectation" },
608
+ "projectionKind": { "const": "step_registry_expectation" },
609
609
  "workflowId": { "type": "string" },
610
610
  "verificationPolicyFragment": { "type": "string" },
611
611
  "seq": { "type": "integer", "minimum": 0 },