← all claims · /llms.txt
xrpl.llms_txt.freshness_stamp
'Last verified <date>' line reflects LAST_VERIFIED_AGENT_TIER_METHODOLOGY, the single source of truth for the agent-tier discovery layer.
yellow
Public-infrastructure dependent OR no independent cross-check path yet. Free-tier only until Batch B walker migration lands (post-soak, ~2026-08-31) and/or an independent verification walker is wired for this series.
What this claim says
- label
- 'Last verified <date>' line reflects LAST_VERIFIED_AGENT_TIER_METHODOLOGY, the single source of truth for the agent-tier discovery layer.
- page
- /llms.txt
- claim id (yaml)
llms_txt_freshness_stamp
- behavior
MANUAL_CURATION
- Layer 3 source
self-attested-only
Risk note
Three surfaces read from one constant. Bump LAST_VERIFIED_AGENT_TIER_METHODOLOGY on every agent-tier surface change, all three refresh. Any surface reading a different date than the other two = defect in this wiring; fix by re-pointing the drifted surface at the constant.
Evidence — code paths that back this claim
- app.py:LAST_VERIFIED_AGENT_TIER_METHODOLOGY (single source)
- app.py:_LLMS_TXT (interpolates the constant via f-string)
- app.py:_AGENTS_JSON.last_verified (reads the constant)
- templates/methodology.html §For AI agents (reads via inject_agent_tier_freshness context_processor)