aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorblasty <peter@haxx.in>2026-08-15 11:06:36 +0200
committerblasty <peter@haxx.in>2026-08-15 11:06:36 +0200
commit29276ca657908eef1926afd31a1ffafe940eff01 (patch)
treed7460741b15594875c42276e698b5b001e13bde7 /README.md
parentAdd MIT licence and contributor guide (diff)
downloadida-tui-29276ca657908eef1926afd31a1ffafe940eff01.tar.gz
ida-tui-29276ca657908eef1926afd31a1ffafe940eff01.tar.xz
ida-tui-29276ca657908eef1926afd31a1ffafe940eff01.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 0 insertions, 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)