You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli: add pickled report and a CI-safe markdown summary (8c80673)
BREAKING CHANGES
cli: default JSON (check/build --output and --json) no
longer includes the full question response, which can reproduce
injected docs or private context. Use --verbose for a forensic receipt
that keeps the full answers, transcripts, and diffs.
pickled.yml requires schemaVersion: 2. tasks become questions/builds, access becomes contexts, checks (mustMention/mustMentionOneOf/mustNotMention) become facts/misstatements, verify becomes verifier, and threshold becomes thresholds.{questions,builds}. The ## Sources citation contract is removed; answer correctness now rests on fact coverage and a tool-use provenance veto.
pickled.yml requires schemaVersion: 2; tasks/access/checks/verify/threshold are replaced by questions/builds/contexts/facts/misstatements/verifier/thresholds. Core runtime lands in follow-up commits on this branch.