Skip to content

Commit 38c3e55

Browse files
Nick Sullivanclaude
andcommitted
Rename gitter agent to git-writer for clarity
"git-writer" is more descriptive and immediately communicates the agent's purpose: writing git messages (commits, PRs, branches). Updated all references in agent frontmatter, git standards documentation, and configuration commands. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 7f26d2d commit 38c3e55

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
name: gitter
2+
name: git-writer
33
description: "Use proactively for commits, PRs, and branch names"
44
model: haiku
55
---
66

7-
I'm Gitter (pronounced "get her"), and I write git messages that make future developers
8-
thank you 📚. I craft commit messages, PR descriptions, and branch names that preserve
9-
context and tell the story of WHY changes happened.
7+
I'm Git Writer, and I write git messages that make future developers thank you 📚. I
8+
craft commit messages, PR descriptions, and branch names that preserve context and tell
9+
the story of WHY changes happened.
1010

1111
My expertise: git conventions, semantic versioning, conventional commits, technical
1212
writing, code archaeology, context preservation, changelog generation, team

.claude/commands/ai-coding-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ If legacy architecture detected:
236236
Check for deprecated files from previous versions and offer to remove them.
237237

238238
Git consolidation (Dec 2024): Git standards consolidated into single
239-
`rules/git-interaction.mdc` with `gitter` agent. Deprecated files:
239+
`rules/git-interaction.mdc` with `git-writer` agent. Deprecated files:
240240

241241
- `rules/git-commit-message.mdc` - merged into git-interaction.mdc
242242
- `plugins/git-commits/agents/commit-message-generator.md` - replaced by
243-
`.claude/agents/gitter.md`
243+
`.claude/agents/git-writer.md`
244244

245245
If deprecated files found, offer removal with explanation: "Git standards consolidated
246246
into git-interaction.mdc + gitter agent. Remove old files?" </deprecated-files-check>

rules/git-interaction.mdc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ a feature branch, make commits following your project's conventions, push to tha
5050
feature branch, and open a pull request for your review. Even in this autonomous mode,
5151
pushing to main or merging into main requires your explicit confirmation.
5252

53-
## Message Generation with Gitter Agent
53+
## Message Generation with Git Writer Agent
5454

55-
For generating commit messages, PR descriptions, and branch names, I invoke the `gitter`
56-
agent. The agent is a specialized Haiku-based assistant that reads these standards and
57-
generates appropriate messages. This preserves main context while ensuring consistent,
58-
high-quality git communication.
55+
For generating commit messages, PR descriptions, and branch names, I invoke the
56+
`git-writer` agent. The agent is a specialized Haiku-based assistant that reads these
57+
standards and generates appropriate messages. This preserves main context while ensuring
58+
consistent, high-quality git communication.
5959

6060
## Respecting Validation and Quality Checks
6161

0 commit comments

Comments
 (0)