Skip to main content

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 pageSCM sourceSource hash (SHA-256)
Buyer quickstartdocs/buyer-quickstart.md19ea3ce90ee63d70
Seller quickstartdocs/seller-quickstart.md12b62545d6e054aa
Registry quickstartdocs/indexer-quickstart.md4a0660b23ee5f5d4
Configurationdocs/configuration.mdc886f1e129dfa9be
Bare-metal seller guidedocs/bare-metal-seller-quickstart.mdc9a0929a0df4cff3
Inference API creditsdocs/cookbooks/vllm-apicredits-seller.mdfae0830f1d3e190b
Custom-domain authoringdocs/domain-authoring/README.md540b70c7b0021c31

Curated pages

Curated pages are website-authored explanations whose every SCM citation pins the same revision through the manifest.

Docs pageTreatment
Start hereCurated; every SCM citation pins the manifest revision
Discovery and comparisonCurated; every SCM citation pins the manifest revision
Optional negotiationCurated; every SCM citation pins the manifest revision
Agent policy and buyer aggregationCurated; every SCM citation pins the manifest revision
Storefront and listing managementCurated; every SCM citation pins the manifest revision
Fulfillment and seller deliveryCurated; every SCM citation pins the manifest revision
POOLS capacity managementCurated; every SCM citation pins the manifest revision
Registry authentication and topologyCurated; every SCM citation pins the manifest revision
Domains overviewCurated; every SCM citation pins the manifest revision
Virtual-machine domain guideCurated; every SCM citation pins the manifest revision
Roles and authorityCurated; every SCM citation pins the manifest revision
From listing to deliveryCurated; every SCM citation pins the manifest revision
Signed interfacesCurated; every SCM citation pins the manifest revision
Machine-readable recordsCurated; every SCM citation pins the manifest revision
Known boundariesCurated; every SCM citation pins the manifest revision
Source and revisionsCurated; every SCM citation pins the manifest revision
CLI referenceCurated; 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.

ReferenceSCM source
Development architecture referencedocs/development/ARCHITECTURE.md
Capability documentation indexopenspec/specs/README.md
Cookbook indexdocs/cookbooks/README.md
Fulfillment specificationopenspec/specs/fulfillment/spec.md
Settlement servicing specificationopenspec/specs/settlement-servicing/spec.md
Registry discovery specificationopenspec/specs/registry-discovery/spec.md
Storefront publication specificationopenspec/specs/storefront-publication/spec.md
Negotiation protocol specificationopenspec/specs/negotiation-protocol/spec.md
Resource-pool management specificationopenspec/specs/resource-pool-management/spec.md
Site capacity specificationopenspec/specs/site-capacity/spec.md
API credits specificationopenspec/specs/api-credits/spec.md
Buyer orchestration specificationopenspec/specs/buyer-orchestration/spec.md
Market composition specificationopenspec/specs/market-composition/spec.md
MIT licenseLICENSE
Helm deployment artifactshelm
Storefront settings schemadomains/vms/storefront/src/market_storefront/settings.toml
Core buyer CLI sourcecore/buyer/src/core_buyer/cli.py
VM buyer plugin CLI sourcedomains/vms/buyer/cli.py
API-credits buyer plugin CLI sourcedomains/apicredits/buyer/cli.py
Storefront admin CLI sourcedomains/vms/storefront/src/market_storefront/cli.py
Registry listing routes sourcecore/registry/src/api/listing_routes.py
Registry listing serializercore/registry/src/api/utils.py
Registry authenticated-publish integration fixturecore/registry/tests/integration/test_eip191_publish.py
Registry administration routescore/registry/src/api/admin_routes.py
VM storefront administration routesdomains/vms/storefront/src/market_storefront/controllers/admin_controller.py
Physical provisioning specificationopenspec/specs/physical-provisioning/spec.md
VM storefront fulfillment specificationopenspec/specs/vm-storefront-fulfillment/spec.md
Registry filter-spec examplecore/registry/filter-spec.yaml
Negotiation middleware modulekit/policy/src/market_policy/negotiation_middleware.py
Resource-pool controllerprovisioning/compute/service/src/compute_provisioning_service/controllers/pools_controller.py
Resource-pool wire modelskit/resource-pools/src/market_resource_pools/pools.py
Seller FRP reverse-proxy setupdocs/seller-frp-setup.md
ZeroTier overlay setupdocs/zerotier-setup.md

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 --sync against the clean pinned checkout.