feat: enhance project documentation with new overview diagrams, commercialization roadmap, and technical debt backlog.

This commit is contained in:
2569718930@qq.com
2026-03-11 11:45:57 +08:00
parent 35345a1b04
commit e89fdb7e09
6 changed files with 185 additions and 115 deletions
+27 -14
View File
@@ -7,20 +7,33 @@
## 1. 技术债全景
```mermaid
mindmap
root((技术债))
"架构层"
"机器人入口过于集中"
"共享运行时耦合"
"产品基础设施"
"订阅权限一致性"
"付费用户持久化"
"质量保障"
"回放测试能力"
"UI 回归覆盖不足"
"可观测性"
"告警证据链"
"SLO 看板"
flowchart TD
A["技术债"]
subgraph AR["架构层"]
AR1["机器人入口过于集中"]
AR2["共享运行时耦合"]
end
subgraph PI["产品基础设施"]
PI1["订阅权限一致性"]
PI2["付费用户持久化"]
end
subgraph Q["质量保障"]
Q1["回放测试能力"]
Q2["UI 回归覆盖不足"]
end
subgraph O["可观测性"]
O1["告警证据链"]
O2["SLO 看板"]
end
A --> AR
A --> PI
A --> Q
A --> O
```
当前系统健康度估计:**84% 稳定 / 16% 技术债**。