Skip to content

Commit fd72d39

Browse files
AlbinoGeekclaude
andcommitted
docs: tighten AGENTS.md phrasing
Minor wording compression from caveman-compress pass. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 848b821 commit fd72d39

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

AGENTS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# AGENTS.md — LLM + dev onboarding
22

3-
IDEs injecting this as context: do not re-link from rules.
3+
IDEs injecting context: don't re-link from rules.
44

55
**Package:** [`@rethunk/github-mcp`](https://github.com/Rethunk-AI/rethunk-github-mcp). MCP **stdio** server. Entry [`src/server.ts`](src/server.ts) → FastMCP + `registerRethunkGitHubTools`. Build output [`dist/server.js`](dist/server.js) (publish ships full `dist/`).
66

7-
**Canonical docs — do not duplicate:**
7+
**Canonical docs — don't duplicate:**
88
- Install + per-client wiring → [docs/install.md](docs/install.md)
99
- Tools, JSON shape, error codes → [docs/mcp-tools.md](docs/mcp-tools.md)
1010
- Dev, CI, publish → [HUMANS.md](HUMANS.md)
@@ -30,17 +30,17 @@ IDEs injecting this as context: do not re-link from rules.
3030

3131
- **GraphQL** for composite reads (`repo_status`, `my_work`, `pr_preflight`, `release_readiness` PR resolution, `org_pulse`).
3232
- **REST** for: compare endpoint, workflow runs, job log download, behind-base count.
33-
- **Concurrency:** `asyncPool` with parallelism 4 (same pattern as `mcp-multi-root-git`).
33+
- **Concurrency:** `asyncPool` parallelism 4 (same pattern as `mcp-multi-root-git`).
3434

3535
## Changing contracts
3636

37-
- **`MCP_JSON_FORMAT_VERSION`** (currently `"1"`): bump on incompatible JSON changes.
37+
- **`MCP_JSON_FORMAT_VERSION`** (now `"1"`): bump on incompatible JSON changes.
3838
- **Public tool surface:** rename/add → update [docs/mcp-tools.md](docs/mcp-tools.md) + [README.md](README.md).
3939
- **Auth changes:** update [docs/install.md](docs/install.md) `env` examples.
4040

4141
## Validate + CI
4242

43-
Local: `bun run build` | `bun run check` | `bun run test`. CI ([`ci.yml`](.github/workflows/ci.yml)) runs same on PRs + `main` after `bun install --frozen-lockfile`, uploads prerelease `npm pack` artifact. Tag `v*.*.*` matching `package.json` version → [`release.yml`](.github/workflows/release.yml) publishes to GitHub Packages as `@rethunk-ai/github-mcp` + cuts GitHub Release. npmjs publish is manual (see [HUMANS.md](HUMANS.md)).
43+
Local: `bun run build` | `bun run check` | `bun run test`. CI ([`ci.yml`](.github/workflows/ci.yml)) runs same on PRs + `main` after `bun install --frozen-lockfile`, uploads prerelease `npm pack` artifact. Tag `v*.*.*` matching `package.json` version → [`release.yml`](.github/workflows/release.yml) publishes GitHub Packages as `@rethunk-ai/github-mcp` + cuts GitHub Release. npmjs publish manual (see [HUMANS.md](HUMANS.md)).
4444

4545
Optional [`.githooks/`](.githooks): `bun run setup-hooks` once per clone. pre-commit=`check`; pre-push=frozen install + build + check + test.
4646

@@ -50,4 +50,4 @@ Dogfood from clone: [docs/install.md](docs/install.md) — *From source*.
5050

5151
## Commits
5252

53-
Conventional Commits. Small themed commits. Why-focused messages. Stage + commit in one invocation per batch.
53+
Conventional Commits. Small themed commits. Why-focused messages. Stage + commit one invocation per batch.

0 commit comments

Comments
 (0)