aboutsummaryrefslogtreecommitdiffstats
path: root/docs/TEXTUAL_NOTES.md
diff options
context:
space:
mode:
authorblasty <blasty@local>2026-07-24 15:11:54 +0200
committerblasty <blasty@local>2026-07-24 15:11:54 +0200
commitb7717df55c8d9a230bd3672b82fb37a7552bbb76 (patch)
treebd0681353aea389f638b06f2dcc5b630fcd41774 /docs/TEXTUAL_NOTES.md
parentmcp: delete the ida-pro-mcp transport, supervisor, and mcp-only tests (diff)
downloadida-tui-b7717df55c8d9a230bd3672b82fb37a7552bbb76.tar.gz
ida-tui-b7717df55c8d9a230bd3672b82fb37a7552bbb76.tar.xz
ida-tui-b7717df55c8d9a230bd3672b82fb37a7552bbb76.zip
docs: sweep for the worker-only reality (drop mcp supervisor/spawn.sh/--db)
* RPC.md: the TUI is launched via `./ida-tui <bin> --rpc <sock>` (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.
Diffstat (limited to 'docs/TEXTUAL_NOTES.md')
-rw-r--r--docs/TEXTUAL_NOTES.md2
1 files changed, 1 insertions, 1 deletions
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