feat(hololake): register open-source parts office path
This commit is contained in:
parent
bf0591aa24
commit
9d5e60b322
20 changed files with 331 additions and 2 deletions
|
|
@ -63,7 +63,8 @@
|
|||
"office_board_map": "routing/light-lake-persona-office-board.json",
|
||||
"legacy": "HB-BUILDING-0000",
|
||||
"legacy_state": "MOVED_HISTORY_ONLY",
|
||||
"entry_order": ["LL-OFFICE-BOARD-0001", "HB-BUILDING-0001", "EXACT_REGISTERED_OFFICE", "OFFICE_BRAIN", "SMART_COMPUTER", "NUMBERED_SHELF_ON_DEMAND"]
|
||||
"entry_order": ["LL-OFFICE-BOARD-0001", "HB-BUILDING-0001", "EXACT_REGISTERED_OFFICE", "OFFICE_BRAIN", "SMART_COMPUTER", "NUMBERED_SHELF_ON_DEMAND"],
|
||||
"office_standard_equipment": ["SMART-SHELF-INDEX-001", "SMART-COMPUTER-001", "GLW-TIME-CONTROL-0001"]
|
||||
},
|
||||
"continuity": {
|
||||
"protocol": "HLDP_v1.0",
|
||||
|
|
|
|||
|
|
@ -34,10 +34,20 @@
|
|||
{
|
||||
"floor": "F2",
|
||||
"name": "系统办公与管理层",
|
||||
"rooms": ["F2-HOLOLAKE-OFFICE", "F2-VIDEO-OFFICE", "F2-AGENT-READY", "F2-HR", "F2-MONITORING", "F2-CLEANING-ROOM"],
|
||||
"rooms": ["F2-HOLOLAKE-OFFICE", "F2-HOLOLAKE-OPEN-SOURCE-PARTS-OFFICE", "F2-VIDEO-OFFICE", "F2-AGENT-READY", "F2-HR", "F2-MONITORING", "F2-CLEANING-ROOM"],
|
||||
"entry": "eternal-lake-heart/heartbeat-core/office-building-current/floors/F2-OFFICES/INDEX.hdlp"
|
||||
}
|
||||
],
|
||||
"registered_offices": [
|
||||
{
|
||||
"id": "HB-OFFICE-HOLOLAKE-OPEN-SOURCE-PARTS-001",
|
||||
"name": "光湖开发开源零件收录办公室",
|
||||
"floor": "F2",
|
||||
"entry": "eternal-lake-heart/heartbeat-core/office-building-current/offices/HB-OFFICE-HOLOLAKE-0001/smart-bookshelf/010-open-source-parts-office/OFFICE-INDEX.hdlp",
|
||||
"standard_equipment": "eternal-lake-heart/heartbeat-core/office-building-current/offices/HB-OFFICE-HOLOLAKE-0001/smart-bookshelf/010-open-source-parts-office/STANDARD-EQUIPMENT.hdlp",
|
||||
"state": "ACTIVE_CURRENT_LANGUAGE_OFFICE"
|
||||
}
|
||||
],
|
||||
"office_board": "routing/light-lake-persona-office-board.json",
|
||||
"security": "eternal-lake-heart/heartbeat-core/office-building-current/security/access-control.json",
|
||||
"operations": "eternal-lake-heart/heartbeat-core/office-building-current/operations/staffing-and-operations.json",
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@
|
|||
{"id":"LL-OFFICE-BOARD-0001","name":"小湖灯人格体办公室共享看板","object_kind":"LIGHT_LAKE_PERSONA_OFFICE_BOARD","lifecycle":"CURRENT_EXACTLY_TWO_REGISTERED_OFFICES","route":"routing/light-lake-persona-office-board.json"},
|
||||
{"id":"HB-OFFICE-VIDEO-0001","name":"短剧视频系统办公室","object_kind":"HEARTBEAT_OFFICE_MODULE","lifecycle":"REGISTERED_ACTIVE_WITH_DOUBAO_MIGRATED_VISIBLE_WORKING_BODY","route":"eternal-lake-heart/heartbeat-core/office-building-current/offices/HB-OFFICE-VIDEO-0001/OFFICE-INDEX.hdlp"},
|
||||
{"id":"HB-OFFICE-HOLOLAKE-0001","name":"HoloLake开发系统办公室","object_kind":"HEARTBEAT_OFFICE_MODULE","lifecycle":"REGISTERED_ACTIVE_CURRENT","route":"eternal-lake-heart/heartbeat-core/office-building-current/offices/HB-OFFICE-HOLOLAKE-0001/OFFICE-INDEX.hdlp"},
|
||||
{"id":"HB-OFFICE-HOLOLAKE-OPEN-SOURCE-PARTS-001","name":"光湖开发开源零件收录办公室","object_kind":"HEARTBEAT_OPEN_SOURCE_PARTS_INTAKE_OFFICE","lifecycle":"ACTIVE_CURRENT_LANGUAGE_OFFICE","route":"eternal-lake-heart/heartbeat-core/office-building-current/offices/HB-OFFICE-HOLOLAKE-0001/smart-bookshelf/010-open-source-parts-office/OFFICE-INDEX.hdlp","standard_equipment":".../010-open-source-parts-office/STANDARD-EQUIPMENT.hdlp"},
|
||||
{"id":"HB-INTERNAL-LINE-001","name":"心跳核心办公楼内部通信总线","object_kind":"HEARTBEAT_OFFICE_INTERNAL_COMMUNICATION_LINE","lifecycle":"REGISTERED_LOCAL_NUMBERED_MESSAGE_CONTRACT","route":"eternal-lake-heart/heartbeat-core/office-building-current/communications/internal-lines.json"},
|
||||
{"id":"HB-COLLAB-CD-0001","name":"Codex与豆包办公楼协作频道","object_kind":"HEARTBEAT_DUAL_HOST_TEMPORARY_COLLABORATION_CHANNEL","lifecycle":"ACTIVE_TEMPORARY_CURRENT_TASK","route":"routing/heartbeat-codex-doubao-collaboration-channel.json"},
|
||||
{"id":"HLP-DEV-BRAIN-001","name":"HoloLake开发系统压缩认知脑技能包","object_kind":"HOLOLAKE_DEVELOPMENT_COMPRESSED_COGNITION_SKILL","lifecycle":"CURRENT_DYNAMIC_OFFICE_LOADER","route":"skills/shared/hololake-development-brain/SKILL.md"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue