Skip to main content
Teleodynamic AI resource-bounded learning research
Deployment verification

Live packet download verification and route smoke test

This route documents the static verification path for the public evaluation packet builder, packet downloads, reviewer walkthroughs, comparison matrix, and AI-readable index.

Boundary: This page is a static verification report and defensive routing checklist. It does not deploy code, crawl private networks, execute packet contents, validate credentials, run models, replay webhooks, certify safety, or replace human review.
Observed live state

Live check result from this pass.

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.

Package-side verification

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.

Human deployment action

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.

Smoke routes

Routes to verify after deployment.

Static packet-builder smoke-test route list
RouteExpected behaviorFailure 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.txtAI-readable index with the current package version and packet-builder routes.Old version marker or missing routes.
Markdown route defense

Defensive Markdown evidence-packet routing.

Early packet routing

Evidence packet routes are rendered during template_redirect at negative priority, before ordinary WordPress page content can claim the request.

Compatibility MIME

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.

Whitelist only

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.

Review boundary

What this verification does not prove.

Route visual identity

Live Packet Download Verification

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.

Static smoke-test diagram for packet builder, JSON, Markdown, HTML, reviewer, matrix, and llms routes.
Live Packet Download VerificationStatic local diagram

Deep route polish

Live packet download verification

A static smoke-test checklist for packet builder routes, packet downloads, reviewer flows, comparison matrix, and llms.txt after deployment.

Written narrative

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.

Concrete example

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.

Live packet download verification comparison notes
FocusWhat 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.

Evidence note

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.