Skip to content

Latest commit

 

History

History
76 lines (47 loc) · 1.43 KB

File metadata and controls

76 lines (47 loc) · 1.43 KB

VERSION

SYSTEM: CORPIFORM
VERSIONING MODEL: FORWARD-ONLY / NON-RETROACTIVE


CURRENT VERSION

  • VERSION: v0.1.7
  • STATE: NON-FINAL
  • RELEASE TYPE: PRE-SEAL
  • COMPATIBILITY: NONE GUARANTEED

VERSION PRINCIPLES

CORPIFORM follows strict forward-only versioning.

  • Versions are immutable once published.
  • Versions are never reused.
  • Versions are never modified in place.
  • Downgrades are forbidden.

VERSION TRANSITIONS

Allowed transitions:

  • vX.Y.ZvX.Y.(Z+1)
    Patch-level changes (no scope or contract change)

  • vX.Y.ZvX.(Y+1).0
    Minor changes (internal structure, same contract)

  • vX.Y.Zv(X+1).0.0
    Major changes (contract, scope, or authority changes)

All transitions require explicit resealing.


SEALING REQUIREMENT

A version becomes FINAL only when:

  • all contracts are complete
  • scope is fixed
  • authority model is sealed
  • death protocol is present
  • an explicit AUCTORISEAL seal is issued

Unsealed versions are non-authoritative by definition.


COMPATIBILITY GUARANTEE

Only FINAL versions may be relied upon.

  • Non-final versions provide no guarantees.
  • Compatibility is never implied.
  • Behavior must not be assumed stable.

DECLARATION

This file defines the complete versioning rules for CORPIFORM.

If this file is missing, altered, or ambiguous,
CORPIFORM MUST BE TREATED AS NON-FINAL AND NON-AUTHORITATIVE.