Skip to main content

Governance Principles

These principles guide every governance decision: RFC acceptance, version releases, certification criteria, and stewardship transitions. They complement — but do not replace — technical design principles in Core Design Principles and operational rules in RFC-007.

Process rules below use RFC 2119 keywords.

1. Open Evolution

The specification MUST evolve through public, documented processes. Substantive changes MUST enter via the RFC process with review periods visible to all participants.

  • Draft RFCs SHOULD be published before implementation-dependent deployments at scale
  • Rejected proposals SHOULD retain public rationale for future reference
  • Emergency security fixes MAY follow an expedited path defined in Security Disclosure

Anti-pattern: Normative behavior defined only in a vendor's private integration guide.

2. Technical Merit

Decisions MUST prioritize technical merit, interoperability evidence, and conformance impact over brand affiliation, revenue share, or participant size.

Evaluation criteria SHOULD include:

CriterionQuestion
CorrectnessDoes the proposal satisfy stated use cases without contradictions?
InteroperabilityDo at least two independent implementations benefit?
SecurityWhat is the threat model delta? (SRG review)
PrivacyDoes data minimization hold?
ComplexityIs the simplest sufficient design chosen?
EvidenceAre there test vectors, pilots, or formal analysis?

3. Compatibility First

Backward compatibility SHOULD be preserved across minor and patch releases. Breaking changes MUST follow the Breaking Changes Policy and MUST NOT appear in Stable RFCs without a major version or explicit deprecation cycle.

Implementers SHOULD treat RFC-010 Versioning as binding for schema and API evolution.

4. Implementation Neutrality

The specification MUST NOT mandate a single vendor stack, cloud region, programming language, or reference codebase. Normative text MAY include non-binding examples; examples MUST NOT be the only definition of required behavior.

  • Conformance MUST be evaluated against behavior, not source code similarity
  • Reference implementations MAY exist but MUST NOT confer exclusive rights (see Reference Implementation Policy)

5. Security Responsibility

Security is a collective obligation spanning spec authors, implementers, and operators.

RoleResponsibility
Working Group / SRGThreat models, normative controls, coordinated disclosure
ImplementersSecure defaults, patch SLAs, production hardening
OperatorsIncident response, audit, subject notification where required
ResearchersResponsible reporting per Security Disclosure

Security regressions in Stable RFCs MUST be remediated; cosmetic issues MAY wait for scheduled releases.

6. Community Participation

Governance MUST provide meaningful participation paths for implementers, researchers, civil-society advocates, and institutional users — not only founding stewards.

  • Contribution mechanics are defined in Community Participation and Contribution Process
  • Decision records SHOULD be public unless restricted for security or personal data
  • Working Group meetings SHOULD publish minutes and agendas

Requirement: No fee MAY be required to submit RFC drafts or participate in public review.

7. Long-Term Stability

Institutions integrate trust infrastructure over years. Governance MUST optimize for predictable lifecycles:

MechanismPurpose
RFC status ladderDraft → Stable with explicit semantics
Deprecation timelinesMinimum notice before Retired
Conformance versioningCertificates bind to spec version
Stewardship roadmapTransition to independent foundation (Ecosystem Roadmap)

Short-term expedience MUST NOT override documented deprecation commitments without Working Group supermajority and public notice.

Principle hierarchy

When principles conflict, resolve in this order:

  1. Subject safety and security (including privacy)
  2. Compatibility commitments already published as Stable
  3. Technical merit and interoperability
  4. Open evolution and community participation
  5. Implementation convenience