docs: bind bilingual module proposal vocabulary

This commit is contained in:
Kinneyzhang 2026-08-31 13:44:41 +08:00
parent 46ffc69c5f
commit 8d685b75e3
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,10 @@
> Current behavior remains defined by > Current behavior remains defined by
> [`architecture.en.md`](../architecture.en.md), > [`architecture.en.md`](../architecture.en.md),
> [`user-guide.en.md`](../user-guide.en.md), and passing tests. > [`user-guide.en.md`](../user-guide.en.md), and passing tests.
> The public Component vocabulary is synchronized with the
> [Chinese proposal](module-boundaries.zh.md); both describe `:view`, `:render`,
> optional `:setup`, opaque `etaf-state`, and the single public `etaf-node`
> constructor at the target boundary.
This document defines only the target model, module owners, dependency direction, and This document defines only the target model, module owners, dependency direction, and
completion criteria. Implementation order belongs in a separate delivery plan; completion criteria. Implementation order belongs in a separate delivery plan;

View File

@ -3,6 +3,9 @@
> 状态:设计提案。本文不描述当前已交付 API。当前行为仍以 > 状态:设计提案。本文不描述当前已交付 API。当前行为仍以
> [`architecture.zh.md`](../architecture.zh.md)、[`user-guide.zh.md`](../user-guide.zh.md) > [`architecture.zh.md`](../architecture.zh.md)、[`user-guide.zh.md`](../user-guide.zh.md)
> 和通过的测试为准。 > 和通过的测试为准。
> 公共 Component 词汇已与[英文提案](module-boundaries.en.md)同步;两份文档在目标边界
> 都使用 `:view`、`:render`、可选 `:setup`、opaque `etaf-state`,以及唯一公共构造器
> `etaf-node`
本文只定义目标模型、模块 owner、依赖方向和完成条件。实现顺序属于单独的 本文只定义目标模型、模块 owner、依赖方向和完成条件。实现顺序属于单独的
实施计划;历史名称和兼容策略不参与目标架构设计。 实施计划;历史名称和兼容策略不参与目标架构设计。