Files
uniprop-manual/cross/index.md
Willie 83b4e0277c 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>
2026-05-25 21:46:28 +08:00

47 lines
1.6 KiB
Markdown

---
title: cross · 跨域协作(中心)
aliases:
- cross
- 跨域协作
- 跨域中心
tags:
- 域首页
- 跨域
status: 草稿
owner: 待指定
last_review: 2026-05-25
---
# 跨域协作(cross)
本目录承载**跨业务域**的内容,包括:
- **共享概念**(`cross/concepts/`) —— 多个域引用的对象(业户、员工、组织、房屋、工单、门卡、通知、角色权限)
- **跨域编排场景**(`cross/scenarios/`) —— 涉及 2+ 域的业务流程(如"新业户入住"、"新员工入职")
- **跨域架构决策**(`cross/decisions/`) —— 影响多域的 ADR
## 8 个跨域共享概念(stub 已就位)
| 概念 | 文件 | 跨几个域 |
|---|---|---|
| 业户 (Resident) | [resident.md](concepts/resident.md) | 4(prop-acc / community / patrol / resident-portal) |
| 员工 (Staff) | [staff.md](concepts/staff.md) | 4(administrative / prop-acc / patrol / community) |
| 组织结构 | [org-hierarchy.md](concepts/org-hierarchy.md) | 全 5 域 |
| 房屋单元 | [housing-unit.md](concepts/housing-unit.md) | 4 |
| 工单 | [work-order.md](concepts/work-order.md) | 3 |
| 门卡 / IC 卡 | [access-card.md](concepts/access-card.md) | 3 |
| 通知 | [notification.md](concepts/notification.md) | 全 5 域(基础设施) |
| 角色与权限 | [role-permission.md](concepts/role-permission.md) | 全 5 域(基础设施) |
## 跨域地图
![[cross-domain-map]]
[查看跨域协作地图(Gitea / GitHub 可点)](maps/cross-domain-map.md)
## 相关文档
- [跨域协作地图](maps/cross-domain-map.md)
- [业务域索引](../maps/domain-map.md)
- [知识库首页](../index.md)