Direct answer
ModelBreeder.com publishes machine-readable discovery files to make its public read-only content easier to find and verify. These files are advisory. They do not authorize writes, scraping beyond policy, credentials, tool execution, private memory access, or ranking benefits.
Published discovery files
| File | Human-readable counterpart | What it should contain |
|---|---|---|
/llms.txt | This page and the main learning path | Compact summary and preferred canonical routes. |
/llms-full.txt | The route inventory and sitemap | Larger route list and answer summary. |
/ai-ready.json | /site-evidence and /site-evidence/support-boundaries | Site identity, discovery links, capabilities, support boundary, and contact route. |
/.well-known/ai-ready-site.json | /ai-ready.json | Same public-safe manifest at a predictable well-known path. |
/.well-known/uaix.json | /site-evidence | A target-site pointer that identifies ModelBreeder.com and its manifest. |
/openapi.json | /site-evidence/support-boundaries | Read-only public GET routes only. |
/assets/data/canonical-answers.json | Canonical concept pages | Concise answers that link back to visible pages. |
/assets/data/capability-matrix.json | /site-evidence/support-boundaries | Supported reads, unsupported actions, and no-op review path. |
/assets/data/ai-ready-route-inventory.json | /sitemap.xml and public navigation | Full public route inventory with canonical URLs and source metadata. |
Consistency rule
FUNCTION validate_public_discovery(site)
FOR each machine_file IN site.discovery_files
require machine_file.site_url == "https://modelbreeder.com/"
require machine_file.claims_are_public_safe()
require NOT machine_file.contains("uaix.org as target site")
require NOT machine_file.grants_write_authority()
require NOT machine_file.claims_certification()
END FOR
END FUNCTIONHuman review path
When a crawler, agent, or developer needs a capability not listed in the public manifest, the expected behavior is no-op plus human review through Contact Michael Kappel. The site is a publication and learning system, not an autonomous service endpoint.
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.