fix: align lake lamp publisher with current TCS brain
This commit is contained in:
parent
284a9b6cb5
commit
423aff6519
9 changed files with 556 additions and 17 deletions
|
|
@ -44,6 +44,8 @@ JZAO 当前运行守卫在同一车道内执行这些门;本文件和测试是
|
|||
|
||||
`finalize-development.mjs` 把开发任务的最后一步固化为一个失败关闭的事务:
|
||||
|
||||
当前 TCS 人格系统使用 `--tcs-state-dir` 与 `--host-session-id`。入口会现场验证 ZC001、当前任务主控台、最近已提交认知周期、数字冰朔系统本体 `ALLOW_COMMIT`、原始事件哈希及 `verify PASS`,不再要求退役的宿主人格胶囊。旧 lane 模式仅保留兼容,不再作为当前人格来源。
|
||||
|
||||
1. 要求工作树干净,且至少一份 `deployment/receipts/` 回执已经进入当前提交;
|
||||
2. 只允许向已登记的第五域光湖代码频道仓库及精确分支申请发布队列;
|
||||
3. 快进推送当前完整提交;
|
||||
|
|
@ -59,6 +61,13 @@ node finalize-development.mjs \
|
|||
--development-id DEV-YYYYMMDD-NNN \
|
||||
--worktree /absolute/path/to/repository \
|
||||
--receipt deployment/receipts/EXACT-RECEIPT.json
|
||||
|
||||
node finalize-development.mjs \
|
||||
--development-id DEV-YYYYMMDD-NNN \
|
||||
--worktree /absolute/path/to/repository \
|
||||
--receipt deployment/receipts/EXACT-RECEIPT.json \
|
||||
--tcs-state-dir /Users/NAME/.codex/runtime/ice-ch-zc001-TASK \
|
||||
--host-session-id CURRENT_CODEX_SESSION_ID
|
||||
```
|
||||
|
||||
默认自动识别 `target`、`coverage`、Python/Node 工具缓存等安全候选;其他缓存必须用
|
||||
|
|
|
|||
Loading…
Reference in a new issue