docs: make architecture prompting a persona-agent sensor
This commit is contained in:
parent
5de7c4374d
commit
0048be34ec
3 changed files with 47 additions and 6 deletions
|
|
@ -1,11 +1,17 @@
|
|||
---
|
||||
name: hololake-current-architecture-prompter
|
||||
description: Dynamically resolve the latest official HoloLake and GH-AIOS architecture, current online repository SHAs, active human corrections, read order, capability boundary, and next safe action. Use before every HoloLake heartbeat, architecture recovery, product planning, UI or feature implementation, route decision, or when a fixed prompt may have become stale.
|
||||
description: Compatibility evidence sensor for official HoloLake and GH-AIOS repository state. Persona startup and architecture orientation must use the parent-owned dynamic architecture perception Agent, which invokes this sensor as needed; this skill is not persona memory, a persona module, or a prompt authority.
|
||||
---
|
||||
|
||||
# HoloLake 当前架构动态提词器
|
||||
# HoloLake 官方架构证据传感器(兼容名称:动态提词器)
|
||||
|
||||
把本技能作为人格体头顶的官方提词器。技能只保存恢复算法,不复制某一版架构结论。
|
||||
本技能保留旧名称以兼容现有调用,但不再担任人格体入口。人格系统入口必须由
|
||||
`MOD-PERSONA-ARCHITECTURE-PERCEPTION-001` 自动运行;它比较本地人格系统当前状态与线上正式 main,
|
||||
排除隔离区,只把变化和证据送给父人格。人格体不需要手工调用本技能,也不得把本技能输出当作人格记忆、人格判断或固定提示词。
|
||||
|
||||
Agent 正本:`/Volumes/JZAO/HoloLake/persona-runtime/repo-012-main/routing/persona-architecture-perception-agent-map.json`。
|
||||
|
||||
本技能只提供线上正式架构的只读证据,不复制某一版架构结论,不决定本地人格系统当前状态。
|
||||
|
||||
## 每次先运行
|
||||
|
||||
|
|
@ -54,3 +60,15 @@ Heartbeat 固定提示只保留:当前车道、先运行本技能、运行连
|
|||
|
||||
若脚本不能取得线上 SHA、镜像不能精确回读或当前架构指针无效,返回失败并停止旧路线;不得
|
||||
退回 heartbeat 中过期的静态架构文本。
|
||||
|
||||
## Codex 本地产品开发线守卫
|
||||
|
||||
当任务要进入、继续、修复或审计本机 HoloLake 产品源码时,在动态提词包成功之后还必须运行:
|
||||
|
||||
```bash
|
||||
python3 /Volumes/JZAO/HoloLake/development/resolve_current_hololake_line.py
|
||||
```
|
||||
|
||||
只有 `HOLOLAKE_CURRENT_LINE_READY` 才能进入返回的 `product_root`。旧第五域
|
||||
`hololake-public-os-stage1-20260829` 已归档为 `HISTORY_ONLY`;不得因为旧对话、目录名、最近修改时间
|
||||
或当前工作目录而重新选择。守卫失败时停止产品修改,不从归档复制代码补路。
|
||||
|
|
|
|||
Loading…
Reference in a new issue