Skip to main content

Governance overview

Authoritative governance repo

xrtm.org summarizes governance for contributors and newcomers. The binding schemas, compatibility rules, and review policies live in xrtm-org/governance.

The governance repo is where XRTM keeps cross-repo rules stable while implementation repos evolve.

Quick ownership map

TopicAuthoritative homePublic summary on this site
Forecast Object schemas and compatibilitygovernance/schemas/Forecast Object standard
Release labeling and feature graduationgovernance/policies/feature-status-and-graduation-policy.mdNext release track
Release gates and acceptance policygovernance/policies/this page plus Contributing
Shipped CLI/product behaviorxrtm reporeleased workflow pages

What is authoritative there

Practical change flow

  1. If you want to change a schema or cross-repo compatibility rule, open it in governance first.
  2. Once governance accepts the change, update the affected implementation repos such as xrtm, forecast, eval, data, or train.
  3. Update xrtm.org last so the newcomer-facing explanation mirrors the accepted source of truth.
  4. When a feature exists in source but is intentionally unreleased, summarize it on the site's Next release track instead of slipping it into release-pinned docs.
  5. Treat release-pinned docs as published-surface mirrors. If the owning repo has not published or accepted the change yet, this site should not present it as shipped behavior.

What this site should do

  • explain why the standards exist
  • point contributors at the right owning repo
  • summarize accepted governance decisions without becoming the only copy

What this site should not do

  • introduce new schema requirements here first
  • act as the only location for contributor policy
  • imply that package behavior can be changed from this repo alone