Skip to content

Commit ccc3744

Browse files
committed
Specify model
1 parent 350955a commit ccc3744

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.claude/agents/build.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: build
33
description: Compile the project using cmake and ninja. Use when code changes need to be built or when checking for compilation errors.
44
tools: Bash
5+
model: Haiku
56
---
67

78
Build the project from the project root.

.claude/agents/quality.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: quality
33
description: Run pre-commit quality checks (clang-format, clang-tidy, clazy) on source files. Use after making code changes before finishing a task.
44
tools: Bash
5+
model: Haiku
56
---
67

78
Run quality checks from the project root.

.claude/agents/test-runner.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: test-runner
33
description: Run the test suite with ctest. Use after making code changes to verify correctness. The project must be built first.
44
tools: Bash
5+
model: Haiku
56
---
67

78
Run the test suite from the project root:

0 commit comments

Comments
 (0)