all repos — h3rald @ 34b7be088862c86dd103fc396dac74a552fe2da7

The source code of the h3rald.com web site.

Fixes
h3rald h3rald@h3rald.com
Sun, 07 Jun 2026 06:44:00 +0200
commit

34b7be088862c86dd103fc396dac74a552fe2da7

parent

3734eae5fb6ec5431e712aa935add0227b384f6f

1 files changed, 6 insertions(+), 5 deletions(-)

jump to
M contents/conver.mdcontents/conver.md

@@ -163,7 +163,7 @@ | 2 | S | Y | N |

| 1 | S | N | Y | | 0 | S | N | N | -### Dependability Stages +#### Dependability Stages Projects that follow Convergent Versioning SHALL aim to achieve the highest level of dependability in terms of completeness, maturity, and stability. This is achieved by partitioning the available versioning units into four _dependability stages_.

@@ -171,7 +171,7 @@ Depending on the stage a project is currently in, certain metadata values SHALL be explicitly forbidden. For example, any release that is part of the _established_ stage MUST NOT include breaking changes.

The following sections describe the characteristics and restrictions of each stage more in detail. -#### Prototype (000-400) +##### Prototype (000-400) Projects in this stage are typically highly unstable, immature, and/or incomplete. As a result, releases within this stage:

@@ -179,7 +179,7 @@ - MAY be of any magnitude

- MAY include breaking changes - MAY include experimental content -#### Operational (401-800) +##### Operational (401-800) Projects in this stage are typically usable in production, although they MAY still improve substantially in terms of completeness, maturity, and stability. As a result, releases within this stage:

@@ -187,7 +187,7 @@ - MAY be or magnitude S, M, or L, but not X

- MAY include breaking changes - MAY include experimental content -#### Established (801-C00) +##### Established (801-C00) Projects in this stage are typically regarded as sufficiently complete, mature and/or stable, although they may still improve to achieve a higher degree of completeness, maturity, and/or stability. As a result, releases within this stage:

@@ -195,7 +195,7 @@ - MAY be of magnitude S or M, but not L or X.

- MUST NOT include breaking changes. - MAY include experimental content. -#### Bedrock (C01-1000) +##### Bedrock (C01-1000) Projects in this stage are typically regarded as complete, mature, and/or stable. As a result, releases within this stage:

@@ -214,6 +214,7 @@ - Adjusted dependability stages to be inclusive (400, 800, C00, 1000).

- Clarified that a dependability score of 1000 cannot be represented or reached. - Introduced alternative representations. - Improve wording throughout the document to clarify that _ConVer_ can be used as an abbreviation for Convergent Versioning. +- Moved Dependability Stages under Specification. #### v100-D (2026-06-07)