Skip to content

Commit 3a8d58f

Browse files
authored
Merge pull request #95 from zircote/fix/homebrew-workflow-race
2 parents bb2f81c + 0d0360d commit 3a8d58f

File tree

5 files changed

+649
-16
lines changed

5 files changed

+649
-16
lines changed

.claude/agents/code-reviewer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: code-reviewer
3-
description: >
4-
Code review specialist for Rust projects. Use after completing features or before PRs to ensure memory safety, idiomatic Rust, and adherence to project standards.
3+
description: Code review specialist for Rust projects. Use after completing features or before PRs to ensure memory safety, idiomatic Rust, and adherence to project standards.
54
model: inherit
65
color: orange
7-
tools: Read, Glob, Grep, Bash
6+
tools: Read, Write, Edit, Bash, Glob, Grep, LSP, SendMessage, TaskList, TaskGet, TaskCreate, TaskUpdate
87
---
98

109
# Code Reviewer Agent

.claude/agents/rust-developer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: rust-developer
3-
description: >
4-
Primary development agent for this Rust project. Handles implementation, testing, and ownership/borrowing patterns. Use for writing safe, performant Rust code.
3+
description: Primary development agent for this Rust project. Handles implementation, testing, and ownership/borrowing patterns. Use for writing safe, performant Rust code.
54
model: inherit
65
color: red
7-
tools: Read, Write, Edit, Bash, Glob, Grep, LSP
6+
tools: Read, Write, Edit, Bash, Glob, Grep, LSP, SendMessage, TaskList, TaskGet, TaskUpdate
87
---
98

109
# Rust Developer Agent

.claude/agents/test-engineer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: test-engineer
3-
description: >
4-
Testing specialist for Rust test suites. Use for writing tests, property-based testing, and establishing Rust testing patterns.
3+
description: Testing specialist for Rust test suites. Use for writing tests, property-based testing, and establishing Rust testing patterns.
54
model: inherit
65
color: green
7-
tools: Read, Write, Edit, Bash, Glob, Grep
6+
tools: Read, Write, Edit, Bash, Glob, Grep, LSP, SendMessage, TaskList, TaskGet, TaskUpdate
87
---
98

109
# Test Engineer Agent

0 commit comments

Comments
 (0)