Skip to content

Commit ca82b57

Browse files
Merge pull request #527 from open-element/dev
docs(readme,roadmap): align alpha/stable and #390 prose with the 0.41.0 stable line
2 parents 1c985e4 + c707ec4 commit ca82b57

3 files changed

Lines changed: 21 additions & 20 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Elements are the durable application contract; JSX and Basic Element are the
77
authoring layer; Declarative Shadow DOM is the default server representation;
88
interactive regions upgrade selectively.
99

10-
Published package line: `0.41.0` (`v0.41.0`). This release
11-
keeps the project in alpha while the five-package product and external adoption
12-
evidence continue to mature; the abandoned beta naming is not an active line.
10+
Published package line: `0.41.0` (`v0.41.0`) — the stable five-package
11+
release under ADR-0119's scoped interface freeze; the abandoned beta naming
12+
is not an active line.
1313

1414
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
1515
[![Deno](https://img.shields.io/badge/Deno-2.8%2B-000000)](https://deno.com/)
@@ -51,15 +51,15 @@ external adoption. It is not presented as an already-achieved market claim.
5151

5252
## Current release state
5353

54-
The five-package convergence is published as `0.41.0`. npm beta.1
54+
The five-package convergence is published as stable `0.41.0`. npm beta.1
5555
through beta.3 remain withdrawn partial artifacts and are not compatibility
56-
baselines. External adopter pilot #390 remains the primary repository-external
57-
condition before the project can make a stability commitment. Alpha.18
58-
completed the second audit sweep (see
59-
[ADR-0117](./docs/adr/ADR-0117-second-audit-round-alpha18-sweep.md)).
56+
baselines. The third audit sweep completed in alpha.19 (see
57+
[ADR-0118](./docs/adr/ADR-0118-third-audit-round-alpha19-cleanup-sweep.md)),
58+
and the #390 pilot was retired by maintainer decision after zero recruitment
59+
(see [ADR-0119](./docs/adr/ADR-0119-stable-0-41-0-scoped-interface-freeze.md)).
6060

61-
Stable `0.41.0` is released only when alpha releases need no more architecture,
62-
public-interface or adoption work. Request-time data, forms, sessions and cache
61+
Request-time data, forms, sessions and cache stay explicitly unfrozen until
62+
0.42/0.44; Request-time data, forms, sessions and cache
6363
remain future product work, so the current promise is static-first applications
6464
with fullstack output paths—not broad fullstack parity.
6565

README.zh.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Elements 是可长期保存的应用组件模型;JSX 与 Basic Element 是作者层;
77
Declarative Shadow DOM 是默认服务端表示;交互区域按需升级。
88

9-
已发布包线为 `0.41.0``v0.41.0`。项目继续使用 alpha
10-
命名,直到五包产品与外部采用证据充分成熟;已放弃的 beta 命名不再是当前版本线。
9+
已发布包线为 `0.41.0``v0.41.0`——ADR-0119 范围化接口冻结下的
10+
stable 五包版本;已放弃的 beta 命名不再是当前版本线。
1111

1212
## 当前产品
1313

@@ -41,12 +41,12 @@ official build path = Vite + Nitro
4141

4242
## 当前发布状态
4343

44-
五包收敛已作为 `0.41.0` 发布。npm beta.1 至 beta.3 仍是已撤回的
45-
不完整历史产物,不构成兼容基线。外部 adopter pilot #390 仍是作出稳定性承诺前
46-
最重要的仓库外条件。Alpha.18 已完成第二轮审计清扫(ADR-0117)。
44+
五包收敛已作为 stable `0.41.0` 发布。npm beta.1 至 beta.3 仍是已撤回的
45+
不完整历史产物,不构成兼容基线。第三轮审计清扫于 alpha.19 完成(ADR-0118),
46+
#390 试点在零招募后由 maintainer 决策退役(ADR-0119)。
4747

48-
只有后续 alpha 不再需要架构、公开接口或采用工作时,才发布 stable `0.41.0`
49-
request-time data、forms、sessions 与 cache 仍是后续产品工作;当前承诺是具有
48+
request-time data、forms、sessions 与 cache 在 0.42/0.44 前显式不冻结,
49+
仍是后续产品工作;当前承诺是具有
5050
fullstack 输出路径的 static-first 应用,不是泛全栈能力对等宣称。
5151

5252
`1.0.0` 路径是在 Application Loop、WC SSR、Production Runtime 与外部采用证据完成后,

docs/roadmap/ROADMAP.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ Execution and release state follow the
77
> Published package line: `v0.41.0`.\
88
> Active execution target: `v0.41.0`.\
99
> Current implementation state: five-package convergence is published;
10-
> alpha.17 closed the first audit remediation and alpha.18 completed the
11-
> second audit sweep (ADR-0117).\
12-
> Maturity stage: alpha; the abandoned beta naming is retired.
10+
> alpha.17 closed the first audit remediation, alpha.18 completed the
11+
> second audit sweep (ADR-0117), and alpha.19 completed the third (ADR-0118).\
12+
> Maturity stage: stable (0.41.x interface freeze under ADR-0119); the
13+
> abandoned beta naming is retired.
1314
1415
## Product direction
1516

0 commit comments

Comments
 (0)