docs(architecture): link retained runtime target

Make the TP current-architecture document point to the approved TP/Ebox target and refactor plan while clearly retaining TP 0.3.x as the current implementation.\n\nVerified: relative documentation links resolve\nVerified: git diff --cached --check
This commit is contained in:
Kinneyzhang 2026-08-06 01:06:48 +08:00
parent 6c5c08b0fe
commit 489a1cff33

View File

@ -1,5 +1,7 @@
# tp 代码架构文档
> 未来主版本目标TP 将重构为独立 retained/reactive text runtime并作为 Ebox 的通用底层执行器。已批准但尚未实现的跨包架构合同与执行计划分别见 sibling Ebox 仓库的 [TP / Ebox Retained Text Runtime 目标架构](../../emacs-box/docs/architecture/tp-ebox-retained-text-runtime-architecture.zh.md) 和 [重构开发计划](../../emacs-box/docs/development/plans/2026-08-06-tp-ebox-retained-runtime-refactor.zh.md)。本文在最终切换完成前仍只描述 TP 0.3.x 当前实现。
本文档描述 tp 库的模块分层结构与函数调用层次,从底层基础模块到上层功能模块的分层组织。
当前 API 的规范契约见 [API-SEMANTICS.md](API-SEMANTICS.md)Emacs 原生