Initial iSphere AI bridge prompts

This commit is contained in:
zhaoyilun
2026-07-05 00:44:28 +08:00
commit 9f273bcc70
14 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# Master Prompt
Use this prompt to start a new focused Codex thread.
```text
目标:建设 `E:\coding\codex\isphere-ai-bridge`,让 AI 数字员工安全接管 iSphere/IMPlatformClient 消息。
请先使用相关 skill
- `comm-app-inventory`
- `local-data-discovery`
- `ui-automation-feasibility`
- `message-adapter-design`
- `reverse-evidence-report`
已有材料:
- 旧项目:`E:\coding\codex\isphere`
- 安装包:`E:\coding\codex\isphere\iSphere_4.1.2.6841.exe`
- 已有桥接:`OpenClawBridge`、`MockCloud`、`XmppBridgeService`
- MCP 规格:`E:\coding\codex\isphere\docs\MCP接口需求规格.md`
- 新项目:`E:\coding\codex\isphere-ai-bridge`
边界:
- 只分析授权软件和授权账号。
- 第一阶段只读消息、生成草稿,不自动发送。
- 不绕过登录、授权、MFA、TLS、终端安全或许可控制。
- 不修改生产客户端数据库、配置、注册表、二进制文件。
- 证据报告要写清楚路径、命令、结果、置信度和未确认项。
- 遵守工作区 AGENTS.md不要使用 rg优先 git ls-files、ag、grep -R。
请先做入口摸底,判断最适合第一版 POC 的消息读取路径本地数据、现有桥接、UI 自动化、网络接口,还是二进制逆向。
```