From 29276ca657908eef1926afd31a1ffafe940eff01 Mon Sep 17 00:00:00 2001 From: blasty Date: Sat, 15 Aug 2026 11:06:36 +0200 Subject: README: drop the ASCII mock and the LLM-agent section The mock terminal is a poor stand-in for a real demo; a gif/screenshots should go there instead. The agent section pointed at .agents/, which is no longer part of the repo. --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 9bf16b7..49da39a 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,6 @@ --- -``` -┌ ida-tui ─────────────────────────────────────────────────────────────────────┐ -│ .text:00002490 ; ---------- S U B R O U T I N E ---------- │ -│ .text:00002490 main proc near │ -│ .text:00002490 endbr64 │ -│ .text:00002494 push rbp ; ← cursor │ -│ .text:00002495 mov rbp, rsp │ -│ .text:00002498 sub rsp, 0B0h ; `o` → 176 │ -└──────────────────────────────────────────────────────────────────────────────┘ -``` - > **Status: personal project, actively hacked on.** No packaging, no versioning, > no support. It assumes a licensed IDA Pro and a venv at `~/ida-venv`. Things > move and break. Poke around; don't file expectations. @@ -161,14 +150,6 @@ Before optimising or debugging a slow run, read [`.fastfeedback/SPEED.md`](.fastfeedback/SPEED.md) — per-suite timings, the known flake, and the four ways a test here wastes minutes. -## Working on this with an LLM agent - -[`.agents/skills/idatui/SKILL.md`](.agents/skills/idatui/SKILL.md) is an -[Agent Skills](https://agentskills.io/specification) skill covering the architecture, -the test loop, and the traps that cost real time here. Compatible harnesses pick it -up automatically; point others at the file. (A user-level skill of the same name -wins, so symlink yours if you keep one.) - — [sl0p.foo](https://sl0p.foo) -- cgit v1.3.1-sl0p