mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
docs: rename top maturity tier (#96044)
This commit is contained in:
parent
f354889efa
commit
1ce8eb3993
5 changed files with 7 additions and 7 deletions
|
|
@ -146,7 +146,7 @@ Default guidance:
|
|||
|
||||
Default Completeness bands:
|
||||
|
||||
- `Lovable` (95-100): complete across expected workflows, variants, and
|
||||
- `Clawesome` (95-100): complete across expected workflows, variants, and
|
||||
recovery branches, with only minor polish gaps.
|
||||
- `Stable` (80-95): the expected workflow set is broadly present, with only
|
||||
bounded missing branches.
|
||||
|
|
@ -172,7 +172,7 @@ Default Completeness bands:
|
|||
|
||||
Bands:
|
||||
|
||||
- `Lovable`: 95-100
|
||||
- `Clawesome`: 95-100
|
||||
- `Stable`: 80-95
|
||||
- `Beta`: 70-80
|
||||
- `Alpha`: 50-70
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ The current scorecard covers 50 surfaces and 281 capability areas.
|
|||
|
||||
| Label | Score range |
|
||||
| ------------ | ----------- |
|
||||
| Lovable | 95-100% |
|
||||
| Clawesome | 95-100% |
|
||||
| Stable | 80-95% |
|
||||
| Beta | 70-80% |
|
||||
| Alpha | 50-70% |
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ This page explains the product areas and capability groups behind the maturity s
|
|||
| `M2` | Alpha | Real users can try it, but breaking changes and incomplete UX are expected. | Documented setup, basic tests, known caveats, and at least one real-environment proof. |
|
||||
| `M3` | Beta | Public path exists and the main workflow is usable with bounded caveats. | Install/update docs, regression tests, support runbook, and successful scenario proof across the expected environment. |
|
||||
| `M4` | Stable | Recommended path for normal users. Failures are treated as regressions. | Release gate, doctor/troubleshooting path, broad docs, and repeated real-world proof. |
|
||||
| `M5` | Lovable | Polished, delightful, well-instrumented, and competitive with the best comparable workflow. | Stable plus user scorecard pass across representative users. |
|
||||
| `M5` | Clawesome | Polished, delightful, well-instrumented, and competitive with the best comparable workflow. | Stable plus user scorecard pass across representative users. |
|
||||
|
||||
## Product areas
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ export const QA_MATURITY_TAXONOMY_PATH = "taxonomy.yaml";
|
|||
export const QA_MATURITY_SCORES_PATH = "qa/maturity-scores.yaml";
|
||||
export const QA_MATURITY_SCORE_KEYS = ["quality", "completeness"] as const;
|
||||
export const QA_MATURITY_SCORE_LABELS = [
|
||||
"Lovable",
|
||||
"Clawesome",
|
||||
"Stable",
|
||||
"Beta",
|
||||
"Alpha",
|
||||
|
|
|
|||
|
|
@ -251,9 +251,9 @@ levels:
|
|||
label: Stable
|
||||
meaning: Recommended path for normal users. Failures are treated as regressions.
|
||||
promotion_bar: Release gate, doctor/troubleshooting path, broad docs, and repeated real-world proof.
|
||||
- id: lovable
|
||||
- id: clawesome
|
||||
code: M5
|
||||
label: Lovable
|
||||
label: Clawesome
|
||||
meaning: Polished, delightful, well-instrumented, and competitive with the best comparable workflow.
|
||||
promotion_bar: Stable plus user scorecard pass across representative users.
|
||||
surfaces:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue