docs(architecture): API-stable RPC walkthrough + link index

- Add 走查任务与状态: per §3.1–3.5 subtask bounds, next fixes vs blocked items
- Link from 约定 doc; scope wording; docs/README architecture links
- listFloor: note missing page.isSuccess per §2.2

Made-with: Cursor

Former-commit-id: e1ab6efd23
This commit is contained in:
反编译工作区
2026-04-25 08:10:29 +08:00
parent f14a13607f
commit 0c61976ade
3 changed files with 144 additions and 0 deletions
+2
View File
@@ -19,6 +19,8 @@
### 工程说明(architecture
- [Maven 聚合工程说明](architecture/Maven聚合工程说明.md) — 五个 `maven-*` 聚合工程的定位、子模块、技术栈、工程间依赖与 `artifacts`/运行包分工。
- [对外接口不变-远程调用与性能优化约定](architecture/对外接口不变-远程调用与性能优化约定.md) — HTTP/Feign 不扩展前提下,合并 RPC、有界并行与返回值校验等原则。
- [对外接口不变-走查任务与状态](architecture/对外接口不变-走查任务与状态.md) — 与约定对齐的代码走查:子任务量、可修正项与不可修正/须确认项。
### 业务(business