Files
agent_ops/02.架构设计/README.md
T

38 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 架构设计主目录
`02.架构设计/` 现在是 LineUp 项目的统一设计主目录。
截至 **2026-08-07**
-`lineup-app/设计/` 中的当前有效设计文档,已经整体迁入本目录;
-`agent_ops/设计/` 中的前期分析、阶段记录和正式方案快照,已经迁入本目录的历史归档区;
- 后续关于架构、协议、Runtime、MiniApp、Surface、Capability 和 Agent Tool 的讨论,都应以这里为主入口。
## 当前结构
```text
02.架构设计/
├── README.md
├── 00.整合说明/
│ ├── 01.设计整合说明与优先级.md
│ └── 02.设计冲突与演进顺序.md
├── 01.当前有效设计/
│ ├── README.md
│ ├── APP架构设计.md
│ └── 02.正式方案/
├── 02.整合结论/
│ ├── 01.当前权威架构基线.md
│ └── 02.Agent工具与运行时边界.md
└── 90.历史设计归档/
├── 00.阶段记录/
├── 01.前期分析与设计/
└── 02.正式方案快照/
```
## 使用方式
- 想看当前设计正文,进入 `01.当前有效设计/`
- 想看整合后的主结论,进入 `02.整合结论/`
- 想看冲突判断和演进顺序,进入 `00.整合说明/`
- 想追溯早期方案,进入 `90.历史设计归档/`