Skip to content

Commit c258f5d

Browse files
committed
docs(readme): keep the precise tech definition in the hero alongside the plain hook
The junior-friendly rewrite dropped 'queryable, ranked code-relationship map for TS/JS' — restore it so every section reads simple-then-technical (what it does + why it works), not one or the other. Also tightened the hero a line.
1 parent 6525b73 commit c258f5d

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66

77
**The repo map your coding agent is _forced_ to use — ~98% fewer tokens to understand your TS/JS codebase.**
88

9-
Your AI coding agent doesn't actually *know* your codebase. Every session it re-learns it
10-
from scratch — opening files and running grep after grep just to figure out what connects to
11-
what, burning thousands of tokens (and your money) before it writes a single line. agentmap
12-
hands it the answer instead: a ranked map of your whole repo it can query in one shot.
13-
14-
The payoff: it answers "understand the codebase" questions in **~98% fewer tokens on average**
15-
(up to **99.9% per task**) than reading raw files. Under the hood — personalized PageRank
16-
importance, Aider-style symbol ranking, a token-budgeted digest, and a single `--any` router
17-
(file → symbol → feature → live git-grep) — all wired straight into the agent loop so it
18-
actually gets used, not just published.
9+
Your AI coding agent doesn't actually *know* your codebase — every session it re-learns it by
10+
opening files and running grep after grep just to figure out what connects to what, burning
11+
thousands of tokens (and your money) before it writes a single line. agentmap fixes that: it's
12+
a **queryable, ranked code-relationship map for TypeScript/JavaScript repos** the agent queries
13+
in one shot instead.
14+
15+
The payoff: "understand the codebase" questions answered in **~98% fewer tokens on average**
16+
(up to **99.9% per task**) vs reading raw files — via personalized PageRank importance,
17+
Aider-style symbol ranking, a token-budgeted digest, and a single `--any` router (file → symbol
18+
→ feature → live git-grep), all wired into the agent loop so it actually gets used, not just
19+
published.
1920

2021
[![npm](https://img.shields.io/npm/v/@raymondchins/agentmap)](https://www.npmjs.com/package/@raymondchins/agentmap)
2122
[![CI](https://github.com/raymondchins/agentmap/actions/workflows/ci.yml/badge.svg)](https://github.com/raymondchins/agentmap/actions/workflows/ci.yml)

0 commit comments

Comments
 (0)