nav: 导航页全部改用 Markdown 相对链接(Gitea / GitHub 可点击)

问题:UDAS 主线规则强制 WikiLink,但 WikiLink 在 Gitea / GitHub Web
渲染为纯文本不可点 —— 团队在那两处浏览必须"翻文件目录"才能进文档。

规则更新(已写入 SKILL.md WikiLink 章节):
- 知识内容(concepts / scenarios / procedures / decisions / faq / glossary):
  继续用 [[...]] WikiLink(驱动 Graph View、位置无关)
- 导航页(任何 index.md、所有 maps/*.md):改用 [文本](相对路径.md)
  Markdown 链接 —— 三平台(Obsidian / Quartz / Gitea)都可点
- ![[...]] embed 可保留,但导航页必须同时配 [查看 X](path/to/X.md) 降级链接

本次改动:
- 顶层 index.md:6 域入口表 + embed + 降级链接
- maps/domain-map.md:6 域表(双链:域首页 + 域知识地图)
- cross/index.md:8 共享概念表 + embed + 降级链接
- cross/maps/cross-domain-map.md:8 概念表 + 编排场景预告
- prop-acc/index.md:7 子模块进度表(链 adhoc 深度图)+ embed + 降级 + 跨域链
- 4 新域 index.md + maps/knowledge-map.md(community/administrative/patrol/
  resident-portal):统一模板,子模块行占位,跨域共享 8 链

prop-acc 知识地图拆分:
- 原 maps/knowledge-map.md 内容(adhoc 子模块的 25 场景 + 3 概念)
  git mv → maps/adhoc-knowledge-map.md(子模块深度图)
- 新建 maps/knowledge-map.md(prop-acc 域总图,7 子模块表)
- 配合 SKILL.md 多域子模块规则 S-5:子模块数 > 3 或单子模块文档 > 20 时
  另建子模块深度图

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Willie
2026-05-25 21:46:28 +08:00
parent c08aa47dbd
commit 83b4e0277c
14 changed files with 333 additions and 173 deletions

View File

@@ -14,20 +14,20 @@ last_review: 2026-05-25
# 跨域协作地图
> 跨业务域共享的概念、编排场景、决策的索引。本图按"对象 → 引用域"组织。
> 跨业务域共享的概念、编排场景、决策的索引。按"对象 → 引用域"组织。
## 共享对象(8 个跨域概念)
| 概念 | 主域 | 引用域 |
|---|---|---|
| [[业户]] | resident-portal | prop-acc, community, patrol |
| [[员工]] | administrative | prop-acc, patrol, community |
| [[组织结构]] | (基础设施) | 全 5 域 |
| [[房屋单元]] | community | prop-acc, resident-portal, patrol |
| [[工单]] | patrol | community, resident-portal |
| [[门卡]] | prop-acc | resident-portal, patrol |
| [[通知]] | (基础设施) | 全 5 域 |
| [[角色与权限]] | administrative | 全 5 域 |
| 概念 | 主域 | 引用域 | 文件 |
|---|---|---|---|
| 业户 | resident-portal | prop-acc, community, patrol | [resident.md](../concepts/resident.md) |
| 员工 | administrative | prop-acc, patrol, community | [staff.md](../concepts/staff.md) |
| 组织结构 | (基础设施) | 全 5 域 | [org-hierarchy.md](../concepts/org-hierarchy.md) |
| 房屋单元 | community | prop-acc, resident-portal, patrol | [housing-unit.md](../concepts/housing-unit.md) |
| 工单 | patrol | community, resident-portal | [work-order.md](../concepts/work-order.md) |
| 门卡 | prop-acc | resident-portal, patrol | [access-card.md](../concepts/access-card.md) |
| 通知 | (基础设施) | 全 5 域 | [notification.md](../concepts/notification.md) |
| 角色与权限 | administrative | 全 5 域 | [role-permission.md](../concepts/role-permission.md) |
## 跨域编排场景(待添加)
@@ -53,5 +53,6 @@ last_review: 2026-05-25
## 相关文档
- [[cross · 跨域协作(中心)]]
- [[domain-map|业务域索引]]
- [cross 跨域协作中心](../index.md)
- [业务域索引](../../maps/domain-map.md)
- [知识库首页](../../index.md)