docs: add versioning convention to naming doc

X.Y.Z semver: Z=bugfix, Y=minor feature, X=major/breaking
This commit is contained in:
2026-05-13 13:14:42 -04:00
parent 18b289dff8
commit a88dac5510

View File

@@ -12,6 +12,16 @@
cl-tty is the first harvested library of the Stoa cannibalization pipeline — a pure-CL terminal I/O library, independent of any project.
* Versioning Convention
All projects follow strict semver: X.Y.Z where:
- **X** — major release (architecture-breaking changes)
- **Y** — minor release (new features, backwards-compatible)
- **Z** — patch release (bug fixes only, no new features)
Feature releases increment Y. Bugfix and hardening releases increment Z.
No feature release ships without its prerequisite hardening releases resolved.
* Identity Architecture
| Name | Greek | Layer | Role |