5.0 KiB
Current Status Card
Date: 2026-07-09
Branch: main
Loop base: e993ce1 docs: trim safety constraints from mcp roadmap
Remote base before local roadmap commits: b2d839e Merge branch 'codex/n15-report-hardening'
Business direction
项目核心不是继续做 UIA selector/report,而是通过 MCP 暴露 iSphere 的联系人、群组、消息、文件能力。
后续研发主线切换为 MCP 核心通信能力:搜索联系人、搜索群组、收发消息、收发文件。现有 UIA/selector/report 只作为底层辅助和证据,不再作为主线继续扩展。
Current completed state
- Go MCP foundation exists:
cmd/isphere-mcp,internal/mcpserver,internal/helperclient, andinternal/toolsbuild a stdio MCP server. - The current MCP surface exposes six read-oriented tools:
win_helper_versionwin_helper_self_checkwin_helper_scan_windowswin_helper_dump_uiaisphere_receive_messagesisphere_search_contacts
- C#
ISphereWinHelperexists undernative/ISphereWinHelperand uses theisphere.helper.v1stdin/stdout JSON contract. scripts/verify-win-helper.ps1andscripts/verify-go-mcp.ps1provide repeatable local checks for the helper, six-tool MCP surface, default empty-source receive/contact calls, and synthetic configured-source receive/contact smoke.- N12-pre and N12R documents define safe offline evidence intake and internal-sandbox live UIA capture procedures.
- N13/N14/N15 produced selector catalog/report validation infrastructure, but those are supporting validation assets only.
What cannot be claimed externally
- The project has not yet implemented business MCP tools for group search, message sending, file receiving, or file sending;
isphere_receive_messagesandisphere_search_contactshave operator-local encrypted log-file support but not a production ingestion path. - The project has not completed production iSphere integration.
- The project has not proven a stable real message source for the full business workflow beyond decrypted PacketReader log evidence and synthetic/redacted tests.
- The project has not implemented real message sending or real file upload.
- N12-pre offline evidence is not N12 pass.
- N13/N14/N15 selector/report work is pre-business evidence, not finished contact/message/file capability.
What can be claimed externally
- The repository has a Go MCP + C# WinHelper foundation for controlled Windows-side read-only observation.
- The helper protocol boundary is explicit and keeps Windows/UIA work separate from the Go MCP service layer.
- The current code can support future MCP business tools by routing low-level Windows/UIA fallback work through a bounded helper layer.
- The project has repeatable verification scripts for the helper/MCP foundation and the current five-tool surface.
- The project now has a corrected business contract and plan for core MCP communication tools, plus registered receive/contact read tools that can use
ISPHERE_PACKET_LOG_FILEfor operator-local encrypted PacketReader log lines.
N13/N14/N15 positioning
N13/N14/N15 are pre-business validation results. They can help identify UI elements and validate reports if UI automation becomes necessary, but they are not the product route. New work should first validate real business capability sources and core MCP tool contracts.
Current loop
Current loop: Stage C / Loop C10 - log-backed group candidate extraction.
Plan file: docs/superpowers/plans/2026-07-09-stage-c-log-backed-receive-messages-loop.md.
Loop rule:
- Write or update the plan before coding.
- Implement one loop only.
- Verify, commit exact paths, then update the next loop based on actual results.
- Continue automatically while the next step is clear; ask the user only when blocked or when business direction changes.
Current loop output so far:
- C1:
internal/isphere/logcodec.DecryptLineandinternal/isphere/packetlog.ParseMessageLogfor redacted PacketReader message logs. - C2:
internal/isphere.EncryptedPacketLogSource.ReceiveMessagessource abstraction with synthetic/redacted encrypted fixtures. - C3:
isphere_receive_messagesMCP tool registration and server tool list update. - C4: repeatable operator verification and docs for the five-tool surface.
- C5: safe
ISPHERE_PACKET_LOG_FILEloader for operator-local encrypted PacketReader log lines. - C6: fixture-backed operator smoke for configured receive source.
- C7: log-backed contact candidate extraction from sender/receiver JIDs.
- C8:
isphere_search_contactsMCP registration and six-tool verification. - C9: group source evidence precheck confirmed groupchat/conference/MUC hits in ignored decrypted logs.
Next business mainline
- Implement Stage C Loop C10: extract group candidates from log-backed groupchat/conference JIDs.
- Register
isphere_search_groupsafter group source tests pass. - Add file read tools after their source decisions are recorded.
- Add
isphere_send_messageandisphere_send_fileafter source discovery and connector selection. - Keep UIA selector/report work as fallback support, not as the primary roadmap.