diff --git a/README.md b/README.md
index da72ec4..ecb4836 100644
--- a/README.md
+++ b/README.md
@@ -1,40 +1,35 @@
-# agentwatch
+# 📟 agentwatch
-**Local observability + control plane for every AI coding agent on your machine.**
+### Five AI agents on one machine, and no idea what any of them just did.
-A terminal live-tail *and* a browser dashboard — one process, one event
-stream, served from `localhost`. Unified timeline across Claude Code,
-Codex, Gemini CLI, Cursor, Hermes, and OpenClaw. Token + cost accounting,
-compaction + anomaly detection, hybrid search, SVG call graphs,
-monaco-style diff attribution, agent-aware replay ("what would the agent
-say if I edited the prompt?"), policy editor, MCP server agents can query
-their own history from, and an OpenTelemetry exporter with `gen_ai.*`
-semantic conventions. All local. No cloud. No telemetry. No sign-in.
+**agentwatch is one local timeline for every coding agent you run** — Claude Code,
+Codex, Gemini CLI, Cursor, Hermes, OpenClaw. What they ran, what it cost, and when
+they went off the rails. All local: no cloud, no telemetry, no sign-in.
-[](https://www.npmjs.com/package/@misha_misha/agentwatch)
+[](https://www.npmjs.com/package/@misha_misha/agentwatch)
[](https://github.com/mishanefedov/agentwatch/actions/workflows/ci.yml)
-[](./LICENSE)
+[](./LICENSE)
[](./package.json)
[](https://glama.ai/mcp/servers/mishanefedov/agentwatch)
-
+[**Install**](#install) • [**First 60 seconds**](#first-60-seconds) • [**Features**](#features) • [**MCP**](#mcp-server-mode) • [**Compare**](#how-it-compares)
-
+
-[](https://glama.ai/mcp/servers/mishanefedov/agentwatch)
+---
-
+> **🤖 Reading this as an AI agent?** Go straight to [`AGENTS.md`](./AGENTS.md) — it
+> self-onboards you in three steps (install → verify → run), no account needed.
-**The TUI is the live tail. The web UI is where you drill in** — projects,
-sessions, token charts, compaction sparklines, SVG call graphs, diff
-attribution, replay, anomaly triage, policy editing. Both run in one
-process. Press `w` in the TUI to open the browser.
+**The TUI is the live tail; the web UI is where you drill in** — projects, sessions,
+token charts, compaction sparklines, call graphs, diff attribution, replay, anomaly
+triage. Both run in one process. Press `w` in the TUI to open the browser.
---