Direct answer
Each release should be generated from the plain PHP root-site package, pass the local build, pass route and package checks, and produce a ZIP that extracts directly into the domain root. The validation evidence supports the package; it does not prove live deployment until the ZIP is uploaded and checked on the host.
Build evidence
The standard build runs:
- search-index generation;
- public discovery file generation;
- UAI memory export generation;
- package manifest generation;
- content metadata and link validation;
- UAI File Handoff validation;
- SEO/AEO/GEO misuse audit;
- PHP syntax checks;
- JavaScript syntax checks;
- in-process route smoke tests.
Package evidence
Root ZIP packaging should verify:
index.phpand.htaccessexist at ZIP root;- no wrapper folder exists;
- no
public/,wiki/,wp-content/,style.css, orfunctions.phpexists at root; /docsis included and manifest hashes match;.uai/long-term-memory.uaipoints to/docs;llms.txt,ai-ready.json, and.well-knownfiles targetmodelbreeder.com;- protected directories remain blocked by
.htaccessand the local router.
Deployment boundary
The ZIP is deployable, but deployment itself is still a separate action. After extraction on the host, verify /, /health, /sitemap.xml, /research, /contact, /llms.txt, and /ai-ready.json on the live domain.
Source reports used for this guide
These reports are preserved verbatim in the site archive. The guide above is an editorial synthesis and may narrow, qualify, or reorganize claims from the source material.