Wiki Contract

Updated 2026-07-07

The wiki contract is the checklist a maintainer uses to decide whether a page in this wiki is finished. Use it to accept or reject a delivered page based on evidence, because a site that builds and deploys is not the same as a site whose pages are correct.

Check a page against the contract

A page passes the contract when you can point to evidence for each check below. For example, the Bonsai llama.cpp recipe passes the claim check because every command in it links to the upstream llama.cpp documentation, and it passes the runtime check because a recorded run on an M4 Pro is attached to the page. Most other recipes still carry "not verified" until someone attaches theirs.

CheckEvidence you need to see
Site structureThe page lives at a nested /docs/... route with sidebar navigation, search, a table of contents, callouts, and code fences.
Source coverageEvery major source is mapped to a route or explicitly excluded, per the matrix below.
Claim hygieneEvery PrismML claim appears in the dated claim and source matrix before it appears in prose.
Runtime proofA recipe either includes device and runtime logs from a run, or says plainly that no one has run its commands yet.

A page must also do a job for a reader. Someone should be able to use it to explain a concept, run a recipe, verify a claim, or teach the material. If you cannot name the job, reject the page.

Deployment is not completion

Deployment only proves the site can be served. Accept the wiki only after each page passes this contract.

Map sources to pages

Each source document must land on a public page or be excluded on purpose, so nothing disappears silently. Here is the current map.

SourcePublic pageState
README.md, wiki-index.md, wiki-information-architecture.mdHome, Orientation, Supply-chain layersMoved over in full.
ecosystem-map/prismml.mdPrismML model family, claim and source matrixPartly moved. Some claims still need source review.
build-and-run/prismml-bonsai-llamacpp.mdBonsai with llama.cppMoved over. The commands come from the upstream docs, and we have not yet run them on hardware.
benchmarks/device-report-template.mdEvaluation harnessMoved over in full.
governance/source-policy.mdSource policyMoved over in full.
contribution-backlog.mdContribution backlogMoved over in full.
x-comet-research-notes.mdClaim and source matrix discovery queuePartly moved. The X posts stay labeled as unconfirmed.
Inference The Hard Way labs 03 to 07KV cache, prefill and decode, weights, kernels, bandwidthMoved over in full.
in-house-ml.mdNoneExcluded until the source owner approves publication.

Fill in the page contract

When you add or review a page, fill in this template and keep it with the page's issue. It records who the page is for, where its facts come from, and how someone checks them.

route:
audience job:
primary question:
source inputs:
required visual or table:
verification check:
known gaps:
owner:
review cadence:

Next steps