Skip to content

Commit 4508a41

Browse files
AlbinoGeekclaude
andcommitted
chore: add CLAUDE.md symlink, .cursorignore, cursor rule
CLAUDE.md → AGENTS.md so Claude Code loads project context. .cursorignore excludes dist/ and node_modules/ from AI indexing. Cursor rule documents when to prefer rethunk-github MCP tools. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5024993 commit 4508a41

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
description: Use the rethunk-github MCP server for GitHub queries in this repo
3+
alwaysApply: true
4+
---
5+
6+
# rethunk-github MCP (this workspace)
7+
8+
Dogfood and all client wiring: **[docs/install.md](../../docs/install.md)** (*From source*, *Cursor*, *Troubleshooting*). Tools / JSON / error codes: **[docs/mcp-tools.md](../../docs/mcp-tools.md)**. Auth, dev, CI, publish: **[HUMANS.md](../../HUMANS.md)**. Do not restate install or tool tables in this rule.
9+
10+
**Do not link or re-open `AGENTS.md` from this rule:** it is already injected as project agent context when present.
11+
12+
## When to use it
13+
14+
Prefer **`rethunk-github_*`** tools over shell `gh` / ad-hoc GitHub API loops for:
15+
16+
- Multi-repo status checks → `rethunk-github_repo_status`
17+
- Personal work queue → `rethunk-github_my_work`
18+
- Pre-merge safety → `rethunk-github_pr_preflight`
19+
- Release scope → `rethunk-github_release_readiness`
20+
- CI failure triage → `rethunk-github_ci_diagnosis`
21+
- Org-wide health → `rethunk-github_org_pulse`
22+
23+
## When shell gh is still fine
24+
25+
Commands the tools do not cover (e.g. `gh pr create`, `gh issue edit`, write operations), or when MCP is unavailable after a failed reload.
26+
27+
If tools are missing: reload the MCP connection and follow **[docs/install.md](../../docs/install.md)** — *Troubleshooting* and *From source* (this clone).

.cursorignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Build output and dependencies — not useful for AI context
2+
dist/
3+
node_modules/

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AGENTS.md

0 commit comments

Comments
 (0)