From 8d685b75e379d20fb615e255e949a13e8d991136 Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Mon, 31 Aug 2026 13:44:41 +0800 Subject: [PATCH] docs: bind bilingual module proposal vocabulary --- docs/proposals/module-boundaries.en.md | 4 ++++ docs/proposals/module-boundaries.zh.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/docs/proposals/module-boundaries.en.md b/docs/proposals/module-boundaries.en.md index d0d3c6d..dfffe9e 100644 --- a/docs/proposals/module-boundaries.en.md +++ b/docs/proposals/module-boundaries.en.md @@ -4,6 +4,10 @@ > Current behavior remains defined by > [`architecture.en.md`](../architecture.en.md), > [`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 completion criteria. Implementation order belongs in a separate delivery plan; diff --git a/docs/proposals/module-boundaries.zh.md b/docs/proposals/module-boundaries.zh.md index 21ad1a1..909530a 100644 --- a/docs/proposals/module-boundaries.zh.md +++ b/docs/proposals/module-boundaries.zh.md @@ -3,6 +3,9 @@ > 状态:设计提案。本文不描述当前已交付 API。当前行为仍以 > [`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、依赖方向和完成条件。实现顺序属于单独的 实施计划;历史名称和兼容策略不参与目标架构设计。