Current live marker
The public /llms.txt route observed during this pass still identified the live site as v3.68.0. That means v3.71.0 packet-builder routes were not yet verifiable on the public site from this environment.
This route documents the static verification path for the public evaluation packet builder, packet downloads, reviewer walkthroughs, comparison matrix, and AI-readable index.
The public /llms.txt route observed during this pass still identified the live site as v3.68.0. That means v3.71.0 packet-builder routes were not yet verifiable on the public site from this environment.
The v3.74.0 package includes source-controlled route priority and Markdown packet routing checks so the builder, JSON manifest, Markdown files, HTML files, reviewer walkthrough, comparison matrix, and /llms.txt can be smoke-tested immediately after deployment.
Deploy the current package, save permalinks, then open the routes listed below. Verify that each route loads from the theme router and does not fall through to a basic WordPress page or server-level static-file behavior.
| Route | Expected behavior | Failure signal |
|---|---|---|
/public-teleodynamic-evaluation-packet-builder/ | Polished source-controlled builder page. | WordPress default page, missing route hero, or missing packet templates. |
/public-teleodynamic-evaluation-packet-builder.json/ | Valid JSON manifest with static-only safety flags. | HTML page, 404, invalid JSON, or missing safety flags. |
/evidence-packets/evaluation-expression-concept-review.md/ | Plain-text compatible Markdown packet from the theme router. | 404, WordPress page chrome, forced download error, or missing Markdown content. |
/evidence-packets/evaluation-expression-concept-review.html/ | Static HTML evidence packet. | 404, basic WordPress content, or missing packet boundaries. |
/reviewer-walkthrough/ | Guided one-packet reviewer walkthrough. | Missing checkpoint language or WordPress fallback page. |
/reviewer-packet-comparison/ | Side-by-side packet comparison matrix. | Missing QA gates, no-op reasons, or human-review requirements. |
/llms.txt | AI-readable index with the current package version and packet-builder routes. | Old version marker or missing routes. |
Evidence packet routes are rendered during template_redirect at negative priority, before ordinary WordPress page content can claim the request.
Markdown packets are sent as text/plain with an explicit compatibility header, reducing the chance that server MIME handling or browser behavior hides the packet behind an unsupported type.
Only packet filenames declared in the public evidence packet manifest can be served. Unknown packet paths return a controlled 404 rather than executing or fetching anything.
Route visual identity
Static smoke-test diagram for packet builder, JSON, Markdown, HTML, reviewer, matrix, and llms routes.
This is a static local diagram for recognition and orientation. It does not claim proof, certification, exact translation, deployment-safety assurance, or merged authority between sites.
Deep route polish
A static smoke-test checklist for packet builder routes, packet downloads, reviewer flows, comparison matrix, and llms.txt after deployment.
This page exists because static packet templates are only useful if deployment routing preserves them. It records which routes need live checks and how Markdown evidence packets are defended against WordPress page fallthrough and server MIME ambiguity.
A reviewer opens /evidence-packets/evaluation-expression-concept-review.md/ and should see a plain-text Markdown packet, not a default WordPress page or a server MIME error.
| Focus | What to inspect |
|---|---|
| Builder route | Human-facing source-controlled page. |
| JSON route | Machine-readable static manifest. |
| Markdown route | Plain-text compatible evidence packet served by the theme router. |
The live public site observed during this pass still advertised v3.68.0 in /llms.txt, so v3.71.0 routes could not be confirmed live from this environment before the v3.74.0 package was produced.