AI-OS uses Semantic Versioning for public releases.
vMAJOR.MINOR.PATCH
- MAJOR: breaking change to the operating model, prompt contract, or public structure
- MINOR: new loops, prompts, verifiers, examples, or diagrams
- PATCH: corrections, clarifications, small documentation fixes
stateDiagram-v2
[*] --> ScopeFreeze
ScopeFreeze --> Verify
Verify --> HumanApproval
HumanApproval --> Tag: approved
HumanApproval --> Rework: rejected
Rework --> Verify
Tag --> ReleaseNotes
ReleaseNotes --> Publish
Publish --> PostReleaseCheck
PostReleaseCheck --> [*]
All releases require explicit maintainer approval.