/llms.txt — genesis date removed in error
What was wrong — While fixing genuine defects in the machine-readable project file on 2026-08-30 we also stripped its genesis date, on the assumption that the June 2026 chain reset had changed it. That assumption was wrong. The reset wiped chain data and resynced from the same hardcoded genesis block, so the date never moved. We replaced a correct fact with an instruction to go and look it up elsewhere, which is a small loss of accuracy in the file answer engines rely on most.
What we did — Restored the genesis date, and improved on what was there before: it now carries the exact UTC timestamp and the block hash, so a reader can verify it rather than take our word for it. Checked against malairte-cli getblock on the production node. The earlier correction entry has been amended to drop the incorrect reason rather than silently left standing.
Guard — A test asserts the published genesis hash matches the constant the node reports.