Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
5 changes: 2 additions & 3 deletions .claude/agents/code-reviewer.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: code-reviewer
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.
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.
model: inherit
color: orange
tools: Read, Glob, Grep, Bash
tools: Read, Write, Edit, Bash, Glob, Grep, LSP, SendMessage, TaskList, TaskGet, TaskCreate, TaskUpdate
---

# Code Reviewer Agent
Expand Down
5 changes: 2 additions & 3 deletions .claude/agents/rust-developer.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: rust-developer
description: >
Primary development agent for this Rust project. Handles implementation, testing, and ownership/borrowing patterns. Use for writing safe, performant Rust code.
description: Primary development agent for this Rust project. Handles implementation, testing, and ownership/borrowing patterns. Use for writing safe, performant Rust code.
model: inherit
color: red
tools: Read, Write, Edit, Bash, Glob, Grep, LSP
tools: Read, Write, Edit, Bash, Glob, Grep, LSP, SendMessage, TaskList, TaskGet, TaskUpdate
---

# Rust Developer Agent
Expand Down
5 changes: 2 additions & 3 deletions .claude/agents/test-engineer.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: test-engineer
description: >
Testing specialist for Rust test suites. Use for writing tests, property-based testing, and establishing Rust testing patterns.
description: Testing specialist for Rust test suites. Use for writing tests, property-based testing, and establishing Rust testing patterns.
model: inherit
color: green
tools: Read, Write, Edit, Bash, Glob, Grep
tools: Read, Write, Edit, Bash, Glob, Grep, LSP, SendMessage, TaskList, TaskGet, TaskUpdate
---

# Test Engineer Agent
Expand Down
Loading
Loading