Source and revisions
Simple Compute Market source is canonical product truth; this site owns presentation. One exact SCM commit governs every synchronized document and every revision-specific SCM source citation across the Compute site. A clean-checkout sync records source, wrapper, license, and emitted hashes. The hermetic build check validates the checked-in manifest structure, declarations, wrappers, license copy, emitted pages, provenance, links, anchors, and tree parity without claiming to recompute SCM source hashes when no SCM checkout is present.
Pinned revision: 648682c67a26caf9283492e999923ab6ca1206ee (inspected development snapshot (dev branch))
Read the evidence at the level it actually supports: a source reference proves inspected source behavior at this pin; a release identifies a released component (component releases); neither establishes deployed availability. The repository is open source under the MIT license, which is what permits the synchronized pages to republish its documentation with attribution. The complete notice is retained in this public build as plain text.
Synchronized documents
These pages reproduce the pinned SCM document verbatim apart from declared deterministic transformations: links are repinned, the source heading becomes the page title, website-authored wrapper sections surround the body, and declared correction and warning notes are inserted at exact single-match anchors so each sits beside the step it qualifies. The sync workflow regenerates the whole set from the pinned commit, copies any local source images into revision-scoped static paths, and rejects hand edits, misplaced insertions, or undeclared pages and assets.
| Docs page | SCM source | Source hash (SHA-256) |
|---|---|---|
| Buyer quickstart | docs/buyer-quickstart.md | 19ea3ce90ee63d70 |
| Seller quickstart | docs/seller-quickstart.md | 12b62545d6e054aa |
| Registry quickstart | docs/indexer-quickstart.md | 4a0660b23ee5f5d4 |
| Configuration | docs/configuration.md | c886f1e129dfa9be |
| Bare-metal seller guide | docs/bare-metal-seller-quickstart.md | c9a0929a0df4cff3 |
| Inference API credits | docs/cookbooks/vllm-apicredits-seller.md | fae0830f1d3e190b |
| Custom-domain authoring | docs/domain-authoring/README.md | 540b70c7b0021c31 |
Curated pages
Curated pages are website-authored explanations whose every SCM citation pins the same revision through the manifest.
| Docs page | Treatment |
|---|---|
| Start here | Curated; every SCM citation pins the manifest revision |
| Discovery and comparison | Curated; every SCM citation pins the manifest revision |
| Optional negotiation | Curated; every SCM citation pins the manifest revision |
| Agent policy and buyer aggregation | Curated; every SCM citation pins the manifest revision |
| Storefront and listing management | Curated; every SCM citation pins the manifest revision |
| Fulfillment and seller delivery | Curated; every SCM citation pins the manifest revision |
| POOLS capacity management | Curated; every SCM citation pins the manifest revision |
| Registry authentication and topology | Curated; every SCM citation pins the manifest revision |
| Domains overview | Curated; every SCM citation pins the manifest revision |
| Virtual-machine domain guide | Curated; every SCM citation pins the manifest revision |
| Roles and authority | Curated; every SCM citation pins the manifest revision |
| From listing to delivery | Curated; every SCM citation pins the manifest revision |
| Signed interfaces | Curated; every SCM citation pins the manifest revision |
| Machine-readable records | Curated; every SCM citation pins the manifest revision |
| Known boundaries | Curated; every SCM citation pins the manifest revision |
| Source and revisions | Curated; every SCM citation pins the manifest revision |
| CLI reference | Curated; every SCM citation pins the manifest revision |
Source-only references
These sources are cited but deliberately not republished — development references describe the inspected source tree for implementers, not released or deployed behavior, and the specifications are normative engineering contracts.
Revision policy
- The manifest pins one full commit SHA; branch references such as
main, mixed revisions, and hand-authored SCM URLs fail validation. - A revision bump is one reviewed change: new manifest SHA, full regeneration of the synchronized set, expected-output updates, and an invariant-aware diff.
- Builds never fetch documentation: the synchronized tree and required MIT
notice are checked in, so the site builds identically with no SCM checkout
present. The hermetic check verifies those checked-in outputs; source hashes
are refreshed only by
--syncagainst the clean pinned checkout.