问题: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>
59 lines
1.9 KiB
Markdown
59 lines
1.9 KiB
Markdown
---
|
|
title: 跨域协作地图
|
|
aliases:
|
|
- cross-domain-map
|
|
- 跨域地图
|
|
tags:
|
|
- 规范
|
|
- 跨域
|
|
- 知识地图
|
|
status: 草稿
|
|
owner: 待指定
|
|
last_review: 2026-05-25
|
|
---
|
|
|
|
# 跨域协作地图
|
|
|
|
> 跨业务域共享的概念、编排场景、决策的索引。按"对象 → 引用域"组织。
|
|
|
|
## 共享对象(8 个跨域概念)
|
|
|
|
| 概念 | 主域 | 引用域 | 文件 |
|
|
|---|---|---|---|
|
|
| 业户 | 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) |
|
|
|
|
## 跨域编排场景(待添加)
|
|
|
|
预计的跨域场景:
|
|
|
|
- **新业户入住** — resident-portal + prop-acc + community + patrol
|
|
- **新员工入职** — administrative + prop-acc + patrol + community
|
|
- **业户报修** — resident-portal → patrol → community
|
|
- **退租结算** — prop-acc + community + resident-portal + patrol
|
|
- **小区活动通知** — community → resident-portal
|
|
|
|
(具体编排节点文档将放 `cross/scenarios/`)
|
|
|
|
## 跨域决策(待添加)
|
|
|
|
预计的跨域 ADR:
|
|
|
|
- 多租户隔离方案
|
|
- 共享对象的所有权与协作模式
|
|
- 跨域权限模型
|
|
|
|
(具体 ADR 将放 `cross/decisions/`,命名 `adr-NNN-xxx.md`)
|
|
|
|
## 相关文档
|
|
|
|
- [cross 跨域协作中心](../index.md)
|
|
- [业务域索引](../../maps/domain-map.md)
|
|
- [知识库首页](../../index.md)
|