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
|
|
@ -0,0 +1,30 @@
|
|||
# 光湖研发广播台
|
||||
|
||||
研发广播台统一发布已确认的研发任务、模块状态与需要协调的事项。
|
||||
|
||||
## 广播的作用
|
||||
|
||||
```text
|
||||
发布任务
|
||||
→ 查询模块注册表
|
||||
→ 人类研发者认领
|
||||
→ 更新模块登记
|
||||
→ 创建工单
|
||||
→ 执行与回执
|
||||
→ 进度追踪更新
|
||||
```
|
||||
|
||||
## 广播模板
|
||||
|
||||
```yaml
|
||||
id: HLP-BRD-0001
|
||||
title: ""
|
||||
status: active
|
||||
module_ids: []
|
||||
requested_by: ""
|
||||
summary: ""
|
||||
acceptance_criteria: []
|
||||
execution_boundary: "read_only | manual_confirmation | authorized"
|
||||
```
|
||||
|
||||
广播只表达研发协调信息。它不自动授予服务器、账户、部署或数据修改权限。
|
||||
Loading…
Reference in a new issue