Skip to content

AgentCheck 0.5.6

Choose a tag to compare

@WaseemGhanem98 WaseemGhanem98 released this 05 Sep 19:43
c887879

AgentCheck 0.5.6

Two evidence-correctness fixes, with strict independent obligations preserved.

  • Ambiguous-timeout retry evaluation returns INCONCLUSIVE when a missing
    earlier matching attempt's outcome could change the verdict. Positively observed
    retry violations still FAIL, including when later outcomes are absent.
  • Representative argument samples no longer assert an authoritative interpretation
    of an independently authored user request. Sample mismatches remain visible as
    INCONCLUSIVE. Explicit argument contracts, schema errors, confirmation,
    ordering, duplicate-action and retry violations retain their separate authority.

Compatibility and adoption

Generator compatibility changes from 1 to 2 for the authored-request argument
provenance correction. Regenerate and review a suite to adopt that change; existing
frozen suites, stored runs and baselines are not rewritten. The evaluator-only retry
fix does not change generation or denominators. Partial public run records that
previously passed may now be inconclusive; this does not establish that a supported
adapter produced those incomplete records.

The same-wheel release qualification now includes both contracts and their strict
failure controls. Build, installation, hashing, network denial, receipt binding and
Trusted Publishing transport are unchanged. No framework or containment expansion.

Changes: #97,
#98.