Provenance¶
The credibility of this project rests on one promise: every table is either grounded in a cited public source or honestly marked as inferred — nothing is invented and dressed up as documented. This section is the evidence.
-- src:)-- inferred)-
Methodology
The evidence-first reconstruction loop, the source policy, and the verification checks that gate "done".
-
Sources
The public documentation consulted — official public technical tables, national ASYCUDA World manuals, and open standards — cited as generic categories.
-
Coverage
Every module and table, marked documented / partial / inferred, with the known gaps stated plainly.
-
Official fit & gap
Our reconstruction mapped table-by-table against the official ASYCUDA World tables — where it fits, and where it deliberately differs.
Read the provenance yourself¶
You don't have to take these pages on faith. The evidence is in the repository:
# every CREATE TABLE carries a -- src: or -- inferred tag
grep -niE 'create[ \t]+table' Sydonia/schema/asycuda.sql
# every cited ID resolves to a row in SOURCES.md and a cached file under sources/
grep -oiE '\-\- src: *S[0-9, ]+' Sydonia/schema/asycuda.sql | grep -oiE 'S[0-9]+' | sort -u
The customs-validate skill automates exactly this audit.