You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: trim README badges, move to HUMANS, add IDE note to AGENTS
Reduced README badge count from 9 to 3 (CI, npm version, License only). Moved Release workflow, GitHub release, npm downloads, GitHub Packages, and Node.js badges to new Badges section in HUMANS.md. Removed internal IDE authoring note from README L23 and added plain-language note at top of AGENTS.md clarifying the file should not be re-linked from rules when already injected as context.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: AGENTS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# AGENTS.md — LLM and developer onboarding
2
2
3
+
Note for IDEs that inject this file as project context: do not re-link it from rules.
4
+
3
5
**Scope:**[`@rethunk/mcp-multi-root-git`](https://www.npmjs.com/package/@rethunk/mcp-multi-root-git) is an MCP **stdio** server: entry [`src/server.ts`](src/server.ts) (FastMCP + `registerRethunkGitTools`), supporting modules under [`src/server/`](src/server/), build output [`dist/server.js`](dist/server.js) (see `package.json``bin` / `exports`; publish ships the full `dist/` tree).
4
6
5
7
**Operators and integrators:****[docs/install.md](docs/install.md)** is the **only** place for prerequisites, how to launch the server, and per-client MCP configuration — do not duplicate that in README, HUMANS, rules, or here. Preset file, dev workflow, CI, and publishing: **[HUMANS.md](HUMANS.md)**.
Copy file name to clipboardExpand all lines: HUMANS.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
Read-only MCP git tools for any workspace. **How the server is installed and wired to clients:****[docs/install.md](docs/install.md)** only (do not restate that material here).
**Implementation map (modules under `src/server/`, entry `src/server.ts`), symbols, and contract bumps** live in **`AGENTS.md`** at the repository root. This guide does not repeat those sections.
Read-only **git** tools over MCP (status, multi-root inventory, `HEAD` parity, presets). **Install and MCP client wiring:****[docs/install.md](docs/install.md)** only — do not duplicate those steps elsewhere.
13
8
@@ -20,6 +15,6 @@ Read-only **git** tools over MCP (status, multi-root inventory, `HEAD` parity, p
20
15
|**[docs/install.md](docs/install.md)**| Single source for prerequisites, running the package, and every supported MCP client (plus from-source and troubleshooting) |
|**[HUMANS.md](HUMANS.md)**| Preset file, dev commands, CI, publishing |
23
-
|**[AGENTS.md](AGENTS.md)**| Contributors: implementation map ([`src/server/`](src/server/) + entry [`src/server.ts`](src/server.ts)), contract bumps, CI (IDEs that inject this file as project context should not re-link it from rules) |
0 commit comments