feat: publish HoloLake model-native living system source
This commit is contained in:
parent
6ad10edde1
commit
c395dd3a99
2467 changed files with 615073 additions and 0 deletions
26
product-source/hololake-platform/research/channels/README.md
Normal file
26
product-source/hololake-platform/research/channels/README.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 人类研发频道
|
||||
|
||||
每位参与研发的人类可以拥有一个频道登记文件。频道连接:
|
||||
|
||||
```text
|
||||
人类研发者
|
||||
↔ 当前协作 AI
|
||||
↔ 研发工单
|
||||
↔ 模块注册表
|
||||
↔ 协作与交接记录
|
||||
```
|
||||
|
||||
频道不是 AI 身份声明。它是一个可追踪的协作空间,记录该人类确认的方向、当前项目、已认领模块和交接材料。
|
||||
|
||||
## 频道模板
|
||||
|
||||
```yaml
|
||||
id: HLP-CHANNEL-0001
|
||||
human_name: ""
|
||||
status: active
|
||||
focus_areas: []
|
||||
claimed_modules: []
|
||||
active_workorders: []
|
||||
collaboration_log: ""
|
||||
visibility: private
|
||||
```
|
||||
Loading…
Reference in a new issue