docs: add offline evidence handoff plan

This commit is contained in:
zhaoyilun
2026-07-06 20:46:49 +08:00
parent bbd2be876c
commit d773571402
6 changed files with 1014 additions and 8 deletions

View File

@@ -38,3 +38,19 @@
- 关键输出:
- `{"ok":true,"configuration":"Release","platform":"anycpu","csc":"C:\\WINDOWS\\Microsoft.NET\\Framework64\\v4.0.30319\\csc.exe","source_dir":"E:\\coding\\codex\\isphere-ai-bridge\\native\\ISphereWinHelper","output":"E:\\coding\\codex\\isphere-ai-bridge\\runs\\win-helper\\ISphereWinHelper.exe"}`
- `{"ok":true,"helper":"E:\\coding\\codex\\isphere-ai-bridge\\runs\\win-helper\\ISphereWinHelper.exe","version":"0.1.0","scan_window_count":30,"uia_available":true}`
## 2026-07-05 19:45:57 +08:00 - N12-pre offline evidence intake route design
- 当前 helper 状态:未变更;本轮只确认现有 helper 边界仍为 `version` / `self_check` / `scan_windows` / `dump_uia` 四个只读 op。
- 是否修改 C# 文件:否。
- 验证命令:未运行 helper 构建/验证;本轮为文档设计与边界复核,读取 `docs/go-csharp-helper-boundary.md``docs/go-mcp-runbook.md``native/ISphereWinHelper/Program.cs``UiaDumper.cs``WindowScanner.cs` 确认 op 与参数。
- 验证结果:新增 `docs/offline-evidence-intake-plan.md`,并在 `docs/go-mcp-minimal-plan.md` 中把离线证据接入定义为 `N12-pre`,明确不替代 real logged-in UIA capture gate`docs/go-mcp-runbook.md` 增加“当前环境无法登录”指引。
- 是否保持只读边界:是;未写 Go/C# 功能代码,未创建新 MCP server/tools未修改 helper 行为,未进入真实 N12未采集真实 iSphere 登录 UIA未点击、输入、发送、上传、下载未设计搜索联系人、打开会话、发送消息、发送/接收文件、自动登录、注入、hook、读内存或规避安防能力。
## 2026-07-05 21:31:11 +08:00 - N12-pre full sandbox artifact bundle update
- 当前 helper 状态未变更本轮只更新离线证据接入设计helper 仍保持 `version` / `self_check` / `scan_windows` / `dump_uia` 四个只读 op 边界。
- 是否修改 C# 文件:否。
- 验证命令:未运行 helper 构建/验证;本轮为文档更新与边界复核。
- 验证结果:`docs/offline-evidence-intake-plan.md` 已调整为两个 intake 模式A. Full sandbox artifact bundle推荐用户只复制目录不要求理解 JSONB. Minimal redacted UIA package可选高级用户`docs/go-mcp-minimal-plan.md``docs/go-mcp-runbook.md` 已同步说明 full bundle 是 N12-pre不等同 N12 通过。
- 是否保持只读边界:是;未写 Go/C# 功能代码,未创建新工具,未修改 helper 行为,未进入真实 N12未真实采集 iSphere 登录 UIA未设计发送消息、发送文件、接收文件、自动登录、注入、hook、读内存或规避安防能力。