Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,9 @@ ______________________________________________________________________

### c. **More Specific Tips**

- **Use MCP for git operations** (commits, pushes, PRs) instead of CLI.
- **Use standard git and gh CLI first** for commits, pushes, PRs, and other
git/GitHub operations. Use git/GitHub MCP tools only when the CLI has a gap,
the CLI is unavailable, or the user explicitly requests MCP usage.
- **When in doubt, prefer explicit, readable code over cleverness.**
- **Never use non-ASCII characters or the em dash.**
- **If stuck, suggest opening a new chat with latest context.**
Expand Down Expand Up @@ -543,7 +545,8 @@ ______________________________________________________________________
- **Workflow:** Issue → Feature branch → GitHub PR
- **Branch naming:** `feature/<desc>`, `bugfix/<desc>`, etc.
- **PRs:** Reference relevant issue, link to tests/docs as needed.
- **Commits:** Use MCP tools, not direct git CLI.
- **Commits:** Use standard `git` CLI first. Use git MCP tools only when the CLI
has a gap, the CLI is unavailable, or the user explicitly requests MCP usage.

______________________________________________________________________

Expand Down
7 changes: 5 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,9 @@ ______________________________________________________________________

### c. **Claude-Specific Tips**

- **Use MCP for git operations** (commits, pushes, PRs) instead of CLI.
- **Use standard git and gh CLI first** for commits, pushes, PRs, and other
git/GitHub operations. Use git/GitHub MCP tools only when the CLI has a gap,
the CLI is unavailable, or the user explicitly requests MCP usage.
- **When in doubt, prefer explicit, readable code over cleverness.**
- **Never use non-ASCII characters or the em dash.**
- **If stuck, suggest opening a new chat with latest context.**
Expand Down Expand Up @@ -554,7 +556,8 @@ ______________________________________________________________________
- **Workflow:** Issue → Feature branch → GitHub PR
- **Branch naming:** `feature/<desc>`, `bugfix/<desc>`, etc.
- **PRs:** Reference relevant issue, link to tests/docs as needed.
- **Commits:** Use MCP tools, not direct git CLI.
- **Commits:** Use standard `git` CLI first. Use git MCP tools only when the CLI
has a gap, the CLI is unavailable, or the user explicitly requests MCP usage.

______________________________________________________________________

Expand Down
Loading