From b7717df55c8d9a230bd3672b82fb37a7552bbb76 Mon Sep 17 00:00:00 2001 From: blasty Date: Fri, 24 Jul 2026 15:11:54 +0200 Subject: docs: sweep for the worker-only reality (drop mcp supervisor/spawn.sh/--db) * RPC.md: the TUI is launched via `./ida-tui --rpc ` (was `idatui.tui --db`); point the "regression lock" note at rpcclient/drive + the pilot instead of the deleted rpc_smoke.py. * PAGING_FINDINGS.md: reframe the intro as the ida-pro-mcp tool functions the worker now calls in-process (shapes/caps unchanged); replace the supervisor-era "idle self-exit" + "max_workers cap" sections with the single-owned-worker lifecycle (no cap, no idle-exit, crash -> reconnect). * TEXTUAL_NOTES.md / TUI_DRIVING_BLUEPRINT.md: drop the ida-pro-mcp framing and the deleted rpc_smoke.py references (-> test_scenarios.py / rpcclient). Also updated the idatui + idatui-rpc skills (in ~/.pi, outside the repo) to the worker model: no supervisor/spawn.sh/--db, worker python + $IDATUI_WORKER_PYTHON, worker.py/worker_client.py/errors.py architecture, and the load-starvation gotcha. --- docs/TEXTUAL_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/TEXTUAL_NOTES.md') diff --git a/docs/TEXTUAL_NOTES.md b/docs/TEXTUAL_NOTES.md index 6ce9037..4bf7fcb 100644 --- a/docs/TEXTUAL_NOTES.md +++ b/docs/TEXTUAL_NOTES.md @@ -1,7 +1,7 @@ # Textual notes & app patterns Hard-won Textual behaviour and the patterns this app relies on. Pairs with -`PAGING_FINDINGS.md` (the ida-pro-mcp/idalib side). +`PAGING_FINDINGS.md` (the idalib side). ## Textual pitfalls -- cgit v1.3.1-sl0p