Four Governing Principles
🔒

Stability First

Ratified invariants are immutable. Implementations that pass the conformance suite today will pass it in perpetuity. No retroactive breakage.

🧪

Proof-Backed Changes

Every new invariant requires a conformance test vector. Opinion-only changes are rejected regardless of source. The test suite is the source of truth.

🔍

Independent Verifiability

ATF-INV-006 is also a governance principle: no change may reduce the protocol's offline verifiability. Receipts must always be verifiable without platform access.

🌐

Language Agnosticism

The Python reference implementation is the source of truth for ambiguous cases. All language ports must produce identical output for identical input (FVP-INV-007).

RFC Lifecycle
Draft
Work in progress. Breaking changes allowed.
Review
Feature-complete. 30-day review period.
Candidate
Changes frozen. Conformance suite finalized.
Ratified
Invariants now stable. Implementations may claim compliance.
Published
DOI assigned. Citable. Permanent.
Published RFCs
RFCTitleStatusReferences
RFC-ATF-1 Agent Trust Fabric Delegation Protocol
6 invariants · MAR · PQC · Temporal validity
PUBLISHED DOI 10.5281/zenodo.20155016
SSRN 6757339
RFC-ATF-2 Runtime Governance Continuity Protocol
8 invariants · CES · HALT · RCR chain
PUBLISHED SSRN 6763978
RFC-ATF-3 Evidence Lifecycle, Policy Interoperability & Forensic Verification
26 invariants · GPIL · EAP · OEP · FEA · FVP
CANDIDATE Zenodo DOI pending
Proposing a New RFC
  1. Open a GitHub Issue with title [RFC] <short title>. Include motivation, invariants proposed, and failure mode addressed.
  2. Community discussion. Objections must include a counter-test-vector. Opinion-only objections are noted but do not block progress.
  3. Draft period. The Editor opens an RFC document in /rfcs/. The draft is iterated until feature-complete.
  4. 30-day review. The RFC enters REVIEW status. Substantive changes require a new conformance test vector. The conformance suite is finalized.
  5. Ratification or closure. The Editor ratifies (invariants become stable) or closes with explanation. Ratification requires at least one passing implementation.
Versioning Policy
MAJOR
New invariant (breaking change). Existing implementations must update.
1.x → 2.0
MINOR
New non-normative guidance. No existing implementation breaks.
1.0 → 1.1
PATCH
Clarification, typo fix, example update. Fully backward-compatible.
1.0.0 → 1.0.1
Invariant stability guarantee: Once ratified, an invariant's reason code and check logic are never modified. Existing conformance vectors are never invalidated. New vectors may be added; existing ones are immutable (FVP-INV-007).
Conformance Claims
ProfileInvariants RequiredTest VectorsBadge
ATF-Compliant ATF-INV-001 through ATF-INV-006 15 vectors (8P + 7N) ATF-Compliant badge
ATF-RGC-Compliant ATF-Compliant + RGC-INV-001 through RGC-INV-008 + 11 vectors (6P + 5N) ATF-RGC-Compliant badge
ATF-FEI-Compliant ATF-RGC-Compliant + GPIL + EAP + OEP + FEA + FVP invariants + 8 vectors (4P + 4N) ATF-FEI-Compliant badge
Conformance is self-claimed. The Editor does not certify implementations. Conformance claims are the responsibility of implementation authors. To add your implementation, open a PR updating IMPLEMENTATIONS.md. False claims will be removed. See the full Conformance Program →
Editor
HN

Harold Nunes

Founder & Editor — OMNIX QUANTUM LTD · UAE / UK
  • RFC lifecycle decisions (ratification, rejection)
  • Conformance vector quality and immutability
  • IMPLEMENTATIONS.md maintenance
  • Security response (acknowledge within 72h)
  • Governance model amendments (subject to RFC process)
Contact: GitHub Issues · Security Advisories
Security Policy

Report vulnerabilities privately via GitHub Security Advisories. The Editor will acknowledge within 72 hours. Protocol-level vulnerabilities (invariant bypass) are treated as critical and receive a patch-priority RFC. See SECURITY.md for the full policy.

License
CC BY 4.0 — You may implement, extend, or build upon ATF in any software (open or proprietary) provided you attribute: "Based on the ATF Protocol Standard by OMNIX QUANTUM LTD". Reference implementations and tooling are published under the same license. Full license text →