docs: rename readonly analysis to offline investigation

This commit is contained in:
Codex
2026-07-02 03:46:30 +00:00
parent dcffef88ae
commit a5fde8cffb
5 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ UniDesk 是一个以主 server 为统一入口的分布式工作平台。本文
- P0: GitHub issue/PR 正式写入必须走 `$unidesk-gh` / `bun scripts/cli.ts gh ...`,禁止原生 `gh` 或手写 GitHub API 绕过;正文、评论和 closeout 默认中文。
- P0: 远端文本修改优先走 `$unidesk-trans``trans <route> apply-patch`;route 定位和容器 cwd 规则见 `docs/reference/cli.md`
- P0: Web、Workbench、Playwright/web-probe、前端状态投影和线上 Web bug 复测使用 `$unidesk-webdev`OTel/Tempo/trace 追踪使用 `$unidesk-otel`
- P0: 用户要求“只读分析路径”时,直接`$unidesk-otel` + `$unidesk-webdev` + `$unidesk-gh` 执行:只读 OTel、静态源码、离线 web-probe analyze `../opencode` 对比,最后新建分析 issue;禁止新开 web-probe 或改运行面。
- P0: 用户要求“离线调查”时,按 `$unidesk-otel` + `$unidesk-webdev` + `$unidesk-gh` 执行:OTel 离线 analyze、已有 web-probe artifact/analyze、代码静态分析`../opencode` 对比;不得新开 web-probe 或改运行面;工具不好用先改工具
- P0: Web 哨兵、`web-probe sentinel``monitor.pikapython.com`、定期/周期巡检和新建巡检使用 `$unidesk-monitor`,涉及页面复现或截图时同时使用 `$unidesk-webdev`
## P0: HWLAB、AgentRun 与节点边界