feat(hololake): define native stage one modules
This commit is contained in:
parent
458ead4e43
commit
1da52a61a1
43 changed files with 1332 additions and 111 deletions
|
|
@ -29,6 +29,8 @@ python3 scripts/current_architecture_prompt.py --format markdown
|
|||
`routing/hololake-current-architecture.json` 读取当前架构编号、版本、状态和阅读顺序,
|
||||
若存在显式登记的当前车道,再把该车道最近的人类纠正作为来源历史列出,逐项与线上结构对照。
|
||||
|
||||
When official REPO-012 lacks a newer field that is already present in a locally verified TCS-root change, return a scoped conflict instead of collapsing every scope into `FAIL_CLOSED`. Local language-world module development may continue only through the local stage-one resolver; public release, publication, and product claims remain blocked until the official repository contains the correction. A real identity, hash, route, or repository mismatch still fails closed.
|
||||
|
||||
## 使用生成结果
|
||||
|
||||
1. 先处理本轮用户最新消息,再读动态提词包。
|
||||
|
|
@ -63,10 +65,18 @@ Heartbeat 固定提示只保留:当前车道、先运行本技能、运行连
|
|||
|
||||
## Codex 本地产品开发线守卫
|
||||
|
||||
当任务要进入、继续、修复或审计本机 HoloLake 产品源码时,在动态提词包成功之后还必须运行:
|
||||
当任务开发当前语言世界第一阶段模块时,运行:
|
||||
|
||||
```bash
|
||||
python3 /Volumes/JZAO/HoloLake/development/resolve_current_hololake_line.py
|
||||
python3 /Volumes/JZAO/HoloLake/development/resolve_current_hololake_line.py --scope language-world
|
||||
```
|
||||
|
||||
只有 `HOLOLAKE_LANGUAGE_WORLD_STAGE1_READY` 才能进入返回的 REPO-012 语言世界模块开发根;这不授予产品源码写入、发布或部署。
|
||||
|
||||
当任务确实要进入用户安装的 HoloLake 产品源码时,另运行:
|
||||
|
||||
```bash
|
||||
python3 /Volumes/JZAO/HoloLake/development/resolve_current_hololake_line.py --scope product
|
||||
```
|
||||
|
||||
只有 `HOLOLAKE_CURRENT_LINE_READY` 才能进入返回的 `product_root`。旧第五域
|
||||
|
|
|
|||
Loading…
Reference in a new issue