01
Declare the route
A route-map row states what a public page adapts and which boundary type applies before provenance is generated.
Source authority / PG-024
The website publishes static pages and public assets through manifests, hashes, and validation gates. Those records make publication auditable. They do not make the website a source of scientific truth.

Why provenance exists
A static page can drift, a public asset can be regenerated, and a source dependency can change. The provenance system records enough structure to inspect those changes while preserving the rule that upstream sources and governed records own project claims.
01
A route-map row states what a public page adapts and which boundary type applies before provenance is generated.
02
Page provenance records the local page hash and source hashes where source files are available to the generator.
03
Source-manifest rows state source path, approval status, claim status, and notes for public diagrams, PDFs, TeX files, and other files.
04
Asset-manifest validation checks that published files exist and that byte counts and hashes match the manifest.
05
When an internal route exists, primary reading stays on the website while source and manifest links remain provenance.
Manifest roles
The manifests are not interchangeable. One declares route intent, one records page provenance, one records asset source/status metadata, and one verifies the files served from the public build.
Hash boundaries
The useful question is narrow: did this page, dependency, or asset match the recorded bytes? The stronger question, whether the page is conceptually complete or a claim is true, remains outside hash authority.
Internal-first routing
Internal-first routing is a readability rule. It keeps readers on curated website explanations when those routes exist, while keeping manifest and source links visible as provenance for inspection.
Read the broader trust boundary for website pages, generated derivatives, and upstream records.
Open routeReview the maintainer workflow for briefs, source specs, screenshots, human review, and manifest updates.
Open routeInspect the public resource index that links manifests, ontology documents, diagrams, and downloads.
Open routeSee how registered TeX source and generated PDF derivatives are presented with explicit boundaries.
Open routeInspect website-local visual aids with source paths, captions, and non-authority status.
Open routeSafe reading
Source provenance
The links below expose implementation evidence for maintainers. Public reading should start with the internal routes above, then inspect these files when an audit trail is needed.
Maintainer-facing architecture source for route families, publication surfaces, manifests, and validation gates.
Inspect sourceScript that builds page provenance from the route map and available source state.
Inspect sourceScript that validates route coverage, page hashes, source dependency records, and path safety.
Inspect sourceScript that validates source-manifest and asset-manifest file existence, hashes, and source references.
Inspect source