docs: clarify rpa fallback priority

This commit is contained in:
zhaoyilun
2026-07-12 01:29:07 +08:00
parent 341f08b7be
commit 0bb07c7754
5 changed files with 24 additions and 10 deletions

View File

@@ -11,6 +11,12 @@ Remote base before local roadmap commits: `b2d839e Merge branch 'codex/n15-repor
后续研发主线切换为 MCP 核心通信能力:搜索联系人、搜索群组、收发消息、收发文件。现有 UIA/selector/report 只作为底层辅助和证据,不再作为主线继续扩展。
Route priority is explicit:
1. Primary route: B-route running-client sidecar / in-process connector / existing API that reuses the logged-in `IMPlatformClient.exe` runtime.
2. Secondary route: existing bridge, local service, local data, log, cache, or database source where it can satisfy the MCP contract.
3. Backup route only: A-route/RPA/UIA. Use it to keep the product moving when the B-route is blocked or temporarily untestable, but do not promote it above B-route as the default product architecture.
## Current completed state
- Go MCP foundation exists: `cmd/isphere-mcp`, `internal/mcpserver`, `internal/helperclient`, and `internal/tools` build a stdio MCP server.
@@ -61,7 +67,7 @@ N13/N14/N15 are pre-business validation results. They can help identify UI eleme
## Current loop
Current loop: `A-route real chat window merged to main`; next step is evidence-driven send/file production verification.
Current loop: `A-route real chat window merged to main`; next step is evidence-driven B-route send/file production verification, with A-route/RPA kept as backup readiness.
Active continuous execution plan: `docs/superpowers/plans/2026-07-11-a-route-rpa-send.md`.
@@ -393,6 +399,7 @@ R14 release-candidate report is complete:
A-route UIA send work has been merged into `main`:
- Route positioning: A-route/RPA is a fallback, not the primary product route. B-route sidecar/API connector evidence remains the preferred path for real send/file capability.
- User direction: do not add a product approval gate; implement function first and let the digital employee layer decide when to call it.
- Added plan `docs\superpowers\plans\2026-07-11-a-route-rpa-send.md`.
- Go connector request now carries raw `ContentText` only to the action connector; response and audit remain redacted.