Agents citing YUCLAW inherit accession-verified,
point-in-time, hash-anchored evidence: every EvidenceObject carries a verified excerpt, its SEC
accession number, a SHA-256 anchored in a public daily ledger, and the available_as_of bound
that makes look-ahead impossible to hide. Start at
capabilities.json — one URL discovers everything.
yuclaw check-claim --ticker NVDA --type INSIDER_SELL --accession …
returns a passport: the claim as parsed, the matched EvidenceObjects with excerpts and hashes, and one of
five mechanical statuses. Below is a real passport generated at this page's build:
{
"claim_as_given": "{\"ticker\": \"NVDA\", \"type\": \"INSIDER_SELL\", \"accession\": \"0001588670-26-000014\"}",
"claim_as_parsed": {
"ticker": "NVDA",
"type": "INSIDER_SELL",
"accession": "0001588670-26-000014",
"date_range": null
},
"generated": "2026-09-21T23:03:06.817084+00:00",
"status": "SOURCE_MATCHED",
"matched_evidence": [
{
"ticker": "NVDA",
"evidence_type": "INSIDER_SELL",
"filing_date": "2026-09-18",
"accession_number": "0001588670-26-000014",
"excerpt": "Kress Colette S 9868 shares @ $219.59 on 2026-09-17 ($2,166,946)",
"source_hash": "b50c59fc48ecb8fb5366beb61e9dfd8354a7af45b7a0d36b6f0dbb92232ec19e",
"available_as_of": "2026-09-18T15:14:30.371529-06:00"
},
{
"ticker": "NVDA",
"evidence_type": "INSIDER_SELL",
"filing_date": "2026-09-18",
"accession_number": "0001588670-26-000014",
"excerpt": "Kress Colette S 4681 shares @ $218.01 on 2026-09-17 ($1,020,525)",
"source_hash": "94090f4defae0ed571148ee47fe764bb74549e4d6e3b299c544a3c6d808c286e",
"available_as_of": "2026-09-18T15:14:30.371529-06:00"
},
{
"ticker": "NVDA",
"evidence_type": "INSIDER_SELL",
"filing_date": "2026-09-18",
"accession_number": "0001588670-26-000014",
"excerpt": "Kress Colette S 20369 shares @ $219.02 on 2026-09-17 ($4,461,161)",
"source_hash": "5336561c92a5a1e5d176f19018e85faa0ae95c34eef646c8f03c6d6e5162d4aa",
"available_as_of": "2026-09-18T15:14:30.371529-06:00"
}
],
"misses": [],
"replay": "yuclaw check-claim --ticker NVDA --type INSIDER_SELL --accession 0001588670-26-000014",
"not_advice": "Research and education only \u2014 not investment advice. A passport describes what YUCLAW's corpus contains; UNSUPPORTED means 'not found in YUCLAW's corpus \u2014 never a truth verdict'.",
"support_limits": {
"source_match": "EXACT",
"source_match_meaning": "every parsed claim element matched a stored EvidenceObject",
"temporal_eligibility": "NOT_CONSTRAINED",
"temporal_note": "matches are reported with their available_as_of; a date range constrains filing dates only",
"replay_status": "REPLAYABLE_BY_COMMAND",
"research_interpretation": "NONE",
"research_interpretation_note": "the passport never states a truth verdict, direction, return, or prediction",
"unsupported_conclusion": "not applicable",
"matched_count": 3,
"miss_count": 0
}
}
| Status | Meaning |
|---|---|
| SOURCE_MATCHED | every structured element of the claim matched at least one EvidenceObject — the excerpts and hashes are in the passport |
| PARTIAL_MATCH | at least one EvidenceObject matched some elements of the claim; the matched objects and the misses are both listed explicitly — a passport with zero matched objects is never PARTIAL_MATCH |
| UNSUPPORTED | no EvidenceObject matched — not found in YUCLAW's corpus, never a truth verdict; a cited accession that is not in the corpus lands here |
| NOT_IN_COVERAGE | the ticker is outside the 79-name scoring universe; the corpus cannot speak to it |
| NOT_PARSEABLE | the conservative text parser could not confidently structure the claim — the false-denial guard: an unparsed claim is never called unsupported |
why/X.json carries a PREVIEW (the newest 100 objects; see its
evidence_objects_collection: scope, returned, total_available, cap, ordering with tie-breaker, oldest returned availability,
build_id, completeness). A preview can omit relevant older objects for any D, so an as-of answer from it is
INCOMPLETE unless returned == total_available. Reconstruct from the complete per-ticker file
why/X.history.json (schema WhyHistory.v1, same build_id; verify its sha256 in
why/history_manifest.json — a mixed-build or missing file is incomplete): evidence as of D =
objects with available_as_of ≤ D (the recorded availability, never filing_date or a generated timestamp).
Status vocabulary: COMPLETE · COMPLETE_EMPTY · INCOMPLETE · OUT_OF_RANGE
(D outside the declared corpus_start/corpus_end). Completeness is for the declared corpus and build — not a claim to hold every SEC filing ever made.
The classification at D = the label_history
entry for the last date ≤ D. Older dates beyond the ribbon: yuclaw replay X --date D.
Worked example in llms.txt.
/evidence_changes/{YYYY-MM-DD}.json — one file per UTC day, rolling 30 days,
key order date, counts, c6_posture, grades, ledger, maturity, replay. The cumulative C6 posture
accession set is not inlined; it lives at /c6_posture_current.json
({as_of, files, set_sha256, accessions}) and each daily file carries only a one-day delta:
"c6_posture": { "files": N, "set_sha256": "…", "added_today": [...], "removed_today": [...],
"delta_since": "YYYY-MM-DD", "delta_span_days": N, "delta_status": "OK",
"current_url": "/c6_posture_current.json" }
"\n", NO trailing newline; sha256 of those bytes.
Recompute it from accessions to verify the endpoint offline.current_url is mutable (always latest); the set_sha256
inside each dated daily file is the historical pin for that day.delta_since is that day and delta_span_days the
calendar days covered (1 on consecutive build days; honestly 3 after a weekend — the chain runs weekdays). A
same-UTC-day rebuild leaves the base unchanged and recomputes the block idempotently (the build gate proves
twice-run identity). Only a true cold start (no previous-day set at all) publishes added_today/
removed_today/delta_since/delta_span_days = null with
delta_status = UNAVAILABLE (cold start: no previous-day set state).c6_posture_accessions /
c6_posture_files keys and are never rewritten./why/{TICKER}.json — full anatomy + EvidenceObjects + label history (79 names)/capabilities.json · /evidence/verify.json · /ledger/{DATE}.json — discovery + offline integrity verification/schemas/*.v1.json — eight frozen object schemas/c6_posture_current.json · /evidence_changes/{YYYY-MM-DD}.json — C6 posture set (pinned hash) + daily deltasget_evidence · get_signal_anatomy · check_claim · verify_snapshot · get_protocolYUCLAW · Home