From 8fef561903e9501281ebcc58cdb33ee4d9116fd0 Mon Sep 17 00:00:00 2001 From: blasty Date: Fri, 7 Aug 2026 15:29:37 +0200 Subject: docs: drop two stale files, correct the two the README links, cut sharp edges README: "Known sharp edges" removed. docs/GRAPH_VIEW.md pointed the graph's one backend call at server/patch_server.py, a file the port deleted. It is idatui/codemode_client.py now. This matters because GRAPH_VIEW.md is one of only two docs the README links -- a wrong path in a linked doc is worse than no doc. docs/RPC.md was missing five verbs rpc.py serves: ping/methods/quit (now a Session table) and trace/binaries/switch (with the semantic verbs). The trace verb drives a whole feature the README advertises, so its absence was the real gap. Every verb in rpc.py's METHODS table is now documented, checked mechanically -- the remainder of what looked missing turned out to be values of the "move" verb's dir parameter, not verbs. Deleted: - docs/CODEMODE_PORT.md. Written mid-port, and its Result section claims the port covered "the complete current TUI feature set". It did not: the graph view was dead, the operand-format keys were dead, pseudocode comments never appeared, and bulk rename was broken. Keeping a doc that states the opposite of what we found is worse than having none, and docs/CODEMODE_UPSTREAM.md carries the accurate account of the API limits. - docs/TUI_DRIVING_BLUEPRINT.md. A design sketch for generalizing the drive-a-TUI-over-a-socket pattern to other programs, with gdb as the main example -- which now exists for real in ~/dev/gdb-driver. Superseded by the thing it proposed. Nothing linked either file. Both remain in git history. --- docs/GRAPH_VIEW.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/GRAPH_VIEW.md') diff --git a/docs/GRAPH_VIEW.md b/docs/GRAPH_VIEW.md index afd0f40..29b280e 100644 --- a/docs/GRAPH_VIEW.md +++ b/docs/GRAPH_VIEW.md @@ -52,8 +52,8 @@ every editing verb work inside a box because they are working on listing rows. Growing a second disassembly renderer for graph mode would have been the real cost. -The backend adds exactly one tool, `flowchart(addr)` in -`server/patch_server.py`, which returns block ranges and typed edges — **not** +The backend adds exactly one operation, `flowchart(addr)` in +`idatui/codemode_client.py`, which returns block ranges and typed edges — **not** text. ## Layout (`idatui/graph.py`) -- cgit v1.3.1-sl0p