VX
Contributor Guide Work on implementation without breaking contracts

Role: Contributor Guide

Change behavior deliberately and keep ownership boundaries intact.

Use this route after reading law and architecture pages.

Contributions are accepted by contracts, tests, and documented ownership.

Primary Gates

make test
make ci
make frontend-test
make backend-conformance-test
make docs-check
make web

Source Ownership

  • Frontend owns semantics, CTE, DCE, analysis, type soundness.
  • Backends own emission strategy from analyzed contract.
  • Driver owns backend discovery and CLI routing.

Useful Entry Points